9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/ice_forest.json
Daniel Mills 89fe9fbe72 Rarities
2020-01-18 07:16:45 -05:00

24 lines
522 B
JSON

{
"name": "Ice Forest",
"derivative": "MUTATED_ICE_FLATS",
"type": "LAND",
"parent": "Ice Plains",
"region": "snowy",
"height": 0,
"rarity": 1.325,
"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"
]
}