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] Incompatibility with Sky’s ultimate ore mod #22

Closed EwyBoy closed 2 years ago

EwyBoy commented 3 years ago

Sky’s ultimate ore mod by sky2playz When the mod is enabled: I Disabled the ore generation, ex. "{ "ore": "skys_ultimate_ore_mod:ruby_ore", "minY": -1, "maxY": -1, "maxVeinSize": -1, "spawnRate": -1 }," and so on and added that to OreTweaker.json However, when I enter the Modpack and click SinglePlayer, it gives me the following error: The game crashed whilst mouseclicked event handler Error: java.lang.IllegalStateException: failed to create a child event loop When I disable the mod, the rest of the Modpack works just fine. Could you fix it? Thanks for your time!

Originally posted by @ValkRed in https://github.com/EwyBoy/OreTweaker/issues/21#issuecomment-867769938