mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Merge branch 'IrisDimensions:Development' into Development
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
46
biomes/terralost/WIP/arid-highlands.json
Normal file
46
biomes/terralost/WIP/arid-highlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/ashen-savanna.json
Normal file
46
biomes/terralost/WIP/ashen-savanna.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/basalt-cliffs.json
Normal file
46
biomes/terralost/WIP/basalt-cliffs.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/base.json
Normal file
46
biomes/terralost/WIP/base.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/birch-tiaga.json
Normal file
46
biomes/terralost/WIP/birch-tiaga.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/blooming-plateau.json
Normal file
46
biomes/terralost/WIP/blooming-plateau.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/blooming-valley.json
Normal file
46
biomes/terralost/WIP/blooming-valley.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/brushland.json
Normal file
46
biomes/terralost/WIP/brushland.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/bryce-canyon.json
Normal file
46
biomes/terralost/WIP/bryce-canyon.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/caldera.json
Normal file
46
biomes/terralost/WIP/caldera.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/cloud-forest.json
Normal file
46
biomes/terralost/WIP/cloud-forest.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/cold-shrubland.json
Normal file
46
biomes/terralost/WIP/cold-shrubland.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/desert-canyon.json
Normal file
46
biomes/terralost/WIP/desert-canyon.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/desert-oasis.json
Normal file
46
biomes/terralost/WIP/desert-oasis.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/desert-spires.json
Normal file
46
biomes/terralost/WIP/desert-spires.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/emerald-peaks.json
Normal file
46
biomes/terralost/WIP/emerald-peaks.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/forested-highlands.json
Normal file
46
biomes/terralost/WIP/forested-highlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/fractured-savanna.json
Normal file
46
biomes/terralost/WIP/fractured-savanna.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/frozen-cliffs.json
Normal file
46
biomes/terralost/WIP/frozen-cliffs.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/glacial-chasm.json
Normal file
46
biomes/terralost/WIP/glacial-chasm.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/granite-cliffs.json
Normal file
46
biomes/terralost/WIP/granite-cliffs.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/gravel-beach.json
Normal file
46
biomes/terralost/WIP/gravel-beach.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/gravel-desert.json
Normal file
46
biomes/terralost/WIP/gravel-desert.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/haze-mountain.json
Normal file
46
biomes/terralost/WIP/haze-mountain.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/highlands.json
Normal file
46
biomes/terralost/WIP/highlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/hot-shrubland.json
Normal file
46
biomes/terralost/WIP/hot-shrubland.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/ice-marsh.json
Normal file
46
biomes/terralost/WIP/ice-marsh.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/jungle-mountains.json
Normal file
46
biomes/terralost/WIP/jungle-mountains.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/lavender-forest.json
Normal file
46
biomes/terralost/WIP/lavender-forest.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/lavender-valley.json
Normal file
46
biomes/terralost/WIP/lavender-valley.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/mirage-isles.json
Normal file
46
biomes/terralost/WIP/mirage-isles.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/moonlight-grove.json
Normal file
46
biomes/terralost/WIP/moonlight-grove.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/moonlight-valley.json
Normal file
46
biomes/terralost/WIP/moonlight-valley.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/orchid-swamp.json
Normal file
46
biomes/terralost/WIP/orchid-swamp.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/painted-mountains.json
Normal file
46
biomes/terralost/WIP/painted-mountains.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/red-oasis.json
Normal file
46
biomes/terralost/WIP/red-oasis.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/rocky-jungle.json
Normal file
46
biomes/terralost/WIP/rocky-jungle.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/rocky-mountains.json
Normal file
46
biomes/terralost/WIP/rocky-mountains.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/rocky-shrubland.json
Normal file
46
biomes/terralost/WIP/rocky-shrubland.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/sakura-grove.json
Normal file
46
biomes/terralost/WIP/sakura-grove.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/sakura-valley.json
Normal file
46
biomes/terralost/WIP/sakura-valley.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/sandstone-valley.json
Normal file
46
biomes/terralost/WIP/sandstone-valley.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/savanna-badlands.json
Normal file
46
biomes/terralost/WIP/savanna-badlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/savanna-slopes.json
Normal file
46
biomes/terralost/WIP/savanna-slopes.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/scarlet-mountains.json
Normal file
46
biomes/terralost/WIP/scarlet-mountains.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/shield-clearing.json
Normal file
46
biomes/terralost/WIP/shield-clearing.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/shield.json
Normal file
46
biomes/terralost/WIP/shield.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/shrubland.json
Normal file
46
biomes/terralost/WIP/shrubland.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/siberian-grove.json
Normal file
46
biomes/terralost/WIP/siberian-grove.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/siberian-tiaga.json
Normal file
46
biomes/terralost/WIP/siberian-tiaga.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/skylands-autumn.json
Normal file
46
biomes/terralost/WIP/skylands-autumn.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/skylands-spring.json
Normal file
46
biomes/terralost/WIP/skylands-spring.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/skylands-summer.json
Normal file
46
biomes/terralost/WIP/skylands-summer.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/skylands-winter.json
Normal file
46
biomes/terralost/WIP/skylands-winter.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/skylands.json
Normal file
46
biomes/terralost/WIP/skylands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/snowy-badlands.json
Normal file
46
biomes/terralost/WIP/snowy-badlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/snowy-maple-forest.json
Normal file
46
biomes/terralost/WIP/snowy-maple-forest.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/snowy-shield.json
Normal file
46
biomes/terralost/WIP/snowy-shield.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/steppe.json
Normal file
46
biomes/terralost/WIP/steppe.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/stoney-spires.json
Normal file
46
biomes/terralost/WIP/stoney-spires.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/temperate-highlands.json
Normal file
46
biomes/terralost/WIP/temperate-highlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/tropical-jungle.json
Normal file
46
biomes/terralost/WIP/tropical-jungle.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/valley-clearing.json
Normal file
46
biomes/terralost/WIP/valley-clearing.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/volcanic-crater.json
Normal file
46
biomes/terralost/WIP/volcanic-crater.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/volcanic-peaks.json
Normal file
46
biomes/terralost/WIP/volcanic-peaks.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/warped-mesa.json
Normal file
46
biomes/terralost/WIP/warped-mesa.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/white-cliffs.json
Normal file
46
biomes/terralost/WIP/white-cliffs.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/white-mesa.json
Normal file
46
biomes/terralost/WIP/white-mesa.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/windswept-spires.json
Normal file
46
biomes/terralost/WIP/windswept-spires.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/wintry-forest.json
Normal file
46
biomes/terralost/WIP/wintry-forest.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/wintry-lowlands.json
Normal file
46
biomes/terralost/WIP/wintry-lowlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/yellowstone.json
Normal file
46
biomes/terralost/WIP/yellowstone.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/yosemite-cliffs.json
Normal file
46
biomes/terralost/WIP/yosemite-cliffs.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
46
biomes/terralost/WIP/yosemite-lowlands.json
Normal file
46
biomes/terralost/WIP/yosemite-lowlands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
168
biomes/terralost/ancient-sands.json
Normal file
168
biomes/terralost/ancient-sands.json
Normal 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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user