mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Frozen [DONE] Hot [DONE] Swamp [DONE] Temperate [Add Wheat, Carrot, Potato Fields] Tropical [Underwater looks Terrible...] Tundra [Maybe Stone Glyfs]
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"name": "Murky Cavern",
|
|
"layers": [
|
|
{
|
|
"dispersion": "WISPY",
|
|
"terrainZoom": 0.2,
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"palette": [
|
|
"BLUE_ICE",
|
|
"PACKED_ICE",
|
|
"ICE",
|
|
"ICE",
|
|
"ICE",
|
|
"ICE",
|
|
"ICE",
|
|
"ICE"
|
|
]
|
|
},
|
|
{
|
|
"dispersion": "WISPY",
|
|
"terrainZoom": 0.2,
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"palette": [
|
|
"ICE"
|
|
]
|
|
}
|
|
|
|
],
|
|
"slab": {
|
|
"dispersion": "WISPY",
|
|
"terrainZoom": 0.5,
|
|
"palette": [
|
|
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
|
|
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
|
|
"AIR"
|
|
]
|
|
},
|
|
"decorators": [
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.02,
|
|
"palette": [
|
|
"COBWEB"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
},
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.01,
|
|
"palette": [
|
|
"CORNFLOWER"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
},
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.001,
|
|
"palette": [
|
|
"PRISMARINE_WALL"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 4,
|
|
"max": 6
|
|
},
|
|
{
|
|
"generator": "wavy",
|
|
"min": 2,
|
|
"max": 5
|
|
}
|
|
],
|
|
"derivative": "FROZEN_OCEAN"
|
|
} |