refactor WorldGenerator & update test generator script

This commit is contained in:
MihailRis
2024-08-23 03:07:02 +03:00
parent f2395dede8
commit f40ff7cd28
4 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ biomes = {
{block="base:stone", height=-1},
{block="base:bazalt", height=1},
},
plant_chance = 0.5,
plant_chance = 0.3,
plants = {
{block="base:grass", weight=1},
{block="base:flower", weight=0.03},