mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-06 15:41:36 +00:00
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"name": "Birch Forest",
|
|
"derivative": "BIRCH_FOREST",
|
|
"parent": "Forest",
|
|
"type": "LAND",
|
|
"region": "temperate",
|
|
"genHeight": 0,
|
|
"scatter":[
|
|
"LONG_GRASS:1=0.23",
|
|
"LONG_GRASS:2=0.13",
|
|
"RED_ROSE:4=0.07",
|
|
"RED_ROSE:5=0.08",
|
|
"RED_ROSE=0.12",
|
|
"YELLOW_FLOWER=0.11"
|
|
],
|
|
"objects": [
|
|
"tree/birch/large=0.2",
|
|
"tree/birch/medium=0.3",
|
|
"tree/birch/small=0.7",
|
|
"house/rustic/medium=0.005"
|
|
]
|
|
} |