Plants

Plants

5M Downloads

Crystal Forest config option

dancc7t opened this issue ยท 1 comments

commented

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.

commented

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