Forestry trees still spawn when disabled in config
netmc opened this issue ยท 2 comments
Even when setting forestry trees to false in the common.cfg file, forestry trees still spawn.
world {
generate {
B:trees=false
It appears however that setting the rarity to 0 in the arboriculture.cfg file does work:
global {
D:rarity=0.0
This was tested in forestry_1.12.2-5.8.2.387.
The global rarity option was removed in 2c8ed48. Regenerating your configs should remove the generate trees option.