NOTE this is a liteloader project not a forge project
getEntityID is still there
@Override
protected ItemStack getItem(EntityPlayer player)
{
return player.inventory.armorInventory[this.zeronth];
}
do you get the error here ?
isChested is now hasChest
no do it like so
@Override
public <T> T getCapability(Capability<T> capability, EnumFacing facing) {
if (capability == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY)
return CapabilityItemHandler.ITEM_HANDLER_CAPABILITY.cast(fuelSlot);
return super.getCapability(capability, facing);
}
lets post this for fun
no forge adds a wrapper
https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/patches/minecraft/net/minecraft/tileentity/TileEntityFurnace.java.patch#L78-L93
and for everything else
open the build gradle and update
version = "1.8-11.14.4.1577"
to some thing newer you can find all forge versions here http://files.minecraftforge.net/
mappings = "snapshot_20141130"
and update this to 20170319
yyyymmdd