Ore Tweaker

Ore Tweaker

5M Downloads

[Bug] Mods with custom ore gen features can't be disabled

EwyBoy opened this issue ยท 1 comments

commented

Mod needs a safe way / or hardcoded dependency on mods to disable stuff like this

commented

Workaround:

disable ore spawn from any mod using a filler that doesn't naturally spawn like minecraft:gold_block, combined with minY maxY that makes sense.

{
  "ore": "electrodynamics:oretin",
  "filler": "minecraft:gold_block",
  "minY": -1,
  "maxY": -1,
  "maxVeinSize": -1,
  "spawnRate": -1.0,
  "biomeBlacklist": [],
  "biomeWhitelist": []
},