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:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
83
iris.overworld.frozen/biomes/frozen-ice-cavern.json
Normal file
83
iris.overworld.frozen/biomes/frozen-ice-cavern.json
Normal 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"
|
||||
}
|
||||
@@ -15,6 +15,9 @@
|
||||
"shoreBiomes": [
|
||||
"frozen-beach"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"frozen-ice-cavern"
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "frozen-ocean",
|
||||
|
||||
62
iris.overworld.swamp/biomes/swamp-murky-cavern.json
Normal file
62
iris.overworld.swamp/biomes/swamp-murky-cavern.json
Normal 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"
|
||||
}
|
||||
@@ -16,6 +16,10 @@
|
||||
"swamp-beach"
|
||||
|
||||
],
|
||||
"caveBiomes":[
|
||||
"swamp-murky-cavern"
|
||||
],
|
||||
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 35,
|
||||
|
||||
Reference in New Issue
Block a user