I am having a problem with my new custom mod pack server. I played all of last night and it was stable enough but I did a bit of exploring today and got to a point where some new chunks appear to load and immediately crash the server (client seems unaffected)
I believe some of the errors occur here:
[12:07:28] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:762) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.biome.Biome.func_185359_l()Ljava/lang/String;
at com.inventorypets.worldgen.WorldGenTreeTop.func_180709_b(WorldGenTreeTop.java:57) ~[WorldGenTreeTop.class:?]
at com.inventorypets.worldgen.WorldGenInventoryPets.generateOverworldDungeons(WorldGenInventoryPets.java:72) ~[WorldGenInventoryPets.class:?]
at com.inventorypets.worldgen.WorldGenInventoryPets.generate(WorldGenInventoryPets.java:21) ~[WorldGenInventoryPets.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167) ~[GameRegistry.class:?]
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020) ~[axw.class:?]
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:985) ~[axw.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157) ~[on.class:?]
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) ~[ot.class:?]
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) ~[ou.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227) ~[oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) ~[MinecraftServer.class:?]
... 4 more
[12:07:28] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: D:\2020 Minecraft Server Modded\.\crash-reports\crash-2020-03-23_12.07.28-server.txt
[12:07:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
I have changed server config to remove errored entities and blocks but the crash still persists, I also have the server running on 8G of RAM so that's not an issue
I will attach the full crash log aswell, really appreciate any form of help but a fix would be ideal.
I believe some of the errors occur here:
[12:07:28] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:762) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.biome.Biome.func_185359_l()Ljava/lang/String;
at com.inventorypets.worldgen.WorldGenTreeTop.func_180709_b(WorldGenTreeTop.java:57) ~[WorldGenTreeTop.class:?]
at com.inventorypets.worldgen.WorldGenInventoryPets.generateOverworldDungeons(WorldGenInventoryPets.java:72) ~[WorldGenInventoryPets.class:?]
at com.inventorypets.worldgen.WorldGenInventoryPets.generate(WorldGenInventoryPets.java:21) ~[WorldGenInventoryPets.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167) ~[GameRegistry.class:?]
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020) ~[axw.class:?]
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:985) ~[axw.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157) ~[on.class:?]
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) ~[ot.class:?]
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) ~[ou.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227) ~[oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) ~[MinecraftServer.class:?]
... 4 more
[12:07:28] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: D:\2020 Minecraft Server Modded\.\crash-reports\crash-2020-03-23_12.07.28-server.txt
[12:07:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
I have changed server config to remove errored entities and blocks but the crash still persists, I also have the server running on 8G of RAM so that's not an issue
I will attach the full crash log aswell, really appreciate any form of help but a fix would be ideal.