mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Implemented NBT Saving
1.13: CustomItemTagContainer 1.14: PersistentDataContainer
This commit is contained in:
@@ -60,7 +60,9 @@ public class BDistiller {
|
||||
final int fuel = standInv.getHolder().getFuelLevel();
|
||||
|
||||
// Now check if we should bother to track it.
|
||||
trackedDistillers.put(standBlock, new BDistiller(standBlock, fuel)).start();
|
||||
distiller = new BDistiller(standBlock, fuel);
|
||||
trackedDistillers.put(standBlock, distiller);
|
||||
distiller.start();
|
||||
}
|
||||
|
||||
// Returns a Brew or null for every Slot in the BrewerInventory
|
||||
|
||||
Reference in New Issue
Block a user