Fixed Issue with Interface and Gui, and Derpy Automation( Hoppers )
This commit is contained in:
@@ -124,6 +124,12 @@ public class TileInterface extends AENetworkInvTile implements IGridTickable, IS
|
||||
return duality.getInternalInventory();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onInventoryChanged()
|
||||
{
|
||||
duality.onInventoryChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removed, ItemStack added)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user