9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/ice_plains.json
Daniel Mills a7e6f422b8 Forests
2020-01-26 23:17:38 -05:00

21 lines
388 B
JSON

{
"name": "Ice Plains",
"derivative": "ICE_FLATS",
"type": "LAND",
"region": "snowy",
"parent": "Cold Taiga",
"genHeight": 0,
"rarity": 1.25,
"snow": 0.74,
"surface": [
"SNOW_BLOCK"
],
"subSurface": [
"PACKED_ICE"
],
"objects": [
"spire/small=0.07",
"spire/medium=0.07",
"shack/worn=0.01"
]
}