Fix slot config, some changes to the way Inventory works as well to allow for this.

This commit is contained in:
modmuss50 2018-09-13 19:33:14 +01:00
parent 305f74b107
commit 01644e4f65
35 changed files with 114 additions and 108 deletions

View file

@ -55,7 +55,7 @@ public class TileMatterFabricator extends TilePowerAcceptor
@ConfigRegistry(config = "machines", category = "matter_fabricator", key = "MatterFabricatorEnergyPerAmp", comment = "Matter Fabricator EU per amplifier unit, multiply this with the rate for total EU")
public static int energyPerAmp = 5;
public Inventory inventory = new Inventory(12, "TileMatterFabricator", 64, this);
public Inventory<TileMatterFabricator> inventory = new Inventory<>(12, "TileMatterFabricator", 64, this);
private int amplifier = 0;
public TileMatterFabricator() {