Some small tweaks to the blast furnace, not tested

This commit is contained in:
modmuss50 2015-05-01 19:50:31 +01:00
parent 4409aec56a
commit 2616894527
4 changed files with 25 additions and 3 deletions

View file

@ -21,7 +21,8 @@ public class TileQuantumChest extends TileMachineBase implements IInventory,
// Slot 0 = Input
// Slot 1 = Output
// Slot 2 = Fake Item
//TODO use long so we can have 9,223,372,036,854,775,807 items instead of 2,147,483,647
int storage = (int) Double.MAX_VALUE;
public Inventory inventory = new Inventory(3, "TileQuantumChest",