mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 12:19:14 +00:00
96 lines
2.4 KiB
JSON
96 lines
2.4 KiB
JSON
{
|
|
"name": "Ocean Beach",
|
|
"derivative": "PLAINS",
|
|
"vanillaDerivative": "PLAINS",
|
|
"generators": [{
|
|
"generator": "ocean",
|
|
"max": -20,
|
|
"min": -30
|
|
}],
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"palette": [{"block": "grass_block"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
{"block": "dirt"},
|
|
{"block": "coarse_dirt"}
|
|
]
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.2,
|
|
"variance": {
|
|
"style": "CELLULAR",
|
|
"zoom": 0.25,
|
|
"fracture": {
|
|
"style": "SIMPLEX",
|
|
"zoom": 0.2,
|
|
"multiplier": 10
|
|
}
|
|
},
|
|
"style": {
|
|
"style": "SIMPLEX",
|
|
"zoom": 0.2,
|
|
"fracture": {
|
|
"style": "STATIC",
|
|
"multiplier": 8
|
|
}
|
|
},
|
|
"palette": [
|
|
{"block": "dandelion"},
|
|
{"block": "poppy"},
|
|
{"block": "blue_orchid"},
|
|
{"block": "allium"},
|
|
{"block": "azure_bluet"},
|
|
{"block": "red_tulip"},
|
|
{"block": "orange_tulip"},
|
|
{"block": "white_tulip"},
|
|
{"block": "pink_tulip"},
|
|
{"block": "oxeye_daisy"},
|
|
{"block": "cornflower"},
|
|
{"block": "lily_of_the_valley"}
|
|
]
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"palette": [{"block": "tall_grass"}]
|
|
},
|
|
{
|
|
"chance": 0.5,
|
|
"palette": [{"block": "grass"}]
|
|
}
|
|
],
|
|
"objects": [{
|
|
"place": [
|
|
"landform/stone/1",
|
|
"landform/stone/2",
|
|
"landform/stone/3",
|
|
"landform/stone/4",
|
|
"landform/stone/5"
|
|
],
|
|
"chance": 0.02,
|
|
"mode": "MIN_HEIGHT",
|
|
"rotation": {
|
|
"enabled": true,
|
|
"yAxis": {
|
|
"enabled": true,
|
|
"interval": 90,
|
|
"min": -360,
|
|
"max": 360
|
|
}
|
|
}
|
|
}],
|
|
"biomeZoom": 60,
|
|
"biomeStyle": {"style": "IRIS"},
|
|
"wall": {"palette": [
|
|
{"block": "stone"},
|
|
{"block": "andesite"}
|
|
]}
|
|
}
|