Handle Hoppers for Distillers and MCBarrels

Removed most mentions of Persistent
This commit is contained in:
Sn0wStorm
2019-11-14 15:46:15 +01:00
parent 3332354846
commit f483f03560
13 changed files with 65 additions and 162 deletions
+4
View File
@@ -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;