9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/taiga.json
2020-01-17 07:38:54 -05:00

15 lines
291 B
JSON

{
"name": "Taiga",
"derivative": "TAIGA",
"type": "LAND",
"region": "cold",
"height": 0,
"scatter":[
"LONG_GRASS:2=0.07"
],
"objects": [
"tree/spruce/medium=0.27",
"tree/spruce/small=1.7",
"tree/spruce/dead/medium=0.39"
]
}