mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "Redwood Forest",
|
|
"derivative": "REDWOOD_TAIGA",
|
|
"type": "LAND",
|
|
"parent": "Cold Taiga",
|
|
"region": "cold",
|
|
"height": 0,
|
|
"surface": [
|
|
"DIRT",
|
|
"DIRT:1",
|
|
"DIRT:2"
|
|
],
|
|
"surfaceType": "simplex",
|
|
"scatter": [
|
|
"LONG_GRASS:2=0.07"
|
|
],
|
|
"objects": [
|
|
"tree/spruce/medium=2.1",
|
|
"tree/spruce/small=1.5"
|
|
]
|
|
} |