9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 04:09:14 +00:00
Files
Iris-Pack-EarthWorld/dev.test/biomes/a.json

44 lines
833 B
JSON

{
"name": "Land",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": 12,
"max": 12
}
],
"objects": [
{
"chance": 0.5,
"density": 1,
"rotation": {
"enabled": false
},
"place": [
"tester"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"derivative": "JUNGLE_EDGE"
}