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

16 lines
363 B
JSON

{
"name": "Forest Mountains",
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
"type": "LAND",
"region": "temperate",
"height": 0,
"scatter":[
"LONG_GRASS:1=0.13",
"LONG_GRASS:2=0.13"
],
"objects": [
"tree/spruce/medium=0.67",
"tree/spruce/small=2.7",
"tree/spruce/dead/medium=0.09"
]
}