mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "Hot Oasis",
|
|
"derivative": "DESERT",
|
|
"rarity": 1,
|
|
"color": "#6ABF31",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [{
|
|
"generator": "plain",
|
|
"max": 7,
|
|
"min": -2
|
|
}],
|
|
"layers": [{
|
|
"minHeight": 5,
|
|
"maxHeight": 5,
|
|
"style": {"style": "FRACTAL_WATER"},
|
|
"zoom": 0.7,
|
|
"palette": [
|
|
{
|
|
"weight": 1,
|
|
"block": "minecraft:grass_block"
|
|
},
|
|
{
|
|
"weight": 1,
|
|
"block": "minecraft:moss_block"
|
|
}
|
|
]
|
|
}],
|
|
"decorators": [
|
|
{
|
|
"verticalZoom": 5,
|
|
"chance": 0.005,
|
|
"variance": {"style": "STATIC"},
|
|
"stackMax": 5,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:cactus"}],
|
|
"heightVariance": {"style": "IRIS"},
|
|
"stackMin": 1
|
|
},
|
|
{
|
|
"chance": 0.005,
|
|
"palette": [{"block": "minecraft:dead_bush"}]
|
|
}
|
|
]
|
|
}
|