mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
Merge pull request #119 from IrisDimensions/FixingBranch
Changing everything Overworld 3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Beach",
|
||||
"derivative": "SNOWY_BEACH",
|
||||
"derivative": "SNOWY_TAIGA",
|
||||
"vanillaDerivative": "SNOWY_BEACH",
|
||||
"layers": [
|
||||
{
|
||||
@@ -39,23 +39,9 @@
|
||||
"minSpawns": 1,
|
||||
"rarity": 6
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "igloo"
|
||||
},
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1500,
|
||||
"structure": "village-snowy"
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.001,
|
||||
"chance": 0.01,
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -68,22 +54,6 @@
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"ice-spikes/ic-1",
|
||||
"ice-spikes/ic-2",
|
||||
"ice-spikes/ic-3",
|
||||
"ice-spikes/ic-4",
|
||||
"ice-spikes/ic-5",
|
||||
"ice-spikes/ic-6",
|
||||
"ice-spikes/ic-7",
|
||||
"ice-spikes/ic-8",
|
||||
"ice-spikes/ic-9",
|
||||
"ice-spikes/ic-10",
|
||||
"ice-spikes/ic-11",
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/tp-1",
|
||||
"ice-spikes/tp-2",
|
||||
"ice-spikes/tp-3",
|
||||
@@ -98,6 +68,7 @@
|
||||
{
|
||||
"chance": 0.01,
|
||||
"density": 3,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -127,6 +98,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -143,7 +115,23 @@
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
"ice-spikes/ice-spec-4",
|
||||
"ice-spikes/ice-spec-5"
|
||||
"ice-spikes/ice-spec-5",
|
||||
"ice-spikes/ic-1",
|
||||
"ice-spikes/ic-2",
|
||||
"ice-spikes/ic-3",
|
||||
"ice-spikes/ic-4",
|
||||
"ice-spikes/ic-5",
|
||||
"ice-spikes/ic-6",
|
||||
"ice-spikes/ic-7",
|
||||
"ice-spikes/ic-8",
|
||||
"ice-spikes/ic-9",
|
||||
"ice-spikes/ic-10",
|
||||
"ice-spikes/ic-11",
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.005,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"edit": [{
|
||||
"find": [{"block": "vine"}],
|
||||
"replace": {"palette": [{"block": "air"}]}
|
||||
@@ -113,12 +114,7 @@
|
||||
"stone-clutt/obelisk-5",
|
||||
"stone-clutt/obelisk-6",
|
||||
"stone-clutt/obelisk-7"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"decorators": [{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Ice Cavern",
|
||||
"derivative": "FROZEN_OCEAN",
|
||||
"derivative": "BASALT_DELTAS",
|
||||
"vanillaDerivative": "FROZEN_OCEAN",
|
||||
"layers": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Mountain Cliffs",
|
||||
"derivative": "SNOWY_TAIGA_MOUNTAINS",
|
||||
"derivative": "SNOWY_MOUNTAINS",
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"layers": [
|
||||
{
|
||||
@@ -58,13 +58,10 @@
|
||||
"FROZEN_OCEAN",
|
||||
"FROZEN_RIVER"
|
||||
],
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.02,
|
||||
"chance": 0.05,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -77,21 +74,6 @@
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"ice-spikes/ic-1",
|
||||
"ice-spikes/ic-2",
|
||||
"ice-spikes/ic-3",
|
||||
"ice-spikes/ic-4",
|
||||
"ice-spikes/ic-5",
|
||||
"ice-spikes/ic-6",
|
||||
"ice-spikes/ic-7",
|
||||
"ice-spikes/ic-8",
|
||||
"ice-spikes/ic-9",
|
||||
"ice-spikes/ic-10",
|
||||
"ice-spikes/ic-11",
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/tp-1",
|
||||
"ice-spikes/tp-2",
|
||||
@@ -106,6 +88,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -146,6 +129,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -170,6 +154,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -186,7 +171,23 @@
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
"ice-spikes/ice-spec-4",
|
||||
"ice-spikes/ice-spec-5"
|
||||
"ice-spikes/ice-spec-5",
|
||||
"ice-spikes/ic-1",
|
||||
"ice-spikes/ic-2",
|
||||
"ice-spikes/ic-3",
|
||||
"ice-spikes/ic-4",
|
||||
"ice-spikes/ic-5",
|
||||
"ice-spikes/ic-6",
|
||||
"ice-spikes/ic-7",
|
||||
"ice-spikes/ic-8",
|
||||
"ice-spikes/ic-9",
|
||||
"ice-spikes/ic-10",
|
||||
"ice-spikes/ic-11",
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Frozen Mountain Middle",
|
||||
"derivative": "SNOWY_TAIGA",
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"derivative": "SNOWY_MOUNTAINS",
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"children": ["frozen/mountain-cliffs"],
|
||||
"generators": [
|
||||
{
|
||||
@@ -102,7 +102,6 @@
|
||||
},
|
||||
"biomeStyle": {"style": "SIMPLEX"},
|
||||
"biomeZoom": 0.4,
|
||||
"biomeSkyScatter": ["MOUNTAINS"],
|
||||
"wall": {"palette": [
|
||||
{"block": "ice"},
|
||||
{"block": "ice"},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Frozen Mountains",
|
||||
"derivative": "SNOWY_TAIGA",
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"derivative": "SNOWY_MOUNTAINS",
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"children": [
|
||||
"frozen/mountain-middle",
|
||||
"frozen/peak",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Mountains",
|
||||
"derivative": "SNOWY_TAIGA_MOUNTAINS",
|
||||
"derivative": "SNOWY_MOUNTAINS",
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"children": ["frozen/peak"],
|
||||
"layers": [
|
||||
@@ -61,13 +61,10 @@
|
||||
"generator": "mountain"
|
||||
}
|
||||
],
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.02,
|
||||
"chance": 0.05,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -80,22 +77,6 @@
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"ice-spikes/ic-1",
|
||||
"ice-spikes/ic-2",
|
||||
"ice-spikes/ic-3",
|
||||
"ice-spikes/ic-4",
|
||||
"ice-spikes/ic-5",
|
||||
"ice-spikes/ic-6",
|
||||
"ice-spikes/ic-7",
|
||||
"ice-spikes/ic-8",
|
||||
"ice-spikes/ic-9",
|
||||
"ice-spikes/ic-10",
|
||||
"ice-spikes/ic-11",
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/tp-1",
|
||||
"ice-spikes/tp-2",
|
||||
"ice-spikes/tp-3",
|
||||
@@ -109,6 +90,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -158,6 +140,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -174,7 +157,23 @@
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
"ice-spikes/ice-spec-4",
|
||||
"ice-spikes/ice-spec-5"
|
||||
"ice-spikes/ice-spec-5",
|
||||
"ice-spikes/ic-1",
|
||||
"ice-spikes/ic-2",
|
||||
"ice-spikes/ic-3",
|
||||
"ice-spikes/ic-4",
|
||||
"ice-spikes/ic-5",
|
||||
"ice-spikes/ic-6",
|
||||
"ice-spikes/ic-7",
|
||||
"ice-spikes/ic-8",
|
||||
"ice-spikes/ic-9",
|
||||
"ice-spikes/ic-10",
|
||||
"ice-spikes/ic-11",
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.4,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -105,11 +106,6 @@
|
||||
},
|
||||
"onwater": true,
|
||||
"place": [
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/tp-1",
|
||||
"ice-spikes/tp-2",
|
||||
"ice-spikes/tp-3",
|
||||
@@ -122,7 +118,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.2,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -153,7 +150,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.3,
|
||||
"chance": 0.2,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -166,6 +164,11 @@
|
||||
},
|
||||
"onwater": true,
|
||||
"place": [
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/ice-spec-1",
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
|
||||
@@ -114,13 +114,10 @@
|
||||
{"block": "air"}
|
||||
]
|
||||
}],
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.2,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -151,6 +148,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -163,6 +161,11 @@
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/ice-spec-1",
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Pines",
|
||||
"derivative": "SNOWY_TAIGA_MOUNTAINS",
|
||||
"derivative": "SNOWY_TAIGA",
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"children": ["frozen/vander"],
|
||||
"layers": [
|
||||
@@ -64,10 +64,6 @@
|
||||
"structure": "village-snowy"
|
||||
}
|
||||
],
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.02,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen Redwood Forest",
|
||||
"derivative": "SNOWY_TAIGA_MOUNTAINS",
|
||||
"derivative": "SNOWY_TAIGA",
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"generators": [
|
||||
{
|
||||
@@ -43,10 +43,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Frozen River",
|
||||
"derivative": "DEEP_FROZEN_OCEAN",
|
||||
"derivative": "FROZEN_RIVER",
|
||||
"vanillaDerivative": "FROZEN_RIVER",
|
||||
"layers": [
|
||||
{"palette": [
|
||||
@@ -71,7 +71,7 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.01,
|
||||
"chance": 0.05,
|
||||
"density": 3,
|
||||
"snow": 0.45,
|
||||
"rotation": {
|
||||
@@ -84,38 +84,38 @@
|
||||
"enabled": true
|
||||
},
|
||||
"onwater": true,
|
||||
"place": [
|
||||
"ice-spikes/tp-1",
|
||||
"ice-spikes/tp-2",
|
||||
"ice-spikes/tp-3",
|
||||
"ice-spikes/tp-4"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -4,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.2,
|
||||
"density": 3,
|
||||
"snow": 0.01,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"onwater": true,
|
||||
"place": [
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/tp-1",
|
||||
"ice-spikes/tp-2",
|
||||
"ice-spikes/tp-3",
|
||||
"ice-spikes/tp-4"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -4,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"density": 3,
|
||||
"snow": 0.01,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"onwater": true,
|
||||
"place": [
|
||||
"ice-spikes/ice-spec-1",
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"name": "Frozen Vander",
|
||||
"derivative": "SNOWY_TAIGA_MOUNTAINS",
|
||||
"derivative": "SNOWY_MOUNTAINS",
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
],
|
||||
"children": [
|
||||
"frozen/peak",
|
||||
"frozen/mountains",
|
||||
@@ -91,7 +87,8 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.03,
|
||||
"chance": 0.07,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -121,7 +118,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.1,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -196,7 +194,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"chance": 0.1,
|
||||
"mode": "FAST_MIN_HEIGHT",
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
@@ -209,6 +208,11 @@
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"ice-spikes/sp-1",
|
||||
"ice-spikes/sp-2",
|
||||
"ice-spikes/sp-3",
|
||||
"ice-spikes/sp-4",
|
||||
"ice-spikes/sp-5",
|
||||
"ice-spikes/ice-spec-1",
|
||||
"ice-spikes/ice-spec-2",
|
||||
"ice-spikes/ice-spec-3",
|
||||
@@ -219,8 +223,7 @@
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"mode": "VACUUM"
|
||||
}
|
||||
}
|
||||
],
|
||||
"entityInitialSpawns": [
|
||||
|
||||
@@ -4,27 +4,27 @@
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 30,
|
||||
"max": 23,
|
||||
"min": 10
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 10,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.5,
|
||||
"maximumSlope": 20
|
||||
},
|
||||
"palette": [{"block": "orange_terracotta"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 5,
|
||||
"maxHeight": 6,
|
||||
"maxHeight": 5,
|
||||
"zoom": 0.7,
|
||||
"palette": [{
|
||||
"weight": 1,
|
||||
"block": "sand"
|
||||
"block": "red_sand"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 4,
|
||||
"palette": [{"block": "red_sandstone"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 5,
|
||||
"palette": [{"block": "red_terracotta"}]
|
||||
}
|
||||
],
|
||||
"jigsawStructures": [
|
||||
|
||||
@@ -4,27 +4,27 @@
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 30,
|
||||
"max": 23,
|
||||
"min": 10
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 10,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.5,
|
||||
"maximumSlope": 20
|
||||
},
|
||||
"palette": [{"block": "terracotta"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 5,
|
||||
"maxHeight": 6,
|
||||
"maxHeight": 5,
|
||||
"zoom": 0.7,
|
||||
"palette": [{
|
||||
"weight": 1,
|
||||
"block": "sand"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 4,
|
||||
"palette": [{"block": "sandstone"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 5,
|
||||
"palette": [{"block": "terracotta"}]
|
||||
}
|
||||
],
|
||||
"jigsawStructures": [
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
{
|
||||
"name": "Hot Desert Red",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 35,
|
||||
"min": 25
|
||||
}],
|
||||
"layers": [{
|
||||
"style": {"style": "FRACTAL_WATER"},
|
||||
"zoom": 0.7,
|
||||
"palette": [
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "red_sand"
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "smooth_red_sandstone"
|
||||
}
|
||||
],
|
||||
"minHeight": 5,
|
||||
"maxHeight": 5
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1500,
|
||||
"structure": "village-hot"
|
||||
},
|
||||
{
|
||||
"rarity": 1900,
|
||||
"structure": "desert-pyramid"
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.005,
|
||||
"palette": [{"block": "dead_bush"}]
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"palette": [{"block": "cactus"}],
|
||||
"stackMin": 2,
|
||||
"stackMax": 4,
|
||||
"topPalette": [{
|
||||
"block": "brain_coral_fan",
|
||||
"data": {"waterlogged": "false"}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"palette": [{"block": "cactus"}],
|
||||
"stackMin": 2,
|
||||
"stackMax": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,109 +0,0 @@
|
||||
{
|
||||
"name": "Hot Desert",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": ["hot/oasis"],
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 18,
|
||||
"min": -8
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 10,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.5,
|
||||
"maximumSlope": 20
|
||||
},
|
||||
"palette": [{"block": "terracotta"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 5,
|
||||
"maxHeight": 5,
|
||||
"style": {"style": "FRACTAL_WATER"},
|
||||
"zoom": 0.7,
|
||||
"palette": [{
|
||||
"weight": 1,
|
||||
"block": "sand"
|
||||
}]
|
||||
}
|
||||
],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1500,
|
||||
"structure": "village-hot"
|
||||
},
|
||||
{
|
||||
"rarity": 1900,
|
||||
"structure": "desert-pyramid"
|
||||
}
|
||||
],
|
||||
"entityInitialSpawns": [
|
||||
{
|
||||
"entity": "cow",
|
||||
"maxSpawns": 1,
|
||||
"minSpawns": 1,
|
||||
"rarity": 6
|
||||
},
|
||||
{
|
||||
"entity": "chicken",
|
||||
"maxSpawns": 1,
|
||||
"minSpawns": 1,
|
||||
"rarity": 6
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.001,
|
||||
"density": 3,
|
||||
"place": [
|
||||
"clutter/desert-post1",
|
||||
"clutter/desert-post2",
|
||||
"clutter/desert-post3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chance": 1.0E-4,
|
||||
"mode": "VACUUM",
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"global-clutter/sphinxToomb-1",
|
||||
"global-clutter/BrokSphinxToomb-1"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -3,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"verticalZoom": 5,
|
||||
"chance": 0.005,
|
||||
"variance": {"style": "STATIC"},
|
||||
"stackMax": 5,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [{"block": "cactus"}],
|
||||
"heightVariance": {"style": "IRIS"},
|
||||
"stackMin": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.005,
|
||||
"palette": [{"block": "dead_bush"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4,19 +4,10 @@
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -7,
|
||||
"min": -8
|
||||
"max": 7,
|
||||
"min": -2
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 10,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.5,
|
||||
"maximumSlope": 20
|
||||
},
|
||||
"palette": [{"block": "terracotta"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 5,
|
||||
"maxHeight": 5,
|
||||
@@ -25,11 +16,11 @@
|
||||
"palette": [
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "sand"
|
||||
"block": "grass_block"
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "smooth_sandstone"
|
||||
"block": "moss_block"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,8 +11,15 @@
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
"style": {"style": "STATIC"},
|
||||
"style": {"style": "VASCULAR"},
|
||||
"zoom": 0.5,
|
||||
"palette": [
|
||||
{"block": "sand"},
|
||||
{"block": "clay"},
|
||||
{"block": "sand"},
|
||||
{"block": "gravel"},
|
||||
{"block": "sand"},
|
||||
{"block": "dirt"},
|
||||
{"block": "sand"},
|
||||
{"block": "clay"},
|
||||
{"block": "sand"},
|
||||
|
||||
@@ -3,23 +3,27 @@
|
||||
"derivative": "WARM_OCEAN",
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"children": [
|
||||
"hot/desert",
|
||||
"hot/desert",
|
||||
"hot/river",
|
||||
"hot/ocean-cliffs"
|
||||
],
|
||||
"generators": [{
|
||||
"min": 11,
|
||||
"max": 7,
|
||||
"min": -11,
|
||||
"max": -7,
|
||||
"generator": "plain"
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
"style": {"style": "STATIC"},
|
||||
"zoom": 0.825,
|
||||
"style": {"style": "VASCULAR"},
|
||||
"zoom": 0.5,
|
||||
"palette": [
|
||||
{"block": "sand"},
|
||||
{"block": "clay"},
|
||||
{"block": "sand"},
|
||||
{"block": "gravel"},
|
||||
{"block": "sand"},
|
||||
{"block": "dirt"},
|
||||
{"block": "sand"},
|
||||
{"block": "clay"},
|
||||
{"block": "sand"},
|
||||
|
||||
@@ -4,16 +4,26 @@
|
||||
"derivative": "DESERT_LAKES",
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -5,
|
||||
"min": -15
|
||||
"max": -15,
|
||||
"min": -5
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"style": {"style": "FRACTAL_WATER"},
|
||||
"zoom": 0.5,
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
"style": {"style": "VASCULAR"},
|
||||
"zoom": 0.4,
|
||||
"palette": [
|
||||
{"block": "sand"},
|
||||
{"block": "sandstone"}
|
||||
{"block": "clay"},
|
||||
{"block": "sand"},
|
||||
{"block": "gravel"},
|
||||
{"block": "sand"},
|
||||
{"block": "dirt"},
|
||||
{
|
||||
"weight": 2,
|
||||
"block": "sand"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"derivative": "SAVANNA_PLATEAU",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"generators": [{
|
||||
"min": 15,
|
||||
"max": 20,
|
||||
"min": 13,
|
||||
"max": 26,
|
||||
"generator": "canyon-steep"
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"derivative": "SWAMP",
|
||||
"vanillaDerivative": "BEACH",
|
||||
"generators": [{
|
||||
"min": -5,
|
||||
"min": 1,
|
||||
"max": 3,
|
||||
"generator": "plain"
|
||||
}],
|
||||
|
||||
@@ -7,16 +7,6 @@
|
||||
"max": 3,
|
||||
"generator": "mountain"
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1000,
|
||||
"structure": "village-tundra"
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"style": {"style": "IRIS"},
|
||||
|
||||
@@ -4,20 +4,10 @@
|
||||
"vanillaDerivative": "SWAMP",
|
||||
"children": ["swamp/marsh-rotten"],
|
||||
"generators": [{
|
||||
"min": 6,
|
||||
"max": 3,
|
||||
"min": 3,
|
||||
"max": 6,
|
||||
"generator": "mountain"
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1000,
|
||||
"structure": "village-tundra"
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"style": {"style": "IRIS"},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
"zoom": 0.825,
|
||||
"zoom": 0.82,
|
||||
"palette": [
|
||||
{"block": "sand"},
|
||||
{"block": "dirt"},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "THE_VOID",
|
||||
"vanillaDerivative": "FOREST",
|
||||
"name": "Long tree forest",
|
||||
"effects": [{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"derivative": "SNOWY_TUNDRA",
|
||||
"vanillaDerivative": "WOODED_HILLS",
|
||||
"generators": [{
|
||||
"min": -30,
|
||||
"max": -15,
|
||||
"min": -15,
|
||||
"max": -10,
|
||||
"generator": "river"
|
||||
}],
|
||||
"decorators": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 2,
|
||||
"OVERWORLD-VERSION": 2.285,
|
||||
"OVERWORLD-VERSION": 3,
|
||||
"name": "Overworld",
|
||||
"environment": "NORMAL",
|
||||
"fluidHeight": 63,
|
||||
@@ -43,24 +43,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"islandBiomeChanceStyle": {
|
||||
"style": "FRACTAL_FBM_IRIS",
|
||||
"zoom": 5
|
||||
},
|
||||
"SEAS": "Sea settings (for the biomes that are oceans).",
|
||||
"seaZoom": 1.25,
|
||||
"seaBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
|
||||
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},
|
||||
"LAND": "Land settings (for the biomes that are non-ocean).",
|
||||
"landZoom": 3.15,
|
||||
"landZoom": 3.2,
|
||||
"landBiomeStyle": {
|
||||
"style": "CELLULAR",
|
||||
"fracture": {
|
||||
"multiplier": 18,
|
||||
"maxFractureAccuracy": true,
|
||||
"style": "FRACTAL_WATER",
|
||||
"zoom": 0.255,
|
||||
"fracture": {
|
||||
"maxFractureAccuracy": true,
|
||||
"style": "STATIC",
|
||||
"multiplier": 4
|
||||
}
|
||||
}
|
||||
"style": "FRACTAL_SMOKE",
|
||||
"zoom": 1
|
||||
},
|
||||
"LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.",
|
||||
"lootTries": 32,
|
||||
@@ -280,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": [
|
||||
{
|
||||
@@ -293,10 +287,10 @@
|
||||
"zoom": 0.5
|
||||
}
|
||||
},
|
||||
"fullPercent": 0.01,
|
||||
"threshold": 0.75,
|
||||
"fullPercent": 0.007,
|
||||
"threshold": 0.8,
|
||||
"minHeight": -40,
|
||||
"maxHeight": 100
|
||||
"maxHeight": 110
|
||||
},
|
||||
{
|
||||
"style": {
|
||||
@@ -311,7 +305,7 @@
|
||||
"fullPercent": 0.5,
|
||||
"threshold": 0.68,
|
||||
"minHeight": -50,
|
||||
"maxHeight": 100
|
||||
"maxHeight": 110
|
||||
}
|
||||
],
|
||||
"RAVINES": "Settings regarding ravines. Iris does not know when and where they spawn, so it may look weird (with cave fluids)",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"zoom": 0.4,
|
||||
"exponent": 0.7,
|
||||
"fracture": {
|
||||
"style": "SIMPLEX",
|
||||
"style": "IRIS",
|
||||
"zoom": 0.1,
|
||||
"multiplier": 5
|
||||
}
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
"cliffHeightMin": 60,
|
||||
"cliffHeightGenerator": {
|
||||
"style": {
|
||||
"style": "SIMPLEX",
|
||||
"style": "IRIS",
|
||||
"zoom": 0.9,
|
||||
"fracture": {
|
||||
"style": "SIMPLEX",
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2,
|
||||
"multiplier": 10
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
{
|
||||
"seed": 2343,
|
||||
"style": {
|
||||
"style": "SIMPLEX",
|
||||
"zoom": 2.2
|
||||
"style": "IRIS",
|
||||
"zoom": 2
|
||||
},
|
||||
"exponent": 0.5,
|
||||
"opacity": 1
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Beach Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "sugar_cane",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Cactus Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "cactus",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Cave Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "torch",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Global Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "stone",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Ocean Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "wet_sponge",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Snow Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "snowball",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"name": "Hot",
|
||||
"landBiomes": [
|
||||
"hot/desert-red",
|
||||
"hot/desert-dunes-red",
|
||||
"hot/desert-dunes",
|
||||
"hot/desert"
|
||||
"hot/desert-dunes-red"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"hot/beach-grass",
|
||||
"hot/beach"
|
||||
],
|
||||
"seaBiomes": ["hot/ocean"],
|
||||
@@ -24,6 +21,15 @@
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "hot/oasis",
|
||||
"scale": 5,
|
||||
"type": "SEA",
|
||||
"shuffle": 328,
|
||||
"rarity": 36
|
||||
}
|
||||
],
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"deposits": [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"savanna/plateau",
|
||||
"savanna/acacia-denmyre"
|
||||
],
|
||||
"shoreBiomes": ["savanna/beach"],
|
||||
"shoreBiomes": ["hot/beach"],
|
||||
"seaBiomes": ["temperate/river"],
|
||||
"caveBiomes": ["temperate/old-cavern"],
|
||||
"riverStyle": {
|
||||
@@ -19,16 +19,6 @@
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"structure": "village-savanna",
|
||||
"rarity": 1500
|
||||
}
|
||||
],
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"objects": [
|
||||
{
|
||||
|
||||
@@ -25,16 +25,6 @@
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1050,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1000,
|
||||
"structure": "village-tundra"
|
||||
}
|
||||
],
|
||||
"biomeImplosionRatio": 0.26,
|
||||
"deposits": [
|
||||
{
|
||||
|
||||
@@ -34,16 +34,7 @@
|
||||
"type": "SEA",
|
||||
"rarity": 119
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1500,
|
||||
"structure": "village-temperate"
|
||||
}
|
||||
],
|
||||
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"deposits": [{
|
||||
"minHeight": 15,
|
||||
|
||||
@@ -33,16 +33,7 @@
|
||||
"palette": [{"block": "emerald_ore"}],
|
||||
"varience": 2
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager"
|
||||
},
|
||||
{
|
||||
"rarity": 1000,
|
||||
"structure": "village-tundra"
|
||||
}
|
||||
],
|
||||
|
||||
"riverRarity": 1,
|
||||
"landBiomeZoom": 1.25,
|
||||
"riverStyle": {
|
||||
|
||||
Reference in New Issue
Block a user