9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/iris.development.dan/biomes/plains.json
Daniel Mills cae90b6135 Dump
2020-05-16 01:59:32 -04:00

39 lines
697 B
JSON

{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"place": [
"small/SmolBoi"
],
"chance": 0.2
}
],
"children": [
"rolling_plains"
],
"derivative": "PLAINS",
"heightExponent": 1,
"highHeight": 7,
"lowHeight": 4
}