Fix slot config, some changes to the way Inventory works as well to allow for this.
This commit is contained in:
parent
305f74b107
commit
01644e4f65
35 changed files with 114 additions and 108 deletions
|
@ -78,7 +78,7 @@ public class TileFusionControlComputer extends TilePowerAcceptor
|
|||
public TileFusionControlComputer() {
|
||||
super();
|
||||
checkOverfill = false;
|
||||
this.inventory = new Inventory(3, "TileFusionControlComputer", 64, this);
|
||||
this.inventory = new Inventory<>(3, "TileFusionControlComputer", 64, this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue