mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Handle Hoppers for Distillers and MCBarrels
Removed most mentions of Persistent
This commit is contained in:
@@ -67,6 +67,10 @@ public class BDistiller {
|
||||
distiller.start();
|
||||
}
|
||||
|
||||
public static boolean isTrackingDistiller(Block block) {
|
||||
return trackedDistillers.containsKey(block);
|
||||
}
|
||||
|
||||
// Returns a Brew or null for every Slot in the BrewerInventory
|
||||
public static Brew[] getDistillContents(BrewerInventory inv) {
|
||||
ItemStack item;
|
||||
|
||||
Reference in New Issue
Block a user