mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"name": "Forest",
|
|
"derivative": "FOREST",
|
|
"type": "LAND",
|
|
"region": "temperate",
|
|
"genHeight": 0,
|
|
"lush": 0.33,
|
|
"scatter":[
|
|
"LONG_GRASS:1=0.23",
|
|
"LONG_GRASS:2=0.13",
|
|
"RED_ROSE:2=0.05",
|
|
"RED_ROSE:1=0.07",
|
|
"RED_ROSE=0.06",
|
|
"YELLOW_FLOWER=0.12",
|
|
"RED_ROSE:4=0.07",
|
|
"RED_ROSE:5=0.07"
|
|
],
|
|
"objects": [
|
|
"tree/oak/medium=1.5",
|
|
"tree/oak/small=1.2"
|
|
]
|
|
} |