mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
19 lines
324 B
JSON
19 lines
324 B
JSON
{
|
|
"name": "Cold Taiga",
|
|
"derivative": "TAIGA_COLD",
|
|
"type": "LAND",
|
|
"region": "cold",
|
|
"parent": "Taiga",
|
|
"genHeight": 0,
|
|
"scatter":[
|
|
"LONG_GRASS:2=0.04"
|
|
],
|
|
"objects": [
|
|
"tree/evergreen/large=0.15",
|
|
"tree/evergreen/medium=0.21",
|
|
"shack/worn=0.01"
|
|
]
|
|
}
|
|
|
|
|