Update to new forge and mappings

This commit is contained in:
modmuss50 2015-11-29 09:52:45 +00:00
parent c02269f4d6
commit 3367e990be
26 changed files with 101 additions and 101 deletions

View file

@ -159,8 +159,8 @@ public class TileQuantumChest extends TileMachineBase implements IInventory,
}
@Override
public ItemStack getStackInSlotOnClosing(int slot) {
return inventory.getStackInSlotOnClosing(slot);
public ItemStack removeStackFromSlot(int slot) {
return inventory.removeStackFromSlot(slot);
}
@Override
@ -199,8 +199,8 @@ public class TileQuantumChest extends TileMachineBase implements IInventory,
}
@Override
public String getCommandSenderName() {
return inventory.getCommandSenderName();
public String getName() {
return inventory.getName();
}
@Override