EwyBoy / OreTweaker

Add, remove, tweak and configure ore and underground generation features for Minecraft Forge
https://www.curseforge.com/minecraft/mc-mods/ore-tweaker
MIT License
20 stars 7 forks source link

[Bug] Some sort of watchdog error, most likely terraforged error #54

Closed rakostep closed 2 years ago

rakostep commented 2 years ago
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]

crashreport

rakostep commented 2 years ago

Oh uhhh I tested it on the "vanilla mode" of terraforged and it seems to work there but the strata decorator is off.

EwyBoy commented 2 years ago

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

rakostep commented 2 years ago

oh thanks for the fast response, I'll see what I can do.