(Forge) Loose rock generation does not check config value
Spoghet99 opened this issue ยท 3 comments
I try to turn off loose rock generation but the rocks still generate no matter what i do. In the config i set "enableLooseRocksWorldGen = false" but rocks generate regardless
Minecraft version: 1.20.1
Forge version: 42.2.20
I'm also having this issue on these exact versions. No matter what, these little rocks still generate.
nolooserocks.zip
You can just make a datapack that removes the rocks from generating for now until this issue is patched.
I attached the datapack that i made for this
N.B. on Forge,
Lines 445 to 450 in 05c46ca
and on Fabric,
Fabric appears to be correctly checking the config value; Forge does not.