Redstone Logic for Buses, and Part Image Button goodness
This commit is contained in:
@@ -10,7 +10,7 @@ public class ContainerNetworkStatus extends AEBaseContainer
|
||||
TileEntity myte;
|
||||
|
||||
public ContainerNetworkStatus(InventoryPlayer ip, TileEntity te) {
|
||||
super( ip, (TileEntity) te );
|
||||
super( ip, te, null );
|
||||
myte = te;
|
||||
|
||||
// addSlotToContainer( new SlotRestrictedInput(
|
||||
|
||||
Reference in New Issue
Block a user