9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/iris.overworld.temperate/biomes/temperate-ocean.json
2020-07-24 02:56:46 -07:00

69 lines
1.3 KiB
JSON

{
"name": "Ocean",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"chance": 0.3,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lilly"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",
"min": -41,
"max": -7
}
],
"decorators":[
{
"zoom": 20,
"chance": 0.2,
"palette": [
"SEAGRASS"
],
"dispersion": "WISPY",
"variance": "WISPY"
}
],
"derivative": "LUKEWARM_OCEAN"
}