mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
146 lines
4.0 KiB
JSON
146 lines
4.0 KiB
JSON
{
|
|
"name": "Mesa Green",
|
|
"vanillaDerivative": "BADLANDS",
|
|
"derivative": "SHATTERED_SAVANNA",
|
|
"generators": [
|
|
{
|
|
"min": 9,
|
|
"max": 16,
|
|
"generator": "plain-cliffs"
|
|
},
|
|
{
|
|
"min": 25,
|
|
"max": 28,
|
|
"generator": "mountain"
|
|
}
|
|
],
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "lime_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "green_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "brown_terracotta"}]
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.009,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "east"
|
|
},
|
|
"block": "stone_button"
|
|
},
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "south"
|
|
},
|
|
"block": "stone_button"
|
|
}
|
|
],
|
|
"style": {"style": "STATIC"}
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [{"block": "dead_bush"}],
|
|
"style": {"style": "STATIC"}
|
|
}
|
|
],
|
|
"objects": [{
|
|
"name": "standard-surface-portals",
|
|
"chance": 0.00505,
|
|
"place": [
|
|
"global-clutter/BigSwordPortal-unlit-1",
|
|
"global-clutter/BigSwordPortal-lit-1",
|
|
"ruined_portal/giant_portal_1",
|
|
"ruined_portal/giant_portal_2",
|
|
"ruined_portal/giant_portal_3",
|
|
"ruined_portal/portal_1",
|
|
"ruined_portal/portal_2",
|
|
"ruined_portal/portal_3",
|
|
"ruined_portal/portal_4",
|
|
"ruined_portal/portal_5",
|
|
"ruined_portal/portal_6",
|
|
"ruined_portal/portal_7",
|
|
"ruined_portal/portal_8",
|
|
"ruined_portal/portal_9",
|
|
"ruined_portal/portal_10"
|
|
],
|
|
"edit": [
|
|
{
|
|
"find": [{"block": "gold_block"}],
|
|
"replace": {"palette": [{"block": "air"}]},
|
|
"chance": 0.1
|
|
},
|
|
{
|
|
"find": [{"block": "netherrack"}],
|
|
"replace": {"palette": [{"block": "magma_block"}]},
|
|
"chance": 0.07
|
|
},
|
|
{
|
|
"find": [{"block": "obsidian"}],
|
|
"replace": {"palette": [{"block": "crying_obsidian"}]},
|
|
"chance": 0.15
|
|
},
|
|
{
|
|
"find": [{"block": "lava"}],
|
|
"replace": {"palette": [{"block": "magma_block"}]},
|
|
"chance": 0.2
|
|
}
|
|
],
|
|
"mode": "VACUUM",
|
|
"carvingSupport": "SURFACE_ONLY"
|
|
}],
|
|
"entityInitialSpawns": [
|
|
{
|
|
"entity": "cow",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
},
|
|
{
|
|
"entity": "chicken",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
}
|
|
],
|
|
"lockLayers": true,
|
|
"wall": {
|
|
"style": {"style": "IRIS"},
|
|
"palette": [
|
|
{"block": "lime_terracotta"},
|
|
{"block": "green_terracotta"},
|
|
{"block": "terracotta"},
|
|
{"block": "brown_terracotta"}
|
|
]
|
|
}
|
|
}
|