JustEnoughIDs icon indicating copy to clipboard operation
JustEnoughIDs copied to clipboard

Open Terrain Generator (OTG) Not Enough Biome IDs Error

Open TheSkadoosh opened this issue 5 years ago • 3 comments

I'm using Open Terrain Generator and it has been working fine. As of now I can't create a new world because of "no free biome id's" which seems odd since I'm using your mod which creates almost unlimited biome id's.

https://paste.dimdev.org/koqetuviji.mccrash

Getting an error when generating a new world:

Description: Exception in server tick loop

java.lang.RuntimeException: Biome could not be registered, no free biome id's! at com.pg85.otg.network.ServerConfigProvider.indexSettings(ServerConfigProvider.java:484) at com.pg85.otg.network.ServerConfigProvider.loadBiomes(ServerConfigProvider.java:208) at com.pg85.otg.network.ServerConfigProvider.loadSettings(ServerConfigProvider.java:134) at com.pg85.otg.network.ServerConfigProvider.(ServerConfigProvider.java:74) at com.pg85.otg.forge.world.WorldLoader.getOrCreateForgeWorld(WorldLoader.java:362) at com.pg85.otg.forge.world.OTGWorldType.getBiomeProvider(OTGWorldType.java:146) at net.minecraft.world.WorldProvider.init(WorldProvider.java:58) at net.minecraft.world.WorldProvider.setWorld(WorldProvider.java:40) at net.minecraft.world.WorldServer.(WorldServer.java:116) at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:121) at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:745)

TheSkadoosh avatar Oct 24 '19 18:10 TheSkadoosh

Have you tried running this with their newer release, v8.3? Also make sure the world configs for OTG are not from a previous version, as that will make OTG use its older custom biome rather than its new virtual/dynamic biome id's.

TerdyTheTerd avatar Jan 08 '20 16:01 TerdyTheTerd

Have you tried running this with their newer release, v8.3? Also make sure the world configs for OTG are not from a previous version, as that will make OTG use its older custom biome rather than its new virtual/dynamic biome id's.

How would one update these configs?

DukeTwoCan avatar Jan 12 '20 22:01 DukeTwoCan

I was also experiencing this issue. I used Advanced Rocketry which adds a lot of dimensions. Removing the Advanced Rocketry solved the issue for me.

juraj-hrivnak avatar Mar 10 '21 18:03 juraj-hrivnak