9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/ice_plains.json
2020-01-17 09:19:29 -05:00

15 lines
255 B
JSON

{
"name": "Ice Plains",
"derivative": "ICE_FLATS",
"type": "LAND",
"region": "snowy",
"height": 0,
"genAmplifier": 0.1,
"snow": 0.74,
"surface": [
"SNOW_BLOCK"
],
"subSurface": [
"PACKED_ICE"
]
}