[1.16.3] Disabling World Generation for Gems in the Overworld doesn't actually Disable them. (disabling anything doesn't work?)
Gbergz opened this issue ยท 15 comments
Versions
- Silent's Gems: 3.6.1+96
- Silent Gear: 1.10.2+138
- Silent Lib: 4.7.0+58
- Forge: 32.0.75
- Modpack: https://www.curseforge.com/minecraft/modpacks/tnp-limitless-3
- Optifine Installed: No
Expected Behavior
Overworld Gems being disabled like I disabled them in the config.
Actual Behavior
Overworld Gems are disabled but they are still available in the Overworld.
Steps to Reproduce the Problem
- Install SilentGems + Lib.
- Start game & Generate configs and disable Overworld Ore generation.
- Restart Game.
- Relaunch game & then Join / Create a World.
- Check world, ores are still available. Even though config has them disabled.
- Profit.
Can confirm. Have max and min both set to zero. Using Forge 32.0.88 and same sgems version. Checked both modded and vanilla overworld biomes and gems are present.
maxTypePerBiome = 0
minTypePerBiome = 0
OK, seems the regional gems config for other dimensions is also applying to the overworld. As a temp workaround, try setting world.generation.other.gems.regionSize
to 0 as well.
Thanks for responding. I'll give that a shot. If it doesn't work out, I'm fine just having them in the overworld. I was thinking about locking them to a mining dimension, but the setting you mention would likely remove them there, too. Although, it allows adding pretty much any ore or block in its own config, sooo....time to test!
Anyway, thanks!
OK, seems the regional gems config for other dimensions is also applying to the overworld. As a temp workaround, try setting
world.generation.other.gems.regionSize
to 0 as well.
Yes that seem to have worked, but for me this won't fix for what I'm trying to do unfortunately. I'll wait for a "real" fix. Thanks though! :)
Another fun fact I learned from this, and it makes sense now that I realize it: setting overworld gems' min/max to zero also disables glowrose generation, as they seem to be indicators for the gem type(s) in that region. E.g. I found some Tanzanite Glowroses and found Tanzanite ore close by. TIL lol
Still an issue on 1.16.3, using this version: SilentGems-1.16.3-3.7.0+103
Forge: 34.1.19
Any updates on if this can get fixed?
- Gbergz
Edit: Also while I'm here, any silentgems ore can be broken with hand and the gem will drop. No pickaxe required. Harvest Levels seem broken.
GIF showing it: https://gyazo.com/4a4641fb73b79b0eccedba8a9dca65c9
Any updates on this? Ores are still present in overworld even though they're disabled.
SilentGems: SilentGems-1.16.3-3.7.1+104.jar
Forge: 34.1.19
Just to clarify, you want no gems in the overworld, but you do want them in other dimensions (like mining worlds), right?
Just to clarify, you want no gems in the overworld, but you do want them in other dimensions (like mining worlds), right?
Yes, exactly. The plan was to disable the overworld silentgems-ores and only have them enabled in a Mining Dimension.
Which was possible in 1.15.
OK, I'll take another look today. I also need to work out some other worldgen issues thanks to changes in 1.16.3. The config options might end up completely changed, FYI.
Mostly done with rewriting all the world gen. Just need some time to clean up the configs and make sure they actually work as intended.