mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
TropiCave
This commit is contained in:
79
overworld/biomes/tropical-cavern.json
Normal file
79
overworld/biomes/tropical-cavern.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"name": "Nautical Cavern",
|
||||
"layers": [
|
||||
{
|
||||
"maxHeight": 2,
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.1,
|
||||
"minHeight": 1,
|
||||
"palette": [
|
||||
"STONE",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"STONE",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"STONE",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"STONE",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"DEAD_BRAIN_CORAL_BLOCK",
|
||||
"MOSSY_COBBLESTONE",
|
||||
"LAPIS_ORE",
|
||||
"PRISMARINE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"slab": {
|
||||
"dispersion": "SCATTER",
|
||||
"terrainZoom": 0.5,
|
||||
"palette": [
|
||||
"minecraft:stone_slab[type=bottom,waterlogged=false]",
|
||||
"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]",
|
||||
"AIR"
|
||||
]
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:sea_pickle[pickles=1,waterlogged=false]",
|
||||
"minecraft:sea_pickle[pickles=2,waterlogged=false]",
|
||||
"minecraft:sea_pickle[pickles=3,waterlogged=false]"
|
||||
],
|
||||
"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": "FOREST"
|
||||
}
|
||||
@@ -15,6 +15,9 @@
|
||||
"shoreBiomes": [
|
||||
"tropical-beach"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"tropical-cavern"
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "tropical-submerged-volcanic",
|
||||
|
||||
Reference in New Issue
Block a user