noahc3 / oreconfig

A Minecraft Forge mod to disable existing ore generation features and add your own.
MIT License
6 stars 2 forks source link

Ore Disabling dont work #14

Open ghost opened 3 years ago

ghost commented 3 years ago

Hey Buddys, my Ore Disabling is not working. It only work to "silents_mechanisms:nickel_ore"

see here my config

MultiChipModule commented 3 years ago

Hey Buddys, my Ore Disabling is not working. It only work to "silents_mechanisms:nickel_ore"

see here my config

Did you generate a new world?

ghost commented 3 years ago

Yes of course

noahc3 commented 3 years ago

Are you using a public modpack that I can test with?

ghost commented 3 years ago

No it´s a private. But i will u give an download Link für Curse Forge Import or an MMC Import whatever u want. Add me on Discord. DocSenf#4305

noahc3 commented 3 years ago

Finally had some time to look into this.

After testing the mods from OPs config, I've confirmed the following mods are not compatible right now:

There are likely more mods that are not compatible. These mods use custom feature generation code that would require custom support on a mod-by-mod basis. This may be possible for some mods (ones with source code available or developer APIs) but not all. I'll see what I can do.

Snownee commented 3 years ago

It seems I can't disable Nether Gold Ore too

"Disable Ores" = ["minecraft:nether_gold_ore"]

DefaultBiomeFeatures#withCommonNetherBlocks

ghost commented 3 years ago

Hey, sorry. can u add me again ?

noahc3 commented 3 years ago

It seems I can't disable Nether Gold Ore too

"Disable Ores" = ["minecraft:nether_gold_ore"]

DefaultBiomeFeatures#withCommonNetherBlocks

Fixed in v1.1.1 (also fixed ancient debris)

Hey, sorry. can u add me again ?

It's alright, I've already done testing on the mods you mentioned, thanks though!