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

21 lines
364 B
JSON

{
"name": "Ice Plains",
"derivative": "ICE_FLATS",
"type": "LAND",
"region": "snowy",
"height": 0,
"rarity": 1.25,
"genAmplifier": 0.1,
"snow": 0.74,
"surface": [
"SNOW_BLOCK"
],
"subSurface": [
"PACKED_ICE"
],
"objects": [
"spire/small=0.07",
"spire/medium=0.07"
]
}