ThatGravyBoat / Sprout

7 stars 2 forks source link

There needs to be a way to disable certain plants #41

Closed lSherozl closed 1 year ago

lSherozl commented 1 year ago

Sprouts spawn way too often, its like 1 for every Minecraft grass

ThatGravyBoat commented 1 year ago

there is already away just change the weight in the biome modifiers on forge and the config on fabric

lSherozl commented 1 year ago

So for forge you need a datapack while fabric has a config?

ThatGravyBoat commented 1 year ago

yes because fabric has no official way while forge does via biome modifers

lSherozl commented 1 year ago

So I remove this entire thing and leave it blank for it to not spawn ?

image
ThatGravyBoat commented 1 year ago

you put

{
"type": "forge:none"
}

and that will disable it

lSherozl commented 1 year ago

Thank you for the clarification