9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

More OW2.0 things

This commit is contained in:
Brian Fopiano
2021-07-06 02:09:28 -07:00
parent a350079ee6
commit 8ef46a7aee
12 changed files with 35 additions and 45 deletions

View File

@@ -39,20 +39,6 @@
"minSpawns": 1,
"rarity": 6
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.01,

View File

@@ -4,8 +4,8 @@
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "smooth-dunes",
"max": 20,
"min": 5
"max": 23,
"min": 10
}],
"layers": [
{

View File

@@ -5,8 +5,8 @@
"children": ["hot/oasis"],
"generators": [{
"generator": "smooth-dunes",
"max": 20,
"min": 5
"max": 23,
"min": 10
}],
"layers": [
{

View File

@@ -5,8 +5,8 @@
"children": ["hot/desert-dunes-red"],
"generators": [{
"generator": "smooth-dunes",
"max": 20,
"min": 5
"max": 23,
"min": 10
}],
"layers": [{
"style": {"style": "FRACTAL_WATER"},

View File

@@ -5,8 +5,8 @@
"children": ["hot/desert-dunes"],
"generators": [{
"generator": "smooth-dunes",
"max": 20,
"min": 5
"max": 23,
"min": 10
}],
"layers": [
{

View File

@@ -11,7 +11,8 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {"style": "VASCULAR"},
"zoom": 0.5,
"palette": [
{"block": "sand"},
{"block": "clay"},

View File

@@ -16,8 +16,8 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"zoom": 0.825,
"style": {"style": "VASCULAR"},
"zoom": 0.5,
"palette": [
{"block": "sand"},
{"block": "clay"},

View File

@@ -9,11 +9,21 @@
}],
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"zoom": 0.5,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "VASCULAR"},
"zoom": 0.2,
"palette": [
{"block": "sand"},
{"block": "sandstone"}
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"weight": 2,
"block": "sand"
}
]
},
{

View File

@@ -3,7 +3,7 @@
"derivative": "SWAMP",
"vanillaDerivative": "BEACH",
"generators": [{
"min": 0,
"min": 1,
"max": 3,
"generator": "plain"
}],

View File

@@ -8,16 +8,6 @@
"max": 6,
"generator": "mountain"
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager"
},
{
"rarity": 1000,
"structure": "village-tundra"
}
],
"layers": [
{
"style": {"style": "IRIS"},

View File

@@ -3,8 +3,8 @@
"derivative": "SWAMP",
"vanillaDerivative": "OCEAN",
"generators": [{
"min": -2,
"max": 0,
"min": -8,
"max": -3,
"generator": "river"
}],
"layers": [
@@ -15,7 +15,6 @@
"style": "VASCULAR",
"zoom": 0.8,
"fracture": {
"multiplier": 2,
"style": "STATIC"
}
},

View File

@@ -43,6 +43,10 @@
}
}
},
"islandBiomeChanceStyle": {
"style": "FRACTAL_FBM_IRIS",
"zoom": 5
},
"SEAS": "Sea settings (for the biomes that are oceans).",
"seaZoom": 1.25,
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},
@@ -270,7 +274,7 @@
}
],
"caveBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"CARVING": "Carving layers that cut off certain parts of the world",
"CAVERNS//CARVING": "Carving layers that cut off certain parts of the world",
"carving": true,
"carveLayers": [
{
@@ -283,8 +287,8 @@
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.75,
"fullPercent": 0.007,
"threshold": 0.8,
"minHeight": -40,
"maxHeight": 100
},