9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 04:36:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/ice_forest.json
Brian Fopiano 58b652ca39 OWo
2020-01-19 04:54:36 -08:00

21 lines
412 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/evergreen/large=0.2",
"tree/evergreen/medium=0.4",
"mushroom/ice=0.05"
]
}