PLEASE HELP lithium ion battery crashes my world when i trying to open it
username90001 opened this issue ยท 10 comments
when i open my world it crashes from l ion battery probaly
i tried to create new world but it crashed after some time too
crash report
Description: Ticking block entity
java.lang.ClassCastException: com.hbm.tileentity.machine.TileEntityDummy cannot be cast to com.hbm.tileentity.machine.storage.TileEntityMachineBattery
at com.hbm.blocks.machine.MachineBattery.func_149749_a(MachineBattery.java:178)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147480_a(World.java:594)
at com.hbm.tileentity.machine.TileEntityDummy.func_145845_h(TileEntityDummy.java:18)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at com.hbm.blocks.machine.MachineBattery.func_149749_a(MachineBattery.java:178)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147480_a(World.java:594)
at com.hbm.tileentity.machine.TileEntityDummy.func_145845_h(TileEntityDummy.java:18)
-- Block entity being ticked --
Details:
Name: tileentity_dummy // com.hbm.tileentity.machine.TileEntityDummy
Block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-8,117,-120), Chunk: (at 8,7,8 in -1,-8; contains blocks -16,0,-128 to -1,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Actual block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
other crash
Description: Ticking block entity
java.lang.ClassCastException: com.hbm.tileentity.machine.TileEntityDummy cannot be cast to com.hbm.tileentity.machine.storage.TileEntityMachineBattery
at com.hbm.blocks.machine.MachineBattery.func_149749_a(MachineBattery.java:178)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147480_a(World.java:594)
at com.hbm.tileentity.machine.TileEntityDummy.func_145845_h(TileEntityDummy.java:18)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at com.hbm.blocks.machine.MachineBattery.func_149749_a(MachineBattery.java:178)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147480_a(World.java:594)
at com.hbm.tileentity.machine.TileEntityDummy.func_145845_h(TileEntityDummy.java:18)
-- Block entity being ticked --
Details:
Name: tileentity_dummy // com.hbm.tileentity.machine.TileEntityDummy
Block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-8,117,-120), Chunk: (at 8,7,8 in -1,-8; contains blocks -16,0,-128 to -1,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Actual block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
@HbmMods help
Somehow one of your battery blocks has the tile entity of a dummy block, did you use any world editors or schematics recently?
new mods are blank planet, mine together, parrarel world, end globules, endgame materials, infinity coblestone generators
i have around 180 mods so there is only new mods after that crashes happening
Use McEdit or a comparable world editor to remove the tile entity at X:-8 Y:117 Z:-120.
You shouldn't open lithium Ion Batteries, the lithium could ignite in the air due to moisture.
Also this is another ticking block entity bug that happens when you add new mods. I think it happens because it changes the block id's of the HBM stuff, and some blocks really don't like that.