[Bug] Some sort of watchdog error, most likely terraforged error
rakostep opened this issue ยท 3 comments
Minecraft Version
1.16.5
Forge Version
36.2.4
Mod Version
OreTweaker-1.16.5-2.6.0
Describe the bug
Crashes upon generating a new singleplayer world
How to reproduce
Custom config with iron ore to generate on higher y coordinates + terraforged + create with strata decorator on
The said config:
{
"oreConfig": [
{
"ore": "minecraft:iron_ore",
"filler": "minecraft:stone",
"minY": 1,
"maxY": 64,
"maxVeinSize": 4,
"spawnRate": 13.0,
"biomeBlacklist": [],
"biomeWhitelist": []
},
{
"ore": "minecraft:iron_ore",
"filler": "minecraft:stone",
"minY": 153,
"maxY": 250,
"maxVeinSize": 21,
"spawnRate": 48.0,
"biomeBlacklist": [],
"biomeWhitelist": ["MOUNTAIN", "WASTELAND", "PLAINS", "FOREST", "SNOWY"]
}
]
}
Link to crashlog [If Applicable]
Oh uhhh I tested it on the "vanilla mode" of terraforged and it seems to work there but the strata decorator is off.
It's kinda a known issue. Ore Tweaker does not always play nice with other mods that heavily change how the world works. It's really not anything I can do to fix this easily unfortunately..
My best advice is to try different settings until you perhaps find something that magically works.
-Ewy