9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00

Fixed heads (i hope) Started some caves in 2 regions

This commit is contained in:
Brian Fopiano
2020-07-28 18:18:52 -07:00
parent 8431c19454
commit 39c76d835c
10 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
{
"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"
}

View File

@@ -15,6 +15,9 @@
"shoreBiomes": [
"frozen-beach"
],
"caveBiomes": [
"frozen-ice-cavern"
],
"spotBiomes": [
{
"biome": "frozen-ocean",

View File

@@ -0,0 +1,62 @@
{
"name": "Murky Cavern",
"layers": [
{
"maxHeight": 2,
"dispersion": "WISPY",
"terrainZoom": 0.1,
"minHeight": 1,
"palette": [
"STONE",
"COBBLESTONE",
"COBBLESTONE",
"MOSSY_COBBLESTONE",
"GRASS_BLOCK",
"GRASS_BLOCK"
]
}
],
"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.05,
"palette": [
"BROWN_MUSHROOM",
"RED_MUSHROOM"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"COBWEB"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 6
},
{
"generator": "wavy",
"min": 2,
"max": 5
}
],
"derivative": "SWAMP"
}

View File

@@ -16,6 +16,10 @@
"swamp-beach"
],
"caveBiomes":[
"swamp-murky-cavern"
],
"deposits":[
{
"minHeight": 35,