9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/biomes/ice_forest.json
2020-01-16 01:17:54 -05:00

20 lines
427 B
JSON

{
"name": "Ice Forest",
"region": "snowy",
"height": 0.18,
"derivative": "MUTATED_ICE_FLATS",
"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"
]
}