Simply Improved Terrain causes nether dimension to be glitched out
BugmanBugman opened this issue · 4 comments
Found the conflict! It seems to be the overworld two mod...strange
https://www.curseforge.com/minecraft/mc-mods/overworld-two-forge
I see. This would make sense, as Overworld Two seems to change the GenerationShapeConfig in a manner intended to only be compatible with its other changes which themselves on the Vanilla terrain noise interpolation. When mine overwrites this, it reads Overworld Two's GenerationShapeConfig which contains data not well suited for either pure Vanilla or Simply Improved Terrain generation code.
This is unfortunately one category of mod for which it is difficult to enable compatibility without introducing special cases. Anything that depends on Vanilla noise interpolation will either be overshadowed or break something, depending on the changes the other mod makes.
If it helps to choose between the two, Overworld Two seems to focus more on creating different terrain features, while Simply Improved Terrain focuses on overhauling the appearance of existing features. OW2 still has visible grid patterns and hills with angle bias, while SIT doesn't change the underlying terrain formula quite as much.
For sure I’ll stick with this one since the terrain looks far better, especially with Quark’s realistic world type. I mainly had OW2 on since it had a feature that would improve performance on all world types, hopefully it will be able to be sorted out soon