external storage has nice storage GUI now too

This commit is contained in:
Raoul Van den Berge
2016-01-31 14:26:09 +01:00
parent 7afb7cb1fc
commit 5601b26dc2
9 changed files with 168 additions and 91 deletions

View File

@@ -28,7 +28,7 @@ public class BlockExternalStorage extends BlockMachine
{
if (!world.isRemote)
{
player.openGui(StorageCraft.INSTANCE, StorageCraftGUI.EXTERNAL_STORAGE, world, pos.getX(), pos.getY(), pos.getZ());
player.openGui(StorageCraft.INSTANCE, StorageCraftGUI.STORAGE, world, pos.getX(), pos.getY(), pos.getZ());
}
return true;