remove player inventory from oredict storage bus container

This commit is contained in:
PrototypeTrousers
2023-10-12 16:49:59 -03:00
parent 95ce9694aa
commit e5f345d49c
@@ -38,8 +38,6 @@ public class ContainerOreDictStorageBus extends AEBaseContainer {
public ContainerOreDictStorageBus(final InventoryPlayer ip, final PartOreDicStorageBus anchor) {
super(ip, anchor);
this.part = anchor;
this.bindPlayerInventory(ip, 14, 256 - /* height of player inventory */82);
}
@Override