OpenBlocks

OpenBlocks

56M Downloads

ClassCastException TileEntityTrophy

Slind14 opened this issue ยท 5 comments

commented
java.lang.ClassCastException: openblocks.common.tileentity.TileEntityTrophy cannot be cast to net.minecraft.tileentity.TileEntityChest
    at net.minecraft.tileentity.TileEntityChest.func_70418_i(TileEntityChest.java:347)
    at net.minecraft.tileentity.TileEntityChest.func_70316_g(TileEntityChest.java:406)
    at net.minecraft.world.World.func_72939_s(World.java:2764)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:887)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
    at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.minecraft.tileentity.TileEntityChest.func_70418_i(TileEntityChest.java:347)
    at net.minecraft.tileentity.TileEntityChest.func_70316_g(TileEntityChest.java:406)

-- Tile entity being ticked --
Details:
    Name: Chest // net.minecraft.tileentity.TileEntityChest
    Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (-4349,198,-1230), Chunk: (at 3,12,2 in -272,-77; contains blocks -4352,0,-1232 to -4337,255,-1217), Region: (-9,-3; contains chunks -288,-96 to -257,-65, blocks -4608,0,-1536 to -4097,255,-1025)
    Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
    Actual block data value: 2 / 0x2 / 0b0010
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2764)
commented

Possible id conflict or other mod interaction. Probably nothing on our side/

commented

occures with the b-team modpack

commented

any quick comment on the close would be much appreciated

commented

boq had already commented. It's nothing to do with our code - it seems likely that the mod pack has configured some block ids wrong.

commented

ok, thanks