diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index e5217dba..f3f7392a 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -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, diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index bd1b7fb7..f7ce39e6 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -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, diff --git a/biomes/terralost/WIP/arid-highlands.json b/biomes/terralost/WIP/arid-highlands.json new file mode 100644 index 00000000..03645562 --- /dev/null +++ b/biomes/terralost/WIP/arid-highlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/ashen-savanna.json b/biomes/terralost/WIP/ashen-savanna.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/ashen-savanna.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/basalt-cliffs.json b/biomes/terralost/WIP/basalt-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/basalt-cliffs.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/base.json b/biomes/terralost/WIP/base.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/base.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/birch-tiaga.json b/biomes/terralost/WIP/birch-tiaga.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/birch-tiaga.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/blooming-plateau.json b/biomes/terralost/WIP/blooming-plateau.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/blooming-plateau.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/blooming-valley.json b/biomes/terralost/WIP/blooming-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/blooming-valley.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/brushland.json b/biomes/terralost/WIP/brushland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/brushland.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/bryce-canyon.json b/biomes/terralost/WIP/bryce-canyon.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/bryce-canyon.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/caldera.json b/biomes/terralost/WIP/caldera.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/caldera.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/cloud-forest.json b/biomes/terralost/WIP/cloud-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/cloud-forest.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/cold-shrubland.json b/biomes/terralost/WIP/cold-shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/cold-shrubland.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/desert-canyon.json b/biomes/terralost/WIP/desert-canyon.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/desert-canyon.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/desert-oasis.json b/biomes/terralost/WIP/desert-oasis.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/desert-oasis.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/desert-spires.json b/biomes/terralost/WIP/desert-spires.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/desert-spires.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/emerald-peaks.json b/biomes/terralost/WIP/emerald-peaks.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/emerald-peaks.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/forested-highlands.json b/biomes/terralost/WIP/forested-highlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/forested-highlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/fractured-savanna.json b/biomes/terralost/WIP/fractured-savanna.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/fractured-savanna.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/frozen-cliffs.json b/biomes/terralost/WIP/frozen-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/frozen-cliffs.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/glacial-chasm.json b/biomes/terralost/WIP/glacial-chasm.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/glacial-chasm.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/granite-cliffs.json b/biomes/terralost/WIP/granite-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/granite-cliffs.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/gravel-beach.json b/biomes/terralost/WIP/gravel-beach.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/gravel-beach.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/gravel-desert.json b/biomes/terralost/WIP/gravel-desert.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/gravel-desert.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/haze-mountain.json b/biomes/terralost/WIP/haze-mountain.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/haze-mountain.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/highlands.json b/biomes/terralost/WIP/highlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/highlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/hot-shrubland.json b/biomes/terralost/WIP/hot-shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/hot-shrubland.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/ice-marsh.json b/biomes/terralost/WIP/ice-marsh.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/ice-marsh.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/jungle-mountains.json b/biomes/terralost/WIP/jungle-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/jungle-mountains.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/lavender-forest.json b/biomes/terralost/WIP/lavender-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/lavender-forest.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/lavender-valley.json b/biomes/terralost/WIP/lavender-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/lavender-valley.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/mirage-isles.json b/biomes/terralost/WIP/mirage-isles.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/mirage-isles.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/moonlight-grove.json b/biomes/terralost/WIP/moonlight-grove.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/moonlight-grove.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/moonlight-valley.json b/biomes/terralost/WIP/moonlight-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/moonlight-valley.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/orchid-swamp.json b/biomes/terralost/WIP/orchid-swamp.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/orchid-swamp.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/painted-mountains.json b/biomes/terralost/WIP/painted-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/painted-mountains.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/red-oasis.json b/biomes/terralost/WIP/red-oasis.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/red-oasis.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/rocky-jungle.json b/biomes/terralost/WIP/rocky-jungle.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/rocky-jungle.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/rocky-mountains.json b/biomes/terralost/WIP/rocky-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/rocky-mountains.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/rocky-shrubland.json b/biomes/terralost/WIP/rocky-shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/rocky-shrubland.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/sakura-grove.json b/biomes/terralost/WIP/sakura-grove.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/sakura-grove.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/sakura-valley.json b/biomes/terralost/WIP/sakura-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/sakura-valley.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/sandstone-valley.json b/biomes/terralost/WIP/sandstone-valley.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/sandstone-valley.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/savanna-badlands.json b/biomes/terralost/WIP/savanna-badlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/savanna-badlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/savanna-slopes.json b/biomes/terralost/WIP/savanna-slopes.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/savanna-slopes.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/scarlet-mountains.json b/biomes/terralost/WIP/scarlet-mountains.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/scarlet-mountains.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/shield-clearing.json b/biomes/terralost/WIP/shield-clearing.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/shield-clearing.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/shield.json b/biomes/terralost/WIP/shield.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/shield.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/shrubland.json b/biomes/terralost/WIP/shrubland.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/shrubland.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/siberian-grove.json b/biomes/terralost/WIP/siberian-grove.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/siberian-grove.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/siberian-tiaga.json b/biomes/terralost/WIP/siberian-tiaga.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/siberian-tiaga.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-autumn.json b/biomes/terralost/WIP/skylands-autumn.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-autumn.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-spring.json b/biomes/terralost/WIP/skylands-spring.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-spring.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-summer.json b/biomes/terralost/WIP/skylands-summer.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-summer.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands-winter.json b/biomes/terralost/WIP/skylands-winter.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands-winter.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/skylands.json b/biomes/terralost/WIP/skylands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/skylands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/snowy-badlands.json b/biomes/terralost/WIP/snowy-badlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/snowy-badlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/snowy-maple-forest.json b/biomes/terralost/WIP/snowy-maple-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/snowy-maple-forest.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/snowy-shield.json b/biomes/terralost/WIP/snowy-shield.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/snowy-shield.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/steppe.json b/biomes/terralost/WIP/steppe.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/steppe.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/stoney-spires.json b/biomes/terralost/WIP/stoney-spires.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/stoney-spires.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/temperate-highlands.json b/biomes/terralost/WIP/temperate-highlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/temperate-highlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/tropical-jungle.json b/biomes/terralost/WIP/tropical-jungle.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/tropical-jungle.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/valley-clearing.json b/biomes/terralost/WIP/valley-clearing.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/valley-clearing.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/volcanic-crater.json b/biomes/terralost/WIP/volcanic-crater.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/volcanic-crater.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/volcanic-peaks.json b/biomes/terralost/WIP/volcanic-peaks.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/volcanic-peaks.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/warped-mesa.json b/biomes/terralost/WIP/warped-mesa.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/warped-mesa.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/white-cliffs.json b/biomes/terralost/WIP/white-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/white-cliffs.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/white-mesa.json b/biomes/terralost/WIP/white-mesa.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/white-mesa.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/windswept-spires.json b/biomes/terralost/WIP/windswept-spires.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/windswept-spires.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/wintry-forest.json b/biomes/terralost/WIP/wintry-forest.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/wintry-forest.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/wintry-lowlands.json b/biomes/terralost/WIP/wintry-lowlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/wintry-lowlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/yellowstone.json b/biomes/terralost/WIP/yellowstone.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/yellowstone.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/yosemite-cliffs.json b/biomes/terralost/WIP/yosemite-cliffs.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/yosemite-cliffs.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/WIP/yosemite-lowlands.json b/biomes/terralost/WIP/yosemite-lowlands.json new file mode 100644 index 00000000..19186327 --- /dev/null +++ b/biomes/terralost/WIP/yosemite-lowlands.json @@ -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" }] + } + ] +} diff --git a/biomes/terralost/ancient-sands.json b/biomes/terralost/ancient-sands.json new file mode 100644 index 00000000..8d955f47 --- /dev/null +++ b/biomes/terralost/ancient-sands.json @@ -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" }] + } + ] +} diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 6000140b..1941c303 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,252 +1,253 @@ { - "version": 2085, - "name": "Overworld", - "environment": "NORMAL", - "fluidHeight": 160, - "continentZoom": 1, - "continentalStyle": { - "style": "NOWHERE_CELLULAR", - "fracture":{ - "style": "SIMPLEX", - "axialFracturing": true - }, + "version": 2085, + "name": "Overworld", + "environment": "NORMAL", + "fluidHeight": 160, + "continentZoom": 1, + "focus": "terralost/ancient-sands", + "continentalStyle": { + "style": "NOWHERE_CELLULAR", + "fracture": { + "style": "SIMPLEX", + "axialFracturing": true + }, + "axialFracturing": true, + "zoom": 5 + }, + "logicalHeight": 512, + "dimensionHeight": { + "max": 512, + "min": 0 + }, + "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" } + } + }, + { + "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" } + } + } + ] + }, + "seaBiomeStyle": { "style": "SIMPLEX" }, + "landBiomeStyle": { + "style": "NOWHERE_CELLULAR", + "axialFracturing": true, + "fracture": { + "multiplier": 55, + "axialFracturing": true, + "style": "NOWHERE", + "zoom": 0.15, + "fracture": { "axialFracturing": true, - "zoom": 5 + "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 }, - "logicalHeight": 512, - "dimensionHeight": { - "max": 512, - "min": 0 + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 210, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:andesite" }], + "varience": 2 }, - "landChance": 0.69, - "regionStyle": { - "style": "NOWHERE_CELLULAR", - "fracture": { - "multiplier": 55, - "style": "NOWHERE", - "zoom": 0.15, - "fracture": { - "style": "STATIC", - "multiplier": 4 - } - } + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 209, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:diorite" }], + "varience": 2 }, - "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"} - } - } - ]}, - "seaBiomeStyle": {"style": "SIMPLEX"}, - "landBiomeStyle": { - "style": "NOWHERE_CELLULAR", - "axialFracturing": true, - "fracture": { - "multiplier": 55, - "axialFracturing": true, - "style": "NOWHERE", - "zoom": 0.15, - "fracture": { - "axialFracturing": true, - "style": "STATIC", - "multiplier": 4 - } - } + { + "minHeight": 19, + "maxPerChunk": 8, + "maxHeight": 189, + "minPerChunk": 1, + "minSize": 25, + "maxSize": 25, + "palette": [{ "block": "minecraft:gravel" }], + "varience": 2 }, - "shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"}, - "loot": {"tables": [ - "global-treasure", - "global-tools", - "global-clutter" - ]}, - "deposits": [ + { + "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" } }