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

Merge pull request #40 from IrisDimensions/OWGeneratorRework

From 9-11ms to 25-30
This commit is contained in:
Brian Neumann-Fopiano
2021-06-09 05:59:02 -07:00
committed by GitHub
177 changed files with 929 additions and 10565 deletions

View File

@@ -13,7 +13,7 @@
],
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"min": 0,
"max": 10
}

View File

@@ -23,89 +23,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"density": 3,

View File

@@ -5,7 +5,17 @@
"rarity": 3,
"generators": [
{
"generator": "mountain-plain",
"generator": "plain",
"max": 10,
"min": 6
},
{
"generator": "plain",
"max": 10,
"min": 6
},
{
"generator": "mountain",
"max": 10,
"min": 6
}

View File

@@ -1,14 +1,206 @@
{
"vanillaDerivative": "SNOWY_TAIGA",
"name": "Frozen mountains cliffs",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"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",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.5,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"frosted-spruce/large-5",
"frosted-spruce/large-6",
"frosted-spruce/large-7",
"frosted-spruce/large-8",
"frosted-spruce/large-9",
"frosted-spruce/large-10",
"frosted-spruce/large-12",
"frosted-spruce/large-13",
"frosted-spruce/large-14",
"frosted-spruce/large-15",
"frosted-spruce/large-16",
"frosted-spruce/large-17",
"frosted-spruce/large-18",
"frosted-spruce/large-19",
"frosted-spruce/large-20",
"frosted-spruce/large-21",
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.01,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"name": "Frozen Mountains",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
@@ -16,17 +208,11 @@
]
},
{
"minHeight": 1,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 3.95
},
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
"block": "packed_ice"
}
]
},
@@ -37,13 +223,11 @@
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
}
]
@@ -51,36 +235,26 @@
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "cracked-cliffs"
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA",
"biomeStyle": {
"style": "IRIS"
},
"childShrinkFactor": 20,
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
"block": "packed_ice"
}
]
},
"biomeScatter": [
"PLAINS",
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 19
"ICE_SPIKES"
]
}

View File

@@ -115,10 +115,13 @@
"wall": {
"palette": [
{
"block": "stone"
"block": "ice"
},
{
"block": "andesite"
"block": "ice"
},
{
"block": "cave_air"
}
]
}

View File

@@ -9,7 +9,9 @@
"exponent": 4
},
"children": [
"frozen-mountain-middle"
"frozen-mountain-middle",
"frozen-peak",
"frozen-mountain-cliffs"
],
"biomeScatter": [
"PLAINS",

View File

@@ -1,260 +0,0 @@
{
"vanillaDerivative": "SNOWY_MOUNTAINS",
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"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",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.5,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"frosted-spruce/large-5",
"frosted-spruce/large-6",
"frosted-spruce/large-7",
"frosted-spruce/large-8",
"frosted-spruce/large-9",
"frosted-spruce/large-10",
"frosted-spruce/large-12",
"frosted-spruce/large-13",
"frosted-spruce/large-14",
"frosted-spruce/large-15",
"frosted-spruce/large-16",
"frosted-spruce/large-17",
"frosted-spruce/large-18",
"frosted-spruce/large-19",
"frosted-spruce/large-20",
"frosted-spruce/large-21",
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.01,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"name": "Frozen Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
}
]
}
],
"generators": [
{
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "packed_ice"
}
]
},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
]
}

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 20,
"min": 6
}

View File

@@ -7,7 +7,12 @@
],
"generators": [
{
"generator": "mountain-plain",
"generator": "plain",
"max": 10,
"min": 6
},
{
"generator": "mountain",
"max": 6,
"min": 7
}
@@ -109,7 +114,6 @@
"pine/pine9"
],
"chance": 0.09,
"persistent": true,
"rotation": {
"enabled": true,
"yAxis": {

View File

@@ -1,184 +0,0 @@
{
"vanillaDerivative": "SNOWY_TAIGA_HILLS",
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"objects": [
{
"chance": 0.01,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"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",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "Frozen Hills",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"generators": [
{
"min": 5,
"max": 9,
"generator": "plain"
}
],
"derivative": "ICE_SPIKES",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}

View File

@@ -41,89 +41,7 @@
"frozen-hills"
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.000256,
"snow": 0.25,
@@ -387,7 +305,12 @@
{
"min": 4,
"max": 6,
"generator": "mountain-plain"
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"wall": {

View File

@@ -5,89 +5,7 @@
"SNOWY_MOUNTAINS"
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.02,
"density": 3,

View File

@@ -153,7 +153,7 @@
],
"generators": [
{
"generator": "ocean-steep",
"generator": "plain",
"max": -10,
"min": -19
}

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 20,
"min": 6
}

View File

@@ -7,7 +7,7 @@
],
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 6,
"min": 3
}
@@ -86,89 +86,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.8,
"snow": 1,

View File

@@ -96,89 +96,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.5,
"density": 2,

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "dunes",
"generator": "smooth-dunes",
"max": 30,
"min": 10
}
@@ -16,89 +16,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"density": 3,

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "dunes",
"generator": "smooth-dunes",
"max": 30,
"min": 10
}
@@ -16,89 +16,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"density": 3,

View File

@@ -1,278 +0,0 @@
{
"vanillaDerivative": "DESERT",
"decorators": [
{
"verticalZoom": 5,
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.00135,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "polished_blackstone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "polished_blackstone_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"density": 3,
"place": [
"clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
]
},
{
"chance": 0.05,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"rarity": 2,
"name": "Desert Hills",
"layers": [
{
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
{
"block": "sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 5,
"max": 9,
"generator": "plain"
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
}

View File

@@ -178,7 +178,7 @@
{
"min": 82,
"max": 114,
"generator": "mountainous"
"generator": "mountain"
}
],
"loot": {

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "desert-dunes",
"generator": "smooth-dunes",
"max": 35,
"min": 25
}

View File

@@ -4,11 +4,14 @@
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 18,
"min": -8
}
],
"children": [
"hot-oasis"
],
"entityInitialSpawns": [
{
"entity": "cow",
@@ -24,89 +27,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"density": 3,

View File

@@ -97,89 +97,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "PAINT",
"chance": 0.0025,

View File

@@ -1,192 +0,0 @@
{
"vanillaDerivative": "BADLANDS_PLATEAU",
"decorators": [
{
"chance": 0.009,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"name": "Yellow Mesa",
"layers": [
{
"minHeight": 3,
"maxHeight": 4,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 4,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
{
"min": 1,
"max": 6,
"generator": "plain"
},
{
"min": 9,
"max": 35,
"generator": "mountain"
}
],
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "red_terracotta"
},
{
"block": "gray_terracotta"
},
{
"block": "yellow_terracotta"
}
]
},
"rarity": 9
}

View File

@@ -1,7 +1,7 @@
{
"vanillaDerivative": "BADLANDS_PLATEAU",
"children": [
"hot-mesa-cliffs-yellow"
"hot-mesa-cliffs"
],
"decorators": [
{

View File

@@ -147,7 +147,6 @@
"childShrinkFactor": 0.35,
"children": [
"hot-mesa-cliffs",
"hot-mesa-cliffs-yellow",
"hot-mesa-red",
"hot-mesa-green",
"hot-mesa-blue"

View File

@@ -10,12 +10,12 @@
{
"min": 55,
"max": 45,
"generator": "smooth-land-steep"
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
"generator": "smooth-dunes"
},
{
"min": 2,

View File

@@ -10,12 +10,12 @@
{
"min": 33,
"max": 35,
"generator": "smooth-land-steep"
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
"generator": "smooth-dunes"
},
{
"min": 2,

View File

@@ -14,12 +14,12 @@
{
"min": 55,
"max": 45,
"generator": "smooth-land-steep"
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
"generator": "smooth-dunes"
},
{
"min": 2,
@@ -41,7 +41,7 @@
},
"zoom": 0.4,
"palette": [
{
{
"block": "red_terracotta"
},
{

View File

@@ -14,12 +14,12 @@
{
"min": 35,
"max": 35,
"generator": "smooth-land-steep"
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
"generator": "smooth-dunes"
},
{
"min": 2,
@@ -41,7 +41,7 @@
},
"zoom": 0.4,
"palette": [
{
{
"block": "red_terracotta"
},
{

View File

@@ -57,7 +57,7 @@
],
"generators": [
{
"generator": "ocean-steep",
"generator": "plain",
"max": -4,
"min": -15
}

View File

@@ -6,7 +6,7 @@
{
"min": 5,
"max": 15,
"generator": "smooth-land"
"generator": "smooth-dunes"
}
],
"jigsawStructures": [
@@ -260,88 +260,6 @@
}
}
]
},{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.00175,

View File

@@ -72,89 +72,7 @@
"hot-mesa-dark"
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"rotation": {
"yAxis": {

View File

@@ -9,7 +9,7 @@
],
"children": [
"hot-mesa-valleys",
"hot-mesa-blue",
"hot-mesa-red",
"hot-mesa-blue",
"hot-mesa-dark",
"hot-mesa-green",

View File

@@ -98,6 +98,4 @@
}
]
}
},
"rarity": 29
}

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 2,
"min": 3
}

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "ocean-steep",
"generator": "plain",
"max": -7,
"min": -8
}

View File

@@ -1,5 +1,11 @@
{
"vanillaDerivative": "WARM_OCEAN",
"children": [
"hot-desert",
"hot-desert",
"hot-river",
"hot-ocean-cliffs"
],
"decorators": [
{
"chance": 0.0009,
@@ -218,7 +224,7 @@
{
"min": 11,
"max": 7,
"generator": "ocean-steep"
"generator": "plain"
}
],
"loot": {

View File

@@ -35,10 +35,10 @@
}
]
}
],
],
"generators": [
{
"generator": "ocean-steep",
"generator": "plain",
"max": -5,
"min": -15
}

View File

@@ -27,89 +27,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"rotation": {

View File

@@ -82,89 +82,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.00175,
"rotation": {
@@ -391,12 +309,12 @@
{
"min": 15,
"max": 20,
"generator": "smooth-land-steep"
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
"generator": "smooth-dunes"
},
{
"min": 2,

View File

@@ -85,89 +85,7 @@
"hot-savanna-cliff"
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.00175,
"rotation": {
@@ -394,7 +312,12 @@
{
"min": 7,
"max": 15,
"generator": "mountain-plain"
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"biomeZoom": 20,

View File

@@ -1,345 +0,0 @@
{
"vanillaDerivative": "STONE_SHORE",
"biomeSkyScatter": [
"DESERT",
"SAVANNA"
],
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 3,
"palette": [
{
"block": "blackstone_wall"
},
{
"block": "polished_blackstone_wall"
}
],
"stackMin": 1
},
{
"chance": 0.00035,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "polished_blackstone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "polished_blackstone_button"
}
]
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.06,
"edit": [
{
"find": [
{
"block": "blue_terracotta"
}
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
},
{
"find": [
{
"block": "white_stained_glass"
}
],
"replace": {
"palette": [
{
"block": "red_stained_glass"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
},
{
"chance": 0.3,
"edit": [
{
"find": [
{
"block": "nether_wart_block"
}
],
"replace": {
"palette": [
{
"block": "black_concrete",
"backup": {
"block": "coal_block"
}
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/crimsonwood-1",
"corrupted/crimsonwood-2",
"corrupted/crimsonwood-3",
"corrupted/crimsonwood-4",
"corrupted/crimsonwood-5"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"name": "Black Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "black_concrete"
},
{
"weight": 2,
"block": "black_concrete_powder"
},
{
"weight": 2,
"block": "black_terracotta"
},
{
"weight": 2,
"block": "black_concrete"
},
{
"weight": 2,
"block": "black_concrete_powder"
},
{
"weight": 2,
"block": "black_concrete"
},
{
"weight": 2,
"block": "black_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 12,
"max": 70,
"generator": "mountain"
}
],
"biomeZoom": 20,
"derivative": "BADLANDS",
"carvingBiome": "mosaic-lith-white",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_concrete"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}

View File

@@ -1,343 +0,0 @@
{
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 6,
"palette": [
{
"block": "twisting_vines_plant"
}
],
"stackMin": 3
},
{
"chance": 0.0175,
"palette": [
{
"data": {
"waterlogged": false
},
"block": "tube_coral"
},
{
"data": {
"waterlogged": false
},
"block": "tube_coral_fan"
}
]
},
{
"chance": 0.00035,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "warped_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "warped_button"
}
]
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.06,
"edit": [
{
"find": [
{
"block": "blue_terracotta"
}
],
"replace": {
"palette": [
{
"block": "light_blue_concrete"
}
]
}
},
{
"find": [
{
"block": "white_stained_glass"
}
],
"replace": {
"palette": [
{
"block": "blue_stained_glass"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
},
{
"chance": 0.3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/warpedwood-1",
"corrupted/warpedwood-2",
"corrupted/warpedwood-3",
"corrupted/warpedwood-4",
"corrupted/warpedwood-5",
"corrupted/warpedwood-6"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"name": "Cyan Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "light_blue_concrete"
},
{
"weight": 2,
"block": "light_blue_concrete_powder"
},
{
"weight": 2,
"block": "light_blue_terracotta"
},
{
"weight": 2,
"block": "light_blue_concrete"
},
{
"weight": 2,
"block": "light_blue_concrete_powder"
},
{
"weight": 2,
"block": "light_blue_concrete"
},
{
"weight": 2,
"block": "light_blue_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 96,
"generator": "mountain"
}
],
"derivative": "WARPED_FOREST",
"carvingBiome": "mosaic-lith-purple",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_blue_concrete"
}
]
},
"slab": {
"palette": [
{
"block": "warped_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {
"style": "STATIC"
}
}
}

View File

@@ -1,316 +0,0 @@
{
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 3,
"palette": [
{
"block": "mossy_cobblestone_wall"
}
],
"stackMin": 1
},
{
"chance": 0.0025,
"variance": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"pickles": 1
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": false,
"pickles": 2
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": false,
"pickles": 3
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": false,
"pickles": 4
},
"block": "sea_pickle"
}
]
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.06,
"edit": [
{
"find": [
{
"block": "blue_terracotta"
}
],
"replace": {
"palette": [
{
"block": "green_terracotta"
}
]
}
},
{
"find": [
{
"block": "white_stained_glass"
}
],
"replace": {
"palette": [
{
"block": "lime_stained_glass"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
}
],
"name": "Green Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "green_concrete"
},
{
"weight": 2,
"block": "green_concrete_powder"
},
{
"weight": 2,
"block": "green_terracotta"
},
{
"weight": 2,
"block": "green_concrete"
},
{
"weight": 2,
"block": "green_concrete_powder"
},
{
"weight": 2,
"block": "green_concrete"
},
{
"weight": 2,
"block": "green_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 42,
"max": 68,
"generator": "plain-cliffs"
}
],
"derivative": "SWAMP",
"carvingBiome": "mosaic-lith-red",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "green_concrete"
}
]
},
"slab": {
"palette": [
{
"block": "mossy_cobblestone_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {
"style": "STATIC"
}
}
}

View File

@@ -1,283 +0,0 @@
{
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 4,
"palette": [
{
"block": "crimson_fence"
}
],
"stackMin": 1
},
{
"chance": 0.0175,
"palette": [
{
"data": {
"waterlogged": false
},
"block": "bubble_coral"
},
{
"data": {
"waterlogged": false
},
"block": "bubble_coral_fan"
}
]
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.06,
"edit": [
{
"find": [
{
"block": "blue_terracotta"
}
],
"replace": {
"palette": [
{
"block": "purple_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
}
],
"name": "Purple Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "purple_concrete"
},
{
"weight": 2,
"block": "purple_concrete_powder"
},
{
"weight": 2,
"block": "purple_terracotta"
},
{
"weight": 2,
"block": "purple_concrete"
},
{
"weight": 2,
"block": "purple_concrete_powder"
},
{
"weight": 2,
"block": "purple_concrete"
},
{
"weight": 2,
"block": "purple_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 42,
"max": 96,
"generator": "mountain"
}
],
"derivative": "BASALT_DELTAS",
"carvingBiome": "mosaic-lith-cyan",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "purple_concrete"
}
]
},
"slab": {
"palette": [
{
"block": "crimson_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {
"style": "STATIC"
}
}
}

View File

@@ -1,409 +0,0 @@
{
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 3,
"palette": [
{
"block": "red_nether_brick_wall"
},
{
"block": "nether_brick_wall"
}
],
"stackMin": 1
},
{
"chance": 0.0175,
"palette": [
{
"data": {
"waterlogged": false
},
"block": "fire_coral"
},
{
"data": {
"waterlogged": false
},
"block": "fire_coral_fan"
}
]
},
{
"chance": 0.00035,
"palette": [
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 6
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 7
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 8
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 9
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 10
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 11
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 12
},
"block": "redstone_wire"
},
{
"data": {
"east": "none",
"south": "none",
"north": "none",
"west": "none",
"power": 13
},
"block": "redstone_wire"
}
]
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.06,
"edit": [
{
"find": [
{
"block": "blue_terracotta"
}
],
"replace": {
"palette": [
{
"block": "red_terracotta"
}
]
}
},
{
"find": [
{
"block": "white_stained_glass"
}
],
"replace": {
"palette": [
{
"block": "black_stained_glass"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
},
{
"chance": 0.3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/crimsonwood-1",
"corrupted/crimsonwood-2",
"corrupted/crimsonwood-3",
"corrupted/crimsonwood-4",
"corrupted/crimsonwood-5"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"name": "Red Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "red_concrete"
},
{
"weight": 2,
"block": "red_concrete_powder"
},
{
"weight": 2,
"block": "red_terracotta"
},
{
"weight": 2,
"block": "red_concrete"
},
{
"weight": 2,
"block": "red_concrete_powder"
},
{
"weight": 2,
"block": "red_concrete"
},
{
"weight": 2,
"block": "red_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 25,
"max": 60,
"generator": "plain"
}
],
"derivative": "CRIMSON_FOREST",
"carvingBiome": "mosaic-lith-green",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_concrete"
}
]
},
"slab": {
"palette": [
{
"block": "red_nether_brick_slab"
},
{
"weight": 4,
"block": "air"
}
],
"style": {
"style": "STATIC"
}
}
}

View File

@@ -1,280 +0,0 @@
{
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 3,
"palette": [
{
"block": "diorite_wall"
}
],
"stackMin": 1
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.06,
"edit": [
{
"find": [
{
"block": "blue_terracotta"
}
],
"replace": {
"palette": [
{
"block": "light_gray_stained_glass"
}
]
}
},
{
"find": [
{
"block": "white_stained_glass"
}
],
"replace": {
"palette": [
{
"block": "white_concrete"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
}
],
"name": "White Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "white_concrete"
},
{
"weight": 2,
"block": "white_concrete_powder"
},
{
"weight": 2,
"block": "white_terracotta"
},
{
"weight": 2,
"block": "white_concrete"
},
{
"weight": 2,
"block": "white_concrete_powder"
},
{
"weight": 2,
"block": "white_concrete"
},
{
"weight": 2,
"block": "white_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 28,
"max": 41,
"generator": "plain-cliffs"
}
],
"vanillaDerivative": "STONE_SHORE",
"derivative": "BASALT_DELTAS",
"carvingBiome": "mosaic-lith-black",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "white_concrete"
}
]
},
"slab": {
"palette": [
{
"block": "diorite_slab"
},
{
"weight": 3,
"block": "air"
}
],
"style": {
"style": "STATIC"
}
}
}

View File

@@ -64,7 +64,7 @@
{
"min": 0,
"max": 2,
"generator": "flat"
"generator": "plain"
}
],
"loot": {

View File

@@ -53,7 +53,12 @@
{
"min": 11,
"max": 32,
"generator": "mountain-plain"
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
},
{
"min": 12,

View File

@@ -24,7 +24,12 @@
],
"generators": [
{
"generator": "mountain-plain",
"generator": "plain",
"max": 5,
"min": 2
},
{
"generator": "mountain",
"max": 4,
"min": 3
}
@@ -285,6 +290,12 @@
"spruce-medium/spruce42",
"spruce-medium/spruce43"
],
"edit": [
{
"find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}],
"replace": {"palette": [{"block": "spruce_leaves", "data": {"persistent": true}}]}
}
],
"chance": 1,
"density": 5,
"rotation": {

View File

@@ -24,7 +24,12 @@
],
"generators": [
{
"generator": "mountain-plain",
"generator": "plain",
"max": 5,
"min": 2
},
{
"generator": "mountain",
"max": 4,
"min": 3
}
@@ -285,6 +290,11 @@
"spruce-medium/spruce42",
"spruce-medium/spruce43"
],
"edit": [
{
"find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}],
"replace": {"palette": [{"block": "spruce_leaves", "data": {"persistent": true}}]}
}],
"chance": 1,
"density": 5,
"rotation": {

View File

@@ -11,7 +11,7 @@
},
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 23,
"min": 5
}

View File

@@ -20,7 +20,12 @@
{
"min": 70,
"max": 120,
"generator": "mountain-plain"
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"layers": [

View File

@@ -26,7 +26,7 @@
"min": 0
},
{
"generator": "mountain-plain",
"generator": "plain",
"max": 95,
"min": 40
}

View File

@@ -5,7 +5,7 @@
"rarity": 3,
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 10,
"min": 5
},

View File

@@ -5,6 +5,8 @@
"children": [
"mountain-forest",
"mountain-hills",
"mountain-plain-hills",
"mountain-lake",
"mountain-forest-hills"
],
"childStyle": {
@@ -13,7 +15,12 @@
},
"generators": [
{
"generator": "mountain-plain",
"generator": "plain",
"max": 10,
"min": 6
},
{
"generator": "mountain",
"max": 8,
"min": 7
}

View File

@@ -107,7 +107,7 @@
],
"generators": [
{
"generator": "soft-river",
"generator": "river",
"max": -32,
"min": -40
}

View File

@@ -16,8 +16,14 @@
{
"min": 70,
"max": 140,
"generator": "mountain-plain"
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"layers": [
{

View File

@@ -18,7 +18,7 @@
],
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 5,
"min": 4
}
@@ -147,89 +147,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"place": [
"tree/oak/1",

View File

@@ -61,89 +61,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.21,
"density": 2,

View File

@@ -68,89 +68,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.08,
"density": 2,
@@ -350,7 +268,7 @@
{
"min": -30,
"max": -10,
"generator": "soft-river"
"generator": "river"
}
],
"derivative": "MUSHROOM_FIELDS",

View File

@@ -1,342 +0,0 @@
{
"decorators": [
{
"chance": 0.06,
"variance": {
"style": "STATIC"
},
"zoom": 20,
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.1,
"verticalZoom": 20,
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 2
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 3
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 4
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"edit": [
{
"find": [
{
"block": "oak_stairs"
}
],
"replace": {
"palette": [
{
"block": "oak_planks"
}
]
}
}
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.3,
"edit": [
{
"find": [
{
"block": "shroomlight"
}
],
"replace": {
"palette": [
{
"block": "mushroom_stem"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.25,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"vanillaDerivative": "OCEAN",
"name": "Mushroom Ocean soft",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "clay"
},
{
"block": "stone"
},
{
"block": "cobblestone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -31,
"max": -7,
"generator": "soft-river"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"features": [
{
"rarity": 48,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"derivative": "OCEAN",
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "clay"
},
{
"block": "smooth_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "andesite_slab"
},
{
"weight": 1,
"block": "air"
}
]
}
}

View File

@@ -273,18 +273,6 @@
"ocean-clutter"
]
},
"features": [
{
"rarity": 48,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"derivative": "OCEAN",
"wall": {
"style": {

View File

@@ -68,89 +68,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.08,
"density": 2,

View File

@@ -78,89 +78,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.21,
"density": 2,

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "DEEP_OCEAN",
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": -25,
"min": -50
}
@@ -97,7 +97,10 @@
],
"loot": {
"tables": [
"ocean-treasure"
"ocean-clutter",
"global-treasure",
"cold-food",
"tropical-treasure"
]
},
"objects": [

View File

@@ -1,204 +0,0 @@
{
"name": "Ocean Steep",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"generators": [
{
"generator": "ocean-steep",
"max": -5,
"min": -25
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "gravel"
}
]
}
],
"decorators": [
{
"chance": 0.1,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 4,
"stackMax": 10
},
{
"chance": 0.05,
"palette": [
{
"block": "seagrass"
}
]
},
{
"chance": 0.05,
"palette": [
{
"block": "tall_seagrass",
"data": {
"half": "lower"
}
}
],
"topPalette": [
{
"block": "tall_seagrass",
"data": {
"half": "upper"
}
}
]
}
],
"objects": [
{
"place": [
"ships/generic"
],
"chance": 0.01,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 1,
"mode": "FAST_MIN_HEIGHT",
"underwater": true,
"waterloggable": true,
"edit": [
{
"find": [
{
"block": "grass_block"
},
{
"block": "dirt"
}
],
"replace": {
"palette": [
{
"block": "clay"
}
]
}
},
{
"find": [
{
"block": "tall_grass"
},
{
"block": "grass"
}
],
"replace": {
"palette": [
{
"block": "seagrass"
}
]
}
}
]
},
{
"place": [
"landform/underwater/ellipsoid-1"
],
"chance": 0.5,
"underwater": true,
"mode": "CENTER_HEIGHT",
"edit": [
{
"find": [
{
"block": "clay"
}
],
"replace": {
"style": {
"style": "GLOB",
"zoom": 0.02
},
"palette": [
{
"weight": 2,
"block": "clay"
},
{
"weight": 1,
"block": "cave_air"
}
]
}
}
]
},
{
"place": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}

View File

@@ -4,7 +4,7 @@
"vanillaDerivative": "WARM_OCEAN",
"generators": [
{
"generator": "ocean-steep",
"generator": "plain",
"max": -30,
"min": -40
}

View File

@@ -13,7 +13,7 @@
"childShrinkFactor": 1.0,
"generators": [
{
"generator": "ocean-steep",
"generator": "plain",
"max": -10,
"min": -19
}

View File

@@ -29,6 +29,10 @@
}
}
],
"children": [
"rocky-mountains",
"rocky-ocean"
],
"vanillaDerivative": "MODIFIED_GRAVELLY_MOUNTAINS",
"objects": [
{

View File

@@ -44,7 +44,7 @@
"style": "IRIS"
},
"children": [
"rocky-mountains-cliffs"
"rocky-mountain-cliffs"
],
"decorators": [
{

View File

@@ -79,89 +79,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "PAINT",
"chance": 0.0025,

View File

@@ -84,89 +84,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.35,
"density": 2,

View File

@@ -71,89 +71,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.4,
"density": 2,

View File

@@ -84,89 +84,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"place": [
"tree/jungle/1",

View File

@@ -98,89 +98,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.000256,
"rotation": {

View File

@@ -156,7 +156,7 @@
],
"translate": {
"x": 0,
"y": -4,
"y": -6,
"z": 0
}
},
@@ -244,7 +244,7 @@
}
},
"translate": {
"y": -4
"y": -6
}
}
],
@@ -302,7 +302,7 @@
{
"min": -1,
"max": 0,
"generator": "soft-river"
"generator": "river"
}
],
"loot": {

View File

@@ -215,7 +215,7 @@
{
"min": -2,
"max": 0,
"generator": "soft-river"
"generator": "river"
}
],
"loot": {

View File

@@ -101,89 +101,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.05,
"edit": [

View File

@@ -82,89 +82,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "PAINT",
"chance": 0.0025,

View File

@@ -95,89 +95,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "PAINT",
"chance": 0.0025,

View File

@@ -1,4 +1,4 @@
{
{
"vanillaDerivative": "BIRCH_FOREST",
"jigsawStructures": [
{
@@ -37,89 +37,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "PAINT",
"chance": 0.0025,
@@ -378,7 +296,7 @@
{
"min": 4,
"max": 7,
"generator": "smooth-land"
"generator": "smooth-dunes"
}
],
"loot": {

View File

@@ -3,7 +3,7 @@
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"children": [
"temperate-plains-hills"
"temperate-plain-hills"
],
"biomeScatter": [
"FOREST",
@@ -26,7 +26,7 @@
},
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 14,
"min": 3
}
@@ -146,89 +146,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.3,
"rotation": {

View File

@@ -1,529 +0,0 @@
{
"vanillaDerivative": "Flower Forest",
"entityInitialSpawns": [{
"entity": "cow",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 4,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 4,
"minSpawns": 1,
"rarity": 7
}
],
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.004,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"sakura/tronco"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"garbage/clutter-1",
"garbage/clutter-2",
"garbage/clutter-3",
"garbage/clutter-4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.4,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/stone-clutt-1",
"clutter/stone-clutt-2",
"clutter/stone-clutt-3",
"clutter/stone-clutt-4",
"clutter/stone-clutt-5",
"clutter/stone-clutt-6",
"clutter/stone-clutt-7",
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.2,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"rocks/r1",
"rocks/r3"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
},
{
"chance": 0.2,
"mode": "PAINT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"rocks/r2",
"rocks/r3",
"rocks/r4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.00036,
"edit": [{
"find": [{
"block": "white_wool"
}],
"replace": {
"palette": [{
"block": "oak_wood"
}]
}
},
{
"find": [{
"block": "black_wool"
}],
"replace": {
"palette": [{
"block": "oak_wood"
}]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"sm-tree/oakw-oakl"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"derivative": "FLOWER_FOREST",
"biomeStyle": {
"style": "IRIS"
},
"decorators": [{
"chance": 0.3,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10,
"fracture": {
"style": "STATIC",
"multiplier": 15
}
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [{
"block": "dandelion"
},
{
"weight": 1,
"block": "grass"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.1,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [{
"weight": 1,
"block": "grass"
},
{
"block": "grass"
},
{
"block": "grass"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{
"block": "rose_bush"
}],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"
}, {
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
},{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.04,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [{
"block": "oak_leaves",
"data": {
"persistent": true
}
}]
},
{
"chance": 0.02,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [{
"block": "tall_grass"
}]
},
{
"chance": 0.5,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [{
"block": "grass"
}]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [{
"block": "rose_bush"
}]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [{
"block": "cobblestone_slab"
}]
}
],
"name": "Flower Forest free",
"layers": [{
"style": {
"style": "STATIC"
},
"zoom": 0.656,
"palette": [{
"weight": 19,
"block": "grass_block"
},
{
"block": "gravel"
},
{
"weight": 26,
"block": "grass_block"
}
]
},
{
"palette": [{
"block": "dirt"
}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [{
"min": 3,
"max": 10,
"generator": "plain"
}],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FLOWER_FOREST"
],
"rarity": 15
}

View File

@@ -1,5 +1,5 @@
{
"vanillaDerivative": "Flower Forest",
"vanillaDerivative": "FLOWER_FOREST",
"entityInitialSpawns": [{
"entity": "cow",
"maxSpawns": 3,
@@ -510,19 +510,6 @@
{
"block": "grass"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [{
"block": "rose_bush"
}],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"

View File

@@ -119,89 +119,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.35,
"density": 2,

View File

@@ -1,212 +0,0 @@
{
"name": "lake",
"derivative": "TAIGA_MOUNTAINS"",
"vanillaDerivative": "PLAINS",
"generators": [
{
"generator": "plain",
"max": -30,
"min": -40
}
],
"decorators": [
{
"chance": 0.19,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.02,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"age": 7
},
"block": "wheat"
}
],
"style": {
"style": "IRIS",
"zoom": 0.28
}
},
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10,
"fracture": {
"style": "STATIC",
"multiplier": 15
}
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [
{
"block": "grass"
}
]
}
],
"objects": [],
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
}
],
"biomeZoom": 60,
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
}

View File

@@ -243,26 +243,11 @@
"block": "grass"
},
{
"block": "grass"
"block": "rose_bush"
},
{
"block": "grass"
"block": "dandelion"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "rose_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"
@@ -359,89 +344,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.7,
"rotation": {
@@ -691,7 +594,7 @@
}
],
"generators": [{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 10,
"min": 4
}],

View File

@@ -27,89 +27,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.001,
"rotation": {

View File

@@ -23,29 +23,14 @@
"block": "grass"
},
{
"block": "grass"
},
{
"block": "grass"
"block": "lily_of_the_valley"
},
{
"block": "allium"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "rose_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"
"block": "poppy"
}
]
},
@@ -64,7 +49,7 @@
}
]
},
{
{
"chance": 0.02,
"variance": {
"style": "STATIC"
@@ -76,7 +61,7 @@
}
]
},
{
{
"chance": 0.03,
"variance": {
"style": "STATIC"
@@ -88,7 +73,7 @@
}
]
},
{
{
"chance": 0.05,
"variance": {
"style": "STATIC"
@@ -101,7 +86,7 @@
}
]
},
{
{
"chance": 0.05,
"variance": {
"style": "STATIC"
@@ -113,7 +98,7 @@
"block": "poppy"
}
]
},
},
{
"chance": 0.03,
"variance": {
@@ -153,89 +138,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "PAINT",
"chance": 0.00975,

View File

@@ -37,89 +37,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.07,
"rotation": {
@@ -399,21 +317,6 @@
{
"block": "grass"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "rose_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"

View File

@@ -5,7 +5,7 @@
"rarity": 2,
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 30,
"min": 3
},

View File

@@ -7,7 +7,7 @@
],
"generators": [
{
"generator": "smooth-land",
"generator": "smooth-dunes",
"max": 4,
"min": 3
}
@@ -186,89 +186,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"place": [
"boulder/boulder1",

View File

@@ -3,7 +3,7 @@
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"children": [
"temperate-plains-hills"
"temperate-plain-hills"
],
"jigsawStructures": [
{
@@ -142,89 +142,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"mode": "VACUUM",
"chance": 0.00975,

View File

@@ -104,7 +104,7 @@
}
]
},
"chance": 0.20
"chance": 0.2
}
],
"mode": "VACUUM",
@@ -315,25 +315,31 @@
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "grass"
},
{
"block": "grass"
},
{
"block": "grass"
},
{
"decorators": [
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "grass"
},
{
"block": "grass"
},
{
"block": "grass"
},
{
"chance": 7,
"block": "grass"
}
]
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
@@ -347,90 +353,85 @@
"style": {
"style": "STATIC"
}
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
{
"chance": 7,
"block": "grass"
}
]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "oak_leaves",
"data": {
"zoom": 0.2,
"palette": [
{
"block": "oak_leaves",
"data": {
"persistent": true
}
}
]
},
{
"chance": 0.02,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
}
]
},
{
"chance": 0.02,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
}
]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "rose_bush"
}
]
},
{
"chance": 0.05,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"chance": 3,
"block": "red_mushroom"
}
]
},
{
"chance": 0.05,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"chance": 3,
"block": "poppy"
}
]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
}
]
},
{
"chance": 0.05,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"chance": 3,
"block": "red_mushroom"
}
]
},
{
"chance": 0.05,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"chance": 3,
"block": "poppy"
}
]
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "cobblestone_slab"
}
]
}],
}
]
}
],
"name": "temperate plateau",
"layers": [
{
@@ -485,12 +486,12 @@
{
"min": 30,
"max": 55,
"generator": "smooth-land-steep"
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
"generator": "smooth-dunes"
},
{
"min": 2,

View File

@@ -1,181 +0,0 @@
{
"vanillaDerivative": "RIVER",
"decorators": [
{
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "River Loud",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"zoom": 0.525,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"weight": 2,
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"generator": "ocean-steep",
"max": -10,
"min": -30
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_OCEAN"
}

View File

@@ -1,181 +0,0 @@
{
"vanillaDerivative": "RIVER",
"decorators": [
{
"chance": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.07,
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "Soft River",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"zoom": 0.525,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"weight": 2,
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"generator": "soft-river",
"max": -40,
"min": -50
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_OCEAN"
}

View File

@@ -149,89 +149,7 @@
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.00505,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
},
{
"chance": 0.125,
"place": [

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