Been searching the internet for a while looking for threads on crashes due to decorative block ids. I am running a personal modpack including the biome mods Highlands, Bioms o Plenty, Twilight Forrest, ExtraBioms. I found a soloution where i should try to fix all the Biome IDS (which i did). I now have all the biome IDS ranging from 40-255, which should mean that this is not the problem (i can run the game just fine). The problem is when i play for a while and enter a new area the game crashes and gives me this error:
Exception in server tick loop
java.lang.NullPointerException
at net.minecraft.world.World.func_72825_h(World.java:2009)
at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:219)
at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.management.PlayerInstance.<init>(PlayerInstance.java:50)
at net.minecraft.server.management.PlayerManager.getOrCreateChunkWatcher(PlayerManager.java:192)
at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:182)
at net.minecraft.server.management.PlayerManager.func_72683_a(PlayerManager.java:232)
at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:220)
at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:268)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:136)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
From the looks of it there seems to be a problem with the decorative part of the bioms, but i cannot figure out which block ids that are creating the problem. This is last resort, i have been looking for a soloution for hours. If anyone who has a little bit knowledge on this issue would help me out i would be greatful
Exception in server tick loop
java.lang.NullPointerException
at net.minecraft.world.World.func_72825_h(World.java:2009)
at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:219)
at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.management.PlayerInstance.<init>(PlayerInstance.java:50)
at net.minecraft.server.management.PlayerManager.getOrCreateChunkWatcher(PlayerManager.java:192)
at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:182)
at net.minecraft.server.management.PlayerManager.func_72683_a(PlayerManager.java:232)
at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:220)
at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:268)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:136)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:97)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
From the looks of it there seems to be a problem with the decorative part of the bioms, but i cannot figure out which block ids that are creating the problem. This is last resort, i have been looking for a soloution for hours. If anyone who has a little bit knowledge on this issue would help me out i would be greatful