mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 04:36:33 +00:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "Birch Forest",
|
|
"derivative": "BIRCH_FOREST",
|
|
"parent": "Forest",
|
|
"type": "LAND",
|
|
"region": "temperate",
|
|
"height": 0,
|
|
"scatter":[
|
|
"LONG_GRASS:1=0.23",
|
|
"LONG_GRASS:2=0.13"
|
|
],
|
|
"objects": [
|
|
"tree/birch/large=0.2",
|
|
"tree/birch/medium=0.3",
|
|
"tree/birch/small=0.3",
|
|
"house/rustic/medium=0.005"
|
|
]
|
|
} |