Rewrite to use new RebornCore Power API. Texture fixes.
This commit is contained in:
parent
6f54e3801f
commit
b292fdd352
77 changed files with 1342 additions and 3008 deletions
|
@ -31,8 +31,9 @@ public class TileDigitalChest extends TileMachineBase implements IInventoryProvi
|
|||
public Inventory inventory = new Inventory(3, "TileDigitalChest", storage, this);
|
||||
|
||||
@Override
|
||||
public void updateEntity()
|
||||
public void update()
|
||||
{
|
||||
super.update();
|
||||
if (!worldObj.isRemote)
|
||||
{
|
||||
if (storedItem != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue