MinecraftModDevelopmentMods / BaseMetals

Base Metals Mod
https://www.curseforge.com/minecraft/mc-mods/base-metals
GNU Lesser General Public License v2.1
16 stars 18 forks source link

Ores spawn without OreSpawn even with B:using_orespawn=false #448

Open IMarvinTPA opened 5 years ago

IMarvinTPA commented 5 years ago

I am using COFH World to spawn my ores (custom scripts). I don't want or need Ore Spawn. The mod is not honoring B:using_orespawn=false. Versions: Minecraft 1.12 Forge: 14.23.5.2838 Base Metals: 2.5.0-rc2

IMarvinTPA commented 5 years ago

I figured out that it was the fact the config was moved to MMDLib.cfg You may wish to somehow note a removal of config options in the other mod's config files.

jriwanek commented 5 years ago

Thanks for your report, we'll work on that for the next release!

IMarvinTPA commented 5 years ago

Better: In the big banner, say which config file the "using_orespawn" flag is living in.

MercuryDoll commented 4 years ago

Same setup as OP, setting both using_orespawn and fallback_orespawn in MMDLib.cfg to false still results in Basic Metals ore being generated.

dshadowwolf commented 4 years ago

It is looking like the option got moved to MMDLib's config as it is a widely shared configuration option, but in that move something was damaged. I'm looking into this at this time.