@@ -174,6 +174,7 @@ public class AppEngInternalInventory implements IInventory, Iterable<ItemStack>
|
|||||||
if( this.getTileEntity() != null && this.eventsEnabled() )
|
if( this.getTileEntity() != null && this.eventsEnabled() )
|
||||||
{
|
{
|
||||||
this.getTileEntity().onChangeInventory( this, -1, InvOperation.markDirty, null, null );
|
this.getTileEntity().onChangeInventory( this, -1, InvOperation.markDirty, null, null );
|
||||||
|
this.getTileEntity().saveChanges();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -200,6 +201,7 @@ public class AppEngInternalInventory implements IInventory, Iterable<ItemStack>
|
|||||||
if( this.getTileEntity() != null && this.eventsEnabled() )
|
if( this.getTileEntity() != null && this.eventsEnabled() )
|
||||||
{
|
{
|
||||||
this.getTileEntity().onChangeInventory( this, slotIndex, InvOperation.markDirty, null, null );
|
this.getTileEntity().onChangeInventory( this, slotIndex, InvOperation.markDirty, null, null );
|
||||||
|
this.getTileEntity().saveChanges();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user