Jump to content
  • 0

Hexxit: TileEntityFurnace cannot be cast to ....


The Rewriter

Question

Title: Hexxit: TileEntityFurnace cannot be cast to ....

Version: 1_0_4

OS: Windows Server 2008 R2 (amd64) version 6.1

Java Version: 1.7.0

Description of Problem:

The error is being caused by a modified Furnace trying to access the TileEntityChest class (the inventory controller of the furnace) with the wrong amount/type of parameters.

Error Messages:

java.lang.ClassCastException: net.minecraft.tileentity.TileEntityFurnace cannot be cast to net.minecraft.tileentity.TileEntityChest

at net.minecraft.tileentity.TileEntityChest.func_70418_i(SourceFile:168)

at net.minecraft.tileentity.TileEntityChest.func_70316_g(SourceFile:186)

at net.minecraft.world.World.func_72939_s(World.java:2202)

at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)

at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

Error Log:


java.lang.ClassCastException: net.minecraft.tileentity.TileEntityFurnace cannot be cast to net.minecraft.tileentity.TileEntityChest

	at net.minecraft.tileentity.TileEntityChest.func_70418_i(SourceFile:168)

	at net.minecraft.tileentity.TileEntityChest.func_70316_g(SourceFile:186)

	at net.minecraft.world.World.func_72939_s(World.java:2202)

	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)

	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)

	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)

	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)

	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)

	at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)



-- Head --

Stacktrace:

	at net.minecraft.tileentity.TileEntityChest.func_70418_i(SourceFile:168)

	at net.minecraft.tileentity.TileEntityChest.func_70316_g(SourceFile:186)



-- Tile entity being ticked --

Details:

	Name: Chest // net.minecraft.tileentity.TileEntityChest

	Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)

	Block data value: 4 / 0x4 / 0b0100

	Block location: World: (21116,63,20030), Chunk: (at 12,3,14 in 1319,1251; contains blocks 21104,0,20016 to 21119,255,20031), Region: (41,39; contains chunks 1312,1248 to 1343,1279, blocks 20992,0,19968 to 21503,255,20479)

	Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)

	Actual block data value: 4 / 0x4 / 0b0100

Stacktrace:

	at net.minecraft.world.World.func_72939_s(World.java:2202)

	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)







ADDITIONAL INFORMATION

Details:

	Level name: WorldX

	All players: 0 total; []

	Chunk stats: ServerChunkCache: 1305 Drop: 0

	Level seed: -5843088713340892642

	Level generator: ID 00 - default, ver 1. Features enabled: true

	Level generator options: 

	Level spawn location: World: (265,88,411), Chunk: (at 9,5,11 in 16,25; contains blocks 256,0,400 to 271,255,415), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

	Level time: 54912175 game time, 8174430 day time

	Level dimension: 0

	Level storage version: 0x04ABD - Anvil

	Level weather: Rain time: 18941385 (now: false), thunder time: 96242 (now: false)

	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

Stacktrace:

	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)

	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)

	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)

	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)

	at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...