Redstone Logic for Buses, and Part Image Button goodness
This commit is contained in:
@@ -13,7 +13,7 @@ public class ContainerSpatialIOPort extends AEBaseContainer
|
||||
TileSpatialIOPort myte;
|
||||
|
||||
public ContainerSpatialIOPort(InventoryPlayer ip, TileSpatialIOPort te) {
|
||||
super( ip, te );
|
||||
super( ip, te, null );
|
||||
myte = te;
|
||||
|
||||
addSlotToContainer( new SlotRestrictedInput( PlaceableItemType.SPATIAL_STORAGE_CELLS, te, 0, 71, 14 ) );
|
||||
|
||||
Reference in New Issue
Block a user