Tinkers' Steelworks (fork)

Tinkers' Steelworks (fork)

692k Downloads

Crash on creating deep tank

Samuell1 opened this issue ยท 2 comments

commented

Hello, i creating a Deep Tank and server crash.

I used blocks in tutorial and version:
Forge version: 10.13.0.1208
Tcon version: 1.6.0.d39
TSteelWorks version: 1.0.2

[15:51:09] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.ClassCastException: tsteelworks.common.blocks.logic.DeepTankLogic cannot be cast to tsteelworks.common.blocks.logic.HighOvenLogic
at tsteelworks.common.blocks.logic.HighOvenDuctLogic.getHighOvenController(HighOvenDuctLogic.java:115) ~[HighOvenDuctLogic.class:?]
at tsteelworks.common.blocks.logic.HighOvenDuctLogic.insertToHighOven(HighOvenDuctLogic.java:126) ~[HighOvenDuctLogic.class:?]
at tsteelworks.common.blocks.logic.HighOvenDuctLogic.func_145845_h(HighOvenDuctLogic.java:57) ~[HighOvenDuctLogic.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1912) ~[ahb.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~t.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
... 4 more

Crash log file: http://pastebin.com/2hzTnJJw

commented

I'm almost sure what you wanted to use was a drain and not a duct (duct is for moving items around, drain is for fluids). But it indeed is a bug, let's fix that

commented

I testing blocks :) Thanks for fix