settings.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. -- Here you can enable/disable the different plants
  2. REEDMACE_GENERATES = true
  3. SMALL_JUNCUS_GENERATES = true
  4. EXTRA_TALL_GRASS_GENERATES = true
  5. -- Amount of Reedmace near water or swamp
  6. REEDMACE_NEAR_WATER_PER_MAPBLOCK = 35 -- plants per 80x80x80 nodes (absolute maximum number)
  7. REEDMACE_NEAR_WATER_RARITY = 40 -- percent
  8. -- Amount of Reedmace in water
  9. REEDMACE_IN_WATER_PER_MAPBLOCK = 35 -- plants per 80x80x80 nodes (absolute maximum number)
  10. REEDMACE_IN_WATER_RARITY = 65 -- percent
  11. -- Amount of Reedmace for oases, tropical beaches and tropical swamps
  12. REEDMACE_FOR_OASES_PER_MAPBLOCK = 35 -- plants per 80x80x80 nodes (absolute maximum number)
  13. REEDMACE_FOR_OASES_RARITY = 90 -- percent
  14. -- growing of reedmace sapling
  15. REEDMACE_GROWING_TIME = 600 -- seconds
  16. REEDMACE_GROWING_CHANCE = 5 -- percent
  17. -- Amount of small Juncus near water or swamp
  18. JUNCUS_NEAR_WATER_PER_MAPBLOCK = 70 -- plants per 80x80x80 nodes (absolute maximum number)
  19. JUNCUS_NEAR_WATER_RARITY = 75 -- percent
  20. -- Amount of small Juncus at dunes/beach
  21. JUNCUS_AT_BEACH_PER_MAPBLOCK = 70 -- plants per 80x80x80 nodes (absolute maximum number)
  22. JUNCUS_AT_BEACH_RARITY = 75 -- percent
  23. -- Tall Grass on dirt with grass
  24. TALL_GRASS_PER_MAPBLOCK = 4800 -- plants per 80x80x80 nodes (absolute maximum number)
  25. TALL_GRASS_RARITY = 75 -- percent
  26. -- short grass becomes dirt with grass again
  27. GRASS_REGROWING_TIME = 1200 -- seconds
  28. GRASS_REGROWING_CHANCE = 5 -- percent
  29. HAY_DRYING_TIME = 3600 -- seconds
  30. REED_WILL_DRY = false -- wet reed nodes will become dry reed nodes
  31. REED_DRYING_TIME = 3600 -- seconds
  32. AUTO_ROOF_CORNER = true