9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/dev.brian/biomes/plains-brian.json
2020-05-18 04:30:04 -04:00

58 lines
1.3 KiB
JSON

{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"place": ["LargeBoi"],
"chance": 0.03,
"translate": {
"y": -2
},
"rotation": {
"enabled": true,
"xAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
},
"yAxis": {
"enabled": true,
"min": 0,
"max": 0,
"interval": 90
},
"zAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
}
}
}
],
"derivative": "PLAINS",
"heightExponent": 1,
"highHeight": 7,
"lowHeight": 1
}