9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Merge pull request #276 from IrisDimensions/Development

Developmental update
This commit is contained in:
Brian Fopiano
2022-07-01 15:33:03 -07:00
committed by GitHub
285 changed files with 4628 additions and 415 deletions

View File

@@ -55,7 +55,7 @@
},
{
"chance": 0.0018,
"mode": "PAINT",
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
@@ -77,7 +77,7 @@
}
},
{
"mode": "PAINT",
"mode": "MIN_HEIGHT",
"place": [
"structures/ruins-desert-1",
"structures/ruins-desert-2"
@@ -95,7 +95,7 @@
},
{
"chance": 0.0014,
"mode": "PAINT",
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -54,7 +54,7 @@
]
},
{
"mode": "PAINT",
"mode": "MIN_HEIGHT",
"place": [
"structures/ruins-desert-1",
"structures/ruins-desert-2"
@@ -72,7 +72,7 @@
},
{
"chance": 0.0018,
"mode": "PAINT",
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
@@ -94,7 +94,7 @@
},
{
"chance": 0.0014,
"mode": "PAINT",
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -37,7 +37,7 @@
"block": "minecraft:grass_block"
},
{"block": "minecraft:podzol"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:mud"},
{
"weight": 4,
"block": "minecraft:grass_block"

View File

@@ -83,6 +83,11 @@
},
{
"mode": "STILT",
"stiltOverride":{
"palette": [{
"block": "minecraft:dark_oak_log"
}]
},
"place": [
"trees/jungle/lgeneric1",
"trees/jungle/lgeneric2",

View File

@@ -16,20 +16,8 @@
"style": {"style": "NOWHERE"},
"zoom": 0.2,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"},
{"block": "minecraft:rooted_dirt"}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{
"weight": 2,
"block": "minecraft:coarse_dirt"
}
{"block": "minecraft:mud"}
]
}
],

View File

@@ -30,7 +30,7 @@
},
"zoom": 0.8,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:mud"},
{"block": "minecraft:coarse_dirt"}
]
},
@@ -114,4 +114,4 @@
"replace": {"palette": [{"block": "minecraft:air"}]}
}]
}]
}
}

View File

@@ -0,0 +1,46 @@
{
"name": "Arid Highlands",
"color": "#cef550",
"rarity": 1,
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "savanna",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "Biome Base",
"color": "#000000",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 10
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"decorators": [
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -0,0 +1,168 @@
{
"name": "Ancient Sands",
"color": "#DBD155",
"rarity": 1,
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-dunes",
"max": 35,
"min": 30
},
{
"generator": "mountain",
"max": 20,
"min": 0
},
{
"generator": "rare-hills",
"max": 20,
"min": 0
}
],
"customDerivitives": [
{
"category": "desert",
"id": "terralost_ancientsands",
"temperature": 2,
"humidity": 0,
"downfallType": "none",
"skyColor": "#857769",
"fogColor": "#BB9B9D",
"waterColor": "#77E0F7",
"waterFogColor": "#50533"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 10,
"style": { "style": "FRACTAL_SMOKE", "zoom": 0.05 },
"palette": [
{ "block": "minecraft:orange_terracotta" },
{ "block": "minecraft:red_sand" },
{ "block": "minecraft:sandstone" },
{ "block": "minecraft:sand" }
]
},
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"block": "minecraft:red_sand"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [{ "block": "minecraft:sandstone" }]
},
{
"minHeight": 5,
"maxHeight": 5,
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "minecraft:sand"
}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-hot"
},
{
"rarity": 1900,
"structure": "desert-pyramid"
}
],
"objects": [
{
"chance": 0.0018,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jigsaw/pyramid/rpyramid-extreme",
"jigsaw/pyramid/rpyramid",
"jigsaw/pyramid/pyramidred45"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"mode": "MIN_HEIGHT",
"place": ["structures/ruins-desert-1", "structures/ruins-desert-2"],
"chance": 0.005,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"chance": 0.0014,
"mode": "MIN_HEIGHT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/rsphinx1", "clutter/rbrksphinx1"],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.004,
"variance": { "style": "STATIC" },
"stackMax": 5,
"style": { "style": "STATIC" },
"palette": [{ "block": "minecraft:cactus" }],
"heightVariance": { "style": "STATIC" },
"stackMin": 1
},
{
"chance": 0.005,
"palette": [{ "block": "minecraft:dead_bush" }]
}
]
}

View File

@@ -1,249 +1,252 @@
{
"version": 2085,
"name": "Overworld",
"environment": "NORMAL",
"fluidHeight": 160,
"continentZoom": 1,
"continentalStyle": {
"style": "NOWHERE_CELLULAR",
"zoom": 5
"version": 2086,
"name": "Overworld",
"environment": "NORMAL",
"fluidHeight": 160,
"continentZoom": 1,
"continentalStyle": {
"style": "NOWHERE_CELLULAR",
"fracture": {
"style": "SIMPLEX",
"axialFracturing": true
},
"logicalHeight": 512,
"dimensionHeight": {
"max": 512,
"min": 0
},
"landChance": 0.69,
"regionStyle": {
"style": "NOWHERE_CELLULAR",
"fracture": {
"multiplier": 55,
"axialFracturing": true,
"style": "NOWHERE",
"zoom": 0.15,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 4
}
"axialFracturing": true,
"zoom": 5
},
"logicalHeight": 448,
"dimensionHeight": {
"max": 448,
"min": -64
},
"landChance": 0.69,
"regionStyle": {
"style": "NOWHERE_CELLULAR",
"fracture": {
"multiplier": 55,
"style": "NOWHERE",
"zoom": 0.15,
"fracture": {
"style": "STATIC",
"multiplier": 4
}
}
},
"regionZoom": 6.15,
"aggressiveBiomeReshuffle": true,
"regions": [
"frozen",
"hot",
"mushroom",
"swamp",
"temperate",
"tropical",
"tundra"
],
"carving": {
"caves": [
{
"breakSurface": true,
"cave": "deep/main",
"rarity": 30,
"caveStartHeight": {
"max": 90,
"min": 12,
"style": { "style": "STATIC" }
}
},
"regionZoom": 6.15,
"aggressiveBiomeReshuffle": true,
"regions": [
"frozen",
"hot",
"mushroom",
"swamp",
"temperate",
"tropical",
"tundra"
],
"carving": {"caves": [
{
"breakSurface": true,
"cave": "deep/main",
"rarity": 30,
"caveStartHeight": {
"max": 90,
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"cave": "lush/main",
"rarity": 50,
"breakSurface": false,
"caveStartHeight": {
"max": 60,
"min": 7,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": false,
"cave": "deep/elongated",
"rarity": 27,
"caveStartHeight": {
"max": 90,
"min": 12,
"style": {"style": "STATIC"}
}
},
{
"cave": "lush/main",
"rarity": 50,
"breakSurface": false,
"caveStartHeight": {
"max": 60,
"min": 7,
"style": { "style": "STATIC" }
}
]},
"seaBiomeStyle": {"style": "SIMPLEX"},
"landBiomeStyle": {
"style": "NOWHERE_CELLULAR",
},
{
"breakSurface": false,
"cave": "deep/elongated",
"rarity": 27,
"caveStartHeight": {
"max": 90,
"min": 12,
"style": { "style": "STATIC" }
}
}
]
},
"seaBiomeStyle": { "style": "SIMPLEX" },
"landBiomeStyle": {
"style": "NOWHERE_CELLULAR",
"axialFracturing": true,
"fracture": {
"multiplier": 55,
"axialFracturing": true,
"style": "NOWHERE",
"zoom": 0.15,
"fracture": {
"axialFracturing": true,
"fracture": {
"multiplier": 55,
"axialFracturing": true,
"style": "NOWHERE",
"zoom": 0.15,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 4
}
}
"style": "STATIC",
"multiplier": 4
}
}
},
"shoreBiomeStyle": { "style": "NOWHERE_CELLULAR" },
"loot": { "tables": ["global-treasure", "global-tools", "global-clutter"] },
"deposits": [
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 190,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{ "block": "minecraft:granite" }],
"varience": 2
},
"shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"},
"loot": {"tables": [
"global-treasure",
"global-tools",
"global-clutter"
]},
"deposits": [
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 210,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{ "block": "minecraft:andesite" }],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 209,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{ "block": "minecraft:diorite" }],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 189,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{ "block": "minecraft:gravel" }],
"varience": 2
},
{
"minHeight": 5,
"maxPerChunk": 128,
"maxHeight": 33,
"minPerChunk": 128,
"minSize": 8,
"maxSize": 4,
"palette": [{ "block": "minecraft:deepslate" }],
"varience": 4
},
{
"minHeight": 5,
"maxPerChunk": 9,
"maxHeight": 51,
"minPerChunk": 5,
"minSize": 8,
"maxSize": 4,
"palette": [
{ "block": "minecraft:deepslate_copper_ore" },
{ "block": "minecraft:deepslate_diamond_ore" },
{ "block": "minecraft:deepslate_emerald_ore" },
{ "block": "minecraft:deepslate_gold_ore" },
{ "block": "minecraft:deepslate_iron_ore" },
{ "block": "minecraft:deepslate_coal_ore" },
{ "block": "minecraft:deepslate_redstone_ore" },
{ "block": "minecraft:deepslate_lapis_ore" }
],
"varience": 4
},
{
"minHeight": 2,
"maxPerChunk": 8,
"maxHeight": 42,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 6,
"palette": [{ "block": "minecraft:diamond_ore" }],
"varience": 5
},
{
"minHeight": 4,
"maxPerChunk": 15,
"maxHeight": 80,
"minPerChunk": 5,
"minSize": 6,
"maxSize": 10,
"palette": [
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 190,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "minecraft:granite"}],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 210,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "minecraft:andesite"}],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 209,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "minecraft:diorite"}],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 8,
"maxHeight": 189,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "minecraft:gravel"}],
"varience": 2
},
{
"minHeight": 5,
"maxPerChunk": 128,
"maxHeight": 33,
"minPerChunk": 128,
"minSize": 8,
"maxSize": 4,
"palette": [{"block": "minecraft:deepslate"}],
"varience": 4
},
{
"minHeight": 5,
"maxPerChunk": 9,
"maxHeight": 51,
"minPerChunk": 5,
"minSize": 8,
"maxSize": 4,
"palette": [
{"block": "minecraft:deepslate_copper_ore"},
{"block": "minecraft:deepslate_diamond_ore"},
{"block": "minecraft:deepslate_emerald_ore"},
{"block": "minecraft:deepslate_gold_ore"},
{"block": "minecraft:deepslate_iron_ore"},
{"block": "minecraft:deepslate_coal_ore"},
{"block": "minecraft:deepslate_redstone_ore"},
{"block": "minecraft:deepslate_lapis_ore"}
],
"varience": 4
},
{
"minHeight": 2,
"maxPerChunk": 8,
"maxHeight": 42,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 6,
"palette": [{"block": "minecraft:diamond_ore"}],
"varience": 5
},
{
"minHeight": 4,
"maxPerChunk": 15,
"maxHeight": 80,
"minPerChunk": 5,
"minSize": 6,
"maxSize": 10,
"palette": [{
"data": {"lit": false},
"block": "minecraft:redstone_ore"
}],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 14,
"maxHeight": 77,
"minPerChunk": 3,
"minSize": 3,
"maxSize": 5,
"palette": [{"block": "minecraft:gold_ore"}],
"varience": 3
},
{
"minHeight": 1,
"maxPerChunk": 15,
"maxHeight": 49,
"minPerChunk": 4,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:lapis_ore"}],
"varience": 5
},
{
"minHeight": 1,
"maxPerChunk": 35,
"maxHeight": 320,
"minPerChunk": 16,
"minSize": 4,
"maxSize": 8,
"palette": [{"block": "minecraft:iron_ore"}],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 20,
"maxHeight": 85,
"minPerChunk": 9,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "minecraft:copper_ore"}],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 39,
"maxHeight": 375,
"minPerChunk": 20,
"minSize": 6,
"maxSize": 10,
"palette": [{"block": "minecraft:coal_ore"}],
"varience": 9
"data": { "lit": false },
"block": "minecraft:redstone_ore"
}
],
"caveBiomeStyle": {"style": "SIMPLEX"},
"coordFractureZoom": 0.15,
"preventLeafDecay": true,
"useMantle": true,
"stronghold": "stronghold",
"strongholdJumpDistance": 670,
"maxStrongholds": 27,
"decorate": true,
"skylandBiomeStyle": {"style": "SIMPLEX"}
],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 14,
"maxHeight": 77,
"minPerChunk": 3,
"minSize": 3,
"maxSize": 5,
"palette": [{ "block": "minecraft:gold_ore" }],
"varience": 3
},
{
"minHeight": 1,
"maxPerChunk": 15,
"maxHeight": 49,
"minPerChunk": 4,
"minSize": 3,
"maxSize": 8,
"palette": [{ "block": "minecraft:lapis_ore" }],
"varience": 5
},
{
"minHeight": 1,
"maxPerChunk": 35,
"maxHeight": 320,
"minPerChunk": 16,
"minSize": 4,
"maxSize": 8,
"palette": [{ "block": "minecraft:iron_ore" }],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 20,
"maxHeight": 85,
"minPerChunk": 9,
"minSize": 4,
"maxSize": 9,
"palette": [{ "block": "minecraft:copper_ore" }],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 39,
"maxHeight": 375,
"minPerChunk": 20,
"minSize": 6,
"maxSize": 10,
"palette": [{ "block": "minecraft:coal_ore" }],
"varience": 9
}
],
"caveBiomeStyle": { "style": "SIMPLEX" },
"coordFractureZoom": 0.15,
"preventLeafDecay": true,
"useMantle": true,
"stronghold": "stronghold",
"strongholdJumpDistance": 670,
"maxStrongholds": 27,
"decorate": true,
"skylandBiomeStyle": { "style": "SIMPLEX" }
}

View File

@@ -0,0 +1 @@
{"type": "FROG"}

View File

@@ -0,0 +1 @@
{"type": "TADPOLE"}

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -52,7 +52,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:stone"
}]
},
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -52,7 +52,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -52,7 +52,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -52,7 +52,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -52,7 +52,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -52,7 +52,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -80,7 +80,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -80,7 +80,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

View File

@@ -67,7 +67,11 @@
"z": 0
},
"mode": "STILT",
"stiltOverride": {"block": "minecraft:cobblestone"},
"stiltOverride": {
"palette": [{
"block": "minecraft:cobblestone"
}]
} ,
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

Some files were not shown because too many files have changed in this diff Show More