Moonbell Crash
Th4nat0s1s opened this issue ยท 1 comments
https://pastebin.com/7G5VMpKz <--- Full Crash Report
MC 1.12.2 - 14.23.5.2814
Bewitchment 0.19.5 indev
Latest versions of llibrary, patouchie, baubles
Seems to be an issue with the Moonbell Block
`Time: 2/19/19 11:23 PM
Description: Exception ticking world
java.lang.NoSuchMethodError: net.minecraft.world.World.func_72853_d()I
at com.bewitchment.common.block.natural.plants.BlockMoonbell.func_180650_b(BlockMoonbell.java:90)
at net.minecraft.block.Block.func_180645_a(Block.java:508)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:476)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at com.bewitchment.common.block.natural.plants.BlockMoonbell.func_180650_b(BlockMoonbell.java:90)
at net.minecraft.block.Block.func_180645_a(Block.java:508)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:476)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)
`