Shadows-of-Fire / Plants

https://minecraft.curseforge.com/projects/plants
Other
21 stars 17 forks source link

Crystal Forest config option #103

Closed dancc7t closed 6 years ago

dancc7t commented 6 years ago

Hello, i finished my modpack yesterday and i would like to release it in one or two days, i have some issues remaining and one is the Crystal Forest, i want to disable its generation but i need it to be registered in the biomeList so i can generate it in a different dimension. The problem is that the config options dont allow me to do so:

Toggle for the Crystal Forest [default: true]

B:"Crystal Forest"=false
# The weight of the Crystal Forest.  Higher is more common. [range: 1 ~ 2000, default: 2]
I:"Crystal Forest Weight"=1

if it set it to false then it is removed from the registry. weight range is 1-2000, which does not allow to disable its generation.

Can you add a config option to fully disable its generation on the Overworld while keeping the biome registered?

Thank you very much.

Shadows-of-Fire commented 6 years ago

Setting the toggle to true and the weight to 0 as of 2.10.2 should do what you want