Game crashes upon loading world
Turnoverdisc opened this issue ยท 1 comments
Yesterday I tried to load a singleplayer world that already existed and was working fine. When I tried to load it the game crashed because some biome ids from twilight forest were conflicting with some of the mod's biomes so I replaced the ids to some that weren't taken. after that the game crashed again and this time the crash report said something about how enchantedforestborder couldn't find enchantedforest. I found a that ids that were originally under 256 have to stay under 256 for them to work so that's what I did. Now the crash report just says "This shouldn't happen" as the line under the description. here are the latest crash report and the current WorldConfig.ini file.
Your links dont work.
There are a few things wrong here, first off you can't edit IDs on a live world. ID changes only take effect if a new world is created.
Secondly, the only way a biome ID conflict is possible (unless you're using a very outdated version of OTG) is if you added mods that add biomes to an existing world. Doing this isn't supported by OTG and will cause issues.