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

22 lines
473 B
JSON

{
"name": "Ice Forest",
"derivative": "MUTATED_ICE_FLATS",
"type": "LAND",
"region": "snowy",
"height": 0,
"surface": [
"SNOW_BLOCK"
],
"snow": 1.24,
"subSurface": [
"PACKED_ICE"
],
"objects": [
"tree/spruce/medium=0.87",
"tree/spruce/small=3.7",
"tree/spruce/dead/medium=0.01",
"tree/evergreen/large=0.17",
"tree/evergreen/medium=0.22",
"mushroom/ice=0.03"
]
}