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

@ -120,8 +120,8 @@ public class TileEntityFusionController extends TilePowerAcceptor implements IIn
}
@Override
public ItemStack getStackInSlotOnClosing(int slot) {
return inventory.getStackInSlotOnClosing(slot);
public ItemStack removeStackFromSlot(int slot) {
return inventory.removeStackFromSlot(slot);
}
@Override
@ -337,7 +337,7 @@ public class TileEntityFusionController extends TilePowerAcceptor implements IIn
}
@Override
public String getCommandSenderName() {
public String getName() {
return null;
}