Initialize Drives onRead, this prevents rendering errors.
This commit is contained in:
parent
59a0c3f11a
commit
6b89d27562
1 changed files with 7 additions and 0 deletions
|
@ -173,6 +173,13 @@ public class TileDrive extends AENetworkInvTile implements IChestOrDrive, IPrior
|
|||
return inv;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onReady()
|
||||
{
|
||||
super.onReady();
|
||||
updateState();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChangeInventory(IInventory inv, int slot, InvOperation mc, ItemStack removed, ItemStack added)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue