mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
58 lines
1.3 KiB
JavaScript
58 lines
1.3 KiB
JavaScript
{
|
|
"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
|
|
} |