9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
This commit is contained in:
Brian Fopiano
2020-08-03 16:15:15 -07:00
parent 90270d6411
commit 2ab85360dc
4 changed files with 24 additions and 11 deletions

View File

@@ -35,6 +35,15 @@
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 20,
"chance": 0.1,
"palette": [
"LILY_PAD"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"wall":

View File

@@ -1,5 +1,5 @@
{
"name": "Nautical Cavern",
"name": "Tropical Cavern",
"layers": [
{
"maxHeight": 2,
@@ -15,17 +15,15 @@
"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",
"DEAD_TUBE_CORAL_BLOCK",
"MOSSY_COBBLESTONE",
"STONE",
"DEAD_BRAIN_CORAL_BLOCK",
"DEAD_FIRE_CORAL_BLOCK",
"MOSSY_COBBLESTONE",
"STONE",
"DEAD_BRAIN_CORAL_BLOCK",
"DEAD_HORN_CORAL_BLOCK",
"MOSSY_COBBLESTONE",
"LAPIS_ORE",
"PRISMARINE"

View File

@@ -117,7 +117,7 @@
}
},
{
"chance": 0.008,
"chance": 0.009,
"density": 3,
"rotation": {
"yAxis": {
@@ -177,7 +177,7 @@
"zoom": 10,
"chance": 0.6,
"stackMin": 1,
"stackMax": 1,
"stackMax": 3,
"palette": [
"minecraft:jungle_leaves[persistent=true]",
"GRASS"
@@ -191,7 +191,7 @@
"stackMin": 1,
"chance": 0.1,
"palette": [
"JUNGLE_LOG"
"JUNGLE_WOOD"
],
"verticalVarience": "WISPY",
"verticalZoom": 88,

View File

@@ -292,6 +292,12 @@
{
"chance": 0.4,
"density": 1,
"edit":[
{
"find":"sand",
"replace":"spruce_leaves"
}
],
"rotation": {
"yAxis": {
"min": 0,