9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00

V2 Branch

This commit is contained in:
Andrew Baker
2021-04-14 10:16:44 -07:00
parent 780313a0b9
commit 811f9b443f
1488 changed files with 34421 additions and 2922 deletions

View File

@@ -1,3 +1,7 @@
This license does not apply to this pack.
VOLMIT SOFTWARE PUBLIC LICENSE
Version 1.1, 24 February 2021

View File

@@ -3,15 +3,19 @@ The standard overworld for Iris
Contributors & creators:
- Astrash (A lot of biomes, objects, generator configurations, caves, jigsaw structures. His pack here: [Continents](https://github.com/Astrashh/Continents))
- Brian (Created the most early content in the pack. A lot of the objects and biomes are of his making)
- Coco (Bugfixing, small configuration tweaks, merging Astrash's work, continued development)
- Cyberpwn (A lot of early day configuration and testing)
- K530 (Amazing (snowy) mountains)
- RaydenKoning (Innovative ideas turned into fesible configurations and applied to the pack)
- [Astrash](https://github.com/Astrashh) (A lot of biomes, objects, generator configurations, caves, jigsaw structures. His pack here: [Continents](https://github.com/Astrashh/Continents))
- [Brian](https://github.com/NextdoorPsycho) (Created the most early content in the pack. A lot of the objects and biomes are of his making)
- [Coco](https://github.com/CocoTheOwner/) (Bugfixing, small configuration tweaks, merging Astrash's work, continued development)
- [Cyberpwn](https://github.com/cyberpwnn) (A lot of early day configuration and testing)
- [K530](https://github.com/K530-hub) (Amazing (snowy) mountains)
- [RaydenKoning](https://github.com/RaydenKonig) (Innovative ideas turned into fesible configurations and applied to the pack)
Great thanks to these people for contributing to the pack.
If you want to contribute as well, please make a branch and pull requests.
If you want to contribute as well, feel free to make a fork and pull requests.
We sporadically review these requests so please contact us on Discord if you've made any.
*This list is in no way in order of anything. This does not represent actual effort spent on developing the pack*
*This list is in no way in order of anything. This does not represent actual effort spent on developing the pack.*
*I do not claim to own all content in this pack.*
Checklist [here](checklist.md)

View File

@@ -0,0 +1,188 @@
{
"name": "Ruined portals template",
"derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID",
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
}
],
"generators": [
{
"generator": "smooth-land",
"min": 0,
"max": 10
}
],
"objects": [
{
"name": "standard-surface",
"chance": 0.2,
"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": "CARVING_ONLY"
},
{
"name": "standard-underground",
"chance": 0.2,
"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
}
],
"carvingSupport": "CARVING_ONLY"
}
]
}

View File

@@ -9,18 +9,12 @@
},
"palette": [
{
"block": "ice"
"block": "packed_ice"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 2,
@@ -29,6 +23,89 @@
}
],
"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,
@@ -132,7 +209,7 @@
],
"generators": [
{
"min": -1,
"min": -5,
"max": 1,
"generator": "plain"
}
@@ -142,7 +219,7 @@
"beach-clutter"
]
},
"derivative": "SWAMP",
"derivative": "SNOWY_BEACH",
"slab": {
"style": {
"style": "STATIC"

190
biomes/frozen-hills.json Normal file
View File

@@ -0,0 +1,190 @@
{
"name": "Frozen Hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"rarity": 3,
"generators": [
{
"generator": "smooth-land",
"max": 20,
"min": 6
}
],
"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"
}
],
"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"
}
]
}
],
"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"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
}
]
}

View File

@@ -0,0 +1,86 @@
{
"vanillaDerivative": "SNOWY_TAIGA",
"name": "Frozen mountains cliffs",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "cracked-cliffs"
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 19
}

View File

@@ -0,0 +1,125 @@
{
"name": "Frozen Mountain",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [
"PLAINS",
"FOREST"
],
"children": [
"frozen-mountain-cliffs"
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "VIGOCTAVE_SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeZoom": 0.4,
"biomeSkyScatter": [
"MOUNTAINS"
],
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 0
},
{
"generator": "plain",
"max": 80,
"min": 30
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "dirt"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
}

100
biomes/frozen-mountain.json Normal file
View File

@@ -0,0 +1,100 @@
{
"name": "Frozen mountains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"children": [
"frozen-mountain-middle"
],
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS"
],
"rarity": 7,
"generators": [
{
"min": 70,
"max": 140,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.295
},
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
}

View File

@@ -227,7 +227,7 @@
"generator": "plain"
},
{
"min": 13,
"min": 7,
"max": 48,
"generator": "mountain"
}

View File

@@ -46,7 +46,7 @@
],
"objects": [
{
"chance": 0.01,
"chance": 0.4,
"density": 3,
"snow": 0.35,
"rotation": {
@@ -77,9 +77,8 @@
}
},
{
"chance": 0.05,
"chance": 0.3,
"density": 3,
"snow": 0.01,
"rotation": {
"yAxis": {
"min": 0,
@@ -166,5 +165,5 @@
"ocean-clutter"
]
},
"derivative": "DEEP_FROZEN_OCEAN"
"derivative": "FROZEN_OCEAN"
}

View File

@@ -0,0 +1,134 @@
{
"name": "Pine hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"generator": "smooth-land",
"max": 20,
"min": 6
}
],
"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"
}
]
}
],
"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"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"objects": [
{
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9"
],
"chance": 0.9,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
}
],
"entityInitialSpawns": [
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
}
]
}

View File

@@ -0,0 +1,220 @@
{
"name": "Pine plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [
"frozen-pine-hills"
],
"generators": [
{
"generator": "smooth-land",
"max": 6,
"min": 3
}
],
"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"
}
]
}
],
"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"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"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": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9"
],
"chance": 0.9,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
}
],
"entityInitialSpawns": [
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
}
]
}

View File

@@ -5,6 +5,89 @@
"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

@@ -1,4 +1,6 @@
{
"name": "Frozen Plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"decorators": [
{
@@ -36,23 +38,92 @@
}
],
"children": [
"frozen-plains-hills"
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
"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,
@@ -232,7 +303,6 @@
}
}
],
"name": "Frozen Plains",
"layers": [
{
"minHeight": 3,
@@ -275,24 +345,37 @@
{
"min": 4,
"max": 6,
"generator": "plain"
"generator": "smooth-land"
}
],
"derivative": "ICE_SPIKES",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
},
"entityInitialSpawns": [
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
]
}

View File

@@ -5,6 +5,89 @@
"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,9 +153,9 @@
],
"generators": [
{
"min": -18,
"max": -13,
"generator": "plain"
"generator": "ocean-steep",
"max": -10,
"min": -19
}
],
"loot": {

View File

@@ -0,0 +1,130 @@
{
"name": "Spruce hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"generator": "smooth-land",
"max": 20,
"min": 6
}
],
"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"
}
]
}
],
"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.8,
"snow": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
}
]
}

View File

@@ -0,0 +1,216 @@
{
"name": "Spruce plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [
"frozen-spruce-hills"
],
"generators": [
{
"generator": "smooth-land",
"max": 6,
"min": 3
}
],
"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"
}
]
}
],
"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": [
{
"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,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_large1",
"evergreen/fantasy_evergreen_medium1",
"evergreen/fantasy_evergreen_medium2",
"evergreen/fantasy_evergreen_medium3"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"entityInitialSpawns": [
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
}
]
}

View File

@@ -164,7 +164,8 @@
"x": 0,
"y": 0,
"z": 0
}
},
"mode": "VACUUM"
}
],
"entityInitialSpawns": [
@@ -186,41 +187,6 @@
"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"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains",

View File

@@ -96,6 +96,89 @@
}
],
"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,

137
biomes/hot-beach-grass.json Normal file
View File

@@ -0,0 +1,137 @@
{
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"name": "Hot Beach",
"layers": [
{
"minHeight": 1,
"maxHeight": 6,
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": 0,
"max": 1,
"generator": "plain"
}
],
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "jungle_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "jungle_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 0.2,
"chance": 0.08,
"variance": {
"style": "SIMPLEX"
},
"stackMax": 6,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.01,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [
{
"block": "grass"
}
]
}
],
"derivative": "FOREST",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"objects": [
{
"density": 3,
"chance": 1,
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm4",
"palm/palm5",
"palm/palm6",
"palm/palm7"
]
}
]
}

View File

@@ -1,89 +1,7 @@
{
"vanillaDerivative": "BEACH",
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"decorators": [
{
"chance": 0.0005,
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.003,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"chance": 0.11,
"verticalZoom": 0.2,
"variance": {
"style": "SIMPLEX"
},
"stackMax": 3,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
}
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"name": "Hot Beach",
"layers": [
@@ -108,17 +26,67 @@
],
"generators": [
{
"min": -1,
"min": 0,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "SWAMP",
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "jungle_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "jungle_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 0.2,
"chance": 0.08,
"variance": {
"style": "SIMPLEX"
},
"stackMax": 6,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
}
],
"derivative": "WARM_OCEAN",
"wall": {
"style": {
"style": "STATIC"
@@ -135,29 +103,19 @@
}
]
},
"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"
}
]
}
"objects": [
{
"density": 3,
"chance": 1,
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm4",
"palm/palm5",
"palm/palm6",
"palm/palm7"
]
}
]
}

View File

@@ -0,0 +1,221 @@
{
"derivative": "DESERT",
"name": "Desert dunes",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "dunes",
"max": 30,
"min": 10
}
],
"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.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000061,
"edit": [
{
"find": [
{
"block": "glass"
}
],
"replace": {
"palette": [
{
"block": "void_air"
}
]
}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pyramid/pyramid1"
],
"translate": {
"x": 0,
"y": -22,
"z": 0
}
},
{
"chance": 0.000000000000000000000000000000000000000000000000000000000000000000001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pryamid/pyramid-extreme"
],
"translate": {
"x": 0,
"y": -14,
"z": 0
}
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 6,
"palette": [
{
"weight": 1,
"block": "sand"
}
]
},
{
"minHeight": 3,
"maxHeight": 4,
"palette": [
{
"block": "sandstone"
}
]
},
{
"minHeight": 2,
"maxHeight": 5,
"palette": [
{
"block": "terracotta"
}
]
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.004,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.005,
"palette": [
{
"block": "dead_bush"
}
]
}
]
}

View File

@@ -66,6 +66,89 @@
}
],
"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,5 +1,15 @@
{
"vanillaDerivative": "DESERT_HILLS",
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"decorators": [
{
"verticalZoom": 20,

View File

@@ -1,191 +1,70 @@
{
"name": "Red Desert",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": [
"hot-desert-hills"
"generators": [
{
"generator": "desert-dunes",
"max": 30,
"min": 1
}
],
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "red_sand"
},
{
"weight": 1,
"block": "smooth_red_sandstone"
}
],
"minHeight": 5,
"maxHeight": 5
}
],
"decorators": [
{
"verticalZoom": 20,
"chance": 0.004,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"chance": 0.005,
"palette": [
{
"block": "dead_bush"
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
"stackMin": 2,
"stackMax": 4,
"topPalette": [
{
"block": "brain_coral_fan",
"data": {
"waterlogged": "false"
}
}
]
},
{
"chance": 0.00875,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"chance": 0.01,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "polished_blackstone_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "polished_blackstone_button"
"block": "cactus"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.03,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
"stackMin": 2,
"stackMax": 7
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"name": "Red Desert",
"layers": [
{
"style": {
"style": "IRIS_THICK",
"fracture": {
"multiplier": 7,
"style": "STATIC"
}
},
"zoom": 0.65,
"palette": [
{
"block": "red_sand"
},
{
"block": "orange_concrete_powder"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
{
"block": "red_sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_red_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"rarity": 2,
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "red_sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_red_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
]
}

View File

@@ -1,73 +1,12 @@
{
"name": "Desert Hills",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": [
"hot-desert-hills"
],
"decorators": [
"generators": [
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.00235,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "polished_blackstone_button"
},
{
"block": "air"
},
{
"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"
}
"generator": "smooth-land",
"max": 18,
"min": -8
}
],
"entityInitialSpawns": [
@@ -85,6 +24,89 @@
}
],
"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,
@@ -95,7 +117,7 @@
]
},
{
"chance": 0.001,
"chance": 0.0001,
"rotation": {
"yAxis": {
"min": 0,
@@ -109,9 +131,6 @@
"global-clutter/sphinxToomb-1",
"global-clutter/BrokSphinxToomb-1"
],
"clamp": {
"maximumHeight": 73
},
"translate": {
"x": 0,
"y": -3,
@@ -119,48 +138,33 @@
}
}
],
"name": "Desert",
"layers": [
{
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
{
"block": "sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
"block": "terracotta"
}
]
}
],
"generators": [
},
{
"min": 4,
"max": 6,
"generator": "plain"
"minHeight": 5,
"maxHeight": 5,
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "sand"
}
]
}
],
"loot": {
@@ -168,46 +172,34 @@
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {
"style": "STATIC"
"decorators": [
{
"verticalZoom": 5,
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
"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"
}
]
}
{
"chance": 0.005,
"palette": [
{
"block": "dead_bush"
}
]
}
]
}

207
biomes/hot-desert.json.bak Normal file
View File

@@ -0,0 +1,207 @@
{
"name": "Desert Hills",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-land",
"max": 18,
"min": -8
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"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.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"global-clutter/sphinxToomb-1",
"global-clutter/BrokSphinxToomb-1"
],
"clamp": {
"maximumHeight": 73
},
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 5,
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "sand"
},
{
"weight": 1,
"block": "smooth_sandstone"
}
]
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.005,
"palette": [
{
"block": "dead_bush"
}
]
}
]
}

View File

@@ -1,9 +1,17 @@
{
"vanillaDerivative": "SAVANNA",
"biomeSkyScatter": [
"DESERT",
"SWAMP",
"SAVANNA"
"DESERT"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"decorators": [
{
@@ -99,6 +107,89 @@
}
],
"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,
@@ -138,7 +229,7 @@
],
"translate": {
"x": 0,
"y": 0,
"y": 1,
"z": 0
}
},
@@ -330,8 +421,8 @@
],
"generators": [
{
"min": 4,
"max": 9,
"min": 7,
"max": 10,
"generator": "plain"
}
],
@@ -364,5 +455,6 @@
"biomeScatter": [
"SAVANNA",
"DESERT"
]
],
"rarity": 6
}

View File

@@ -0,0 +1,78 @@
{
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"name": "Mesa beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "red_sandstone"
}
]
}
],
"generators": [
{
"min": 0,
"max": 1,
"generator": "plain"
}
],
"derivative": "DESERT_LAKES",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_sandstone"
},
{
"block": "red_sand"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "red_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
},
"objects": [
{
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"chance": 1,
"place": [
"tree/acacia/1",
"tree/acacia/2",
"tree/acacia/3"
]
}
]
}

View File

@@ -44,6 +44,92 @@
}
}
],
"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"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -44,6 +44,92 @@
}
}
],
"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"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -44,6 +44,92 @@
}
}
],
"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"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -0,0 +1,253 @@
{
"name": "Mesa Plateau dirt high",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS"
],
"generators": [
{
"min": 55,
"max": 45,
"generator": "smooth-land-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
},
{
"min": 2,
"max": 6,
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "CELLULAR"
},
"zoom": 0.7,
"palette": [
{
"block": "grass_block"
},
{
"block": "coarse_dirt"
},
{
"block": "dirt"
},
{
"block": "grass_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 4,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.05,
"palette": [
{
"block": "tall_grass"
}
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [
"desert/tower",
"desert/tower-twin"
],
"chance": 0.0005,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"tree/acacia/1",
"tree/acacia/2",
"tree/acacia/3"
],
"chance": 0.2,
"edit": [
{
"find": [ { "block": "acacia_planks" } ],
"replace": {
"palette": [
{
"block": "acacia_wood",
"data": { "axis": "y" }
}
]
}
}
]
}
],
"rarity": 3
}

View File

@@ -0,0 +1,279 @@
{
"name": "Mesa Plateau dirt",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS"
],
"generators": [
{
"min": 33,
"max": 35,
"generator": "smooth-land-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
},
{
"min": 2,
"max": 6,
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "CELLULAR"
},
"zoom": 0.7,
"palette": [
{
"block": "grass_block"
},
{
"block": "coarse_dirt"
},
{
"block": "dirt"
},
{
"block": "grass_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 4,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.05,
"palette": [
{
"block": "tall_grass"
}
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"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
}
],
"objects": [
{
"place": [
"desert/tower",
"desert/tower-twin"
],
"chance": 0.0005,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"tree/acacia/1",
"tree/acacia/2",
"tree/acacia/3"
],
"chance": 0.2,
"edit": [
{
"find": [ { "block": "acacia_planks" } ],
"replace": {
"palette": [
{
"block": "acacia_wood",
"data": { "axis": "y" }
}
]
}
}
]
}
],
"rarity": 3
}

View File

@@ -0,0 +1,239 @@
{
"name": "Mesa Plateau high",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"BADLANDS_PLATEAU",
"ERODED_BADLANDS"
],
"children": [
"hot-mesa-plateau-dirt-high"
],
"generators": [
{
"min": 55,
"max": 45,
"generator": "smooth-land-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
},
{
"min": 2,
"max": 6,
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "CELLULAR"
},
"zoom": 0.4,
"palette": [
{
"block": "red_terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 4,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.05,
"palette": [
{
"block": "tall_grass"
}
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [
"desert/tower",
"desert/tower-twin"
],
"chance": 0.0005,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"rarity": 1
}

View File

@@ -0,0 +1,238 @@
{
"name": "Mesa Plateau",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"BADLANDS_PLATEAU",
"ERODED_BADLANDS"
],
"children": [
"hot-mesa-plateau-dirt"
],
"generators": [
{
"min": 35,
"max": 35,
"generator": "smooth-land-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
},
{
"min": 2,
"max": 6,
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "CELLULAR"
},
"zoom": 0.4,
"palette": [
{
"block": "red_terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
},
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "white_terracotta"
}
]
},
{
"minHeight": 4,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "yellow_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [
{
"block": "terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.05,
"palette": [
{
"block": "tall_grass"
}
]
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [
"desert/tower",
"desert/tower-twin"
],
"chance": 0.002,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}

View File

@@ -44,6 +44,92 @@
}
}
],
"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"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -0,0 +1,66 @@
{
"vanillaDerivative": "DESERT_LAKES",
"name": "Mesa river",
"decorators": [
{
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
}
],
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"block": "red_sand"
},
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_sand"
},
{
"block": "terracotta"
},
{
"block": "gravel"
},
{
"block": "red_sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "red_sand"
}
]
}
],
"generators": [
{
"generator": "ocean-steep",
"max": -4,
"min": -15
}
],
"derivative": "DESERT_LAKES"
}

View File

@@ -0,0 +1,467 @@
{
"name": "Mesa valley",
"derivative": "SAVANNA",
"vanillaDerivative": "BADLANDS",
"generators": [
{
"min": 5,
"max": 15,
"generator": "smooth-land"
}
],
"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
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 2,
"maximumSlope": 10
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2
},
"style": {
"style": "SIMPLEX",
"zoom": 1.4,
"fracture": {
"style": "FRACTAL_BILLOW_SIMPLEX",
"zoom": 0.4,
"multiplier": 50,
"fracture": {
"style": "STATIC",
"multiplier": 3
}
}
},
"zoom": 0.9,
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"weight": 3,
"block": "red_sand"
},
{
"weight": 2,
"block": "orange_terracotta"
},
{
"weight": 7,
"block": "grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 1,
"block": "terracotta"
},
{
"weight": 1,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 1,
"block": "terracotta"
},
{
"weight": 1,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "terracotta"
}
]
}
],
"decorators": [
{
"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": "white_tulip"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "dandelion"
},
{
"block": "poppy"
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [
{
"block": "grass"
}
]
}
],
"objects": [
{
"place": [
"tree/acacia/1",
"tree/acacia/2",
"tree/acacia/3"
],
"chance": 0.4,
"edit": [
{
"find": [ { "block": "acacia_planks" } ],
"replace": {
"palette": [
{
"block": "acacia_wood",
"data": { "axis": "y" }
}
]
}
}
]
},{
"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": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.07,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-gen/savannaD-1",
"savanna-gen/savannaD-2",
"savanna-gen/savannaD-3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-gen/savannaF-1",
"savanna-gen/savannaF-2",
"savanna-gen/savannaF-3",
"savanna-gen/savannaF-4",
"savanna-gen/savannaF-5",
"savanna-gen/savannaF-6",
"savanna-gen/savannaF-7",
"savanna-gen/savannaF-8",
"savanna-gen/savannaF-9",
"savanna-gen/savannaF-10",
"savanna-gen/savannaF-11",
"savanna-gen/savannaF-13",
"savanna-gen/savannaF-14"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.04,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-gen/savannaS-1",
"savanna-gen/savannaS-2",
"savanna-gen/savannaS-3",
"savanna-gen/savannaS-4",
"savanna-gen/savannaS-5",
"savanna-gen/savannaS-6",
"savanna-gen/savannaS-7",
"savanna-gen/savannaS-8",
"savanna-gen/savannas-9",
"savanna-gen/savannas-10",
"savanna-gen/savannas-11",
"savanna-gen/savannas-12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
]
}

View File

@@ -44,6 +44,16 @@
}
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"entityInitialSpawns": [
{
"entity": "cow",
@@ -62,6 +72,89 @@
"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": {

217
biomes/hot-mesa.json Normal file
View File

@@ -0,0 +1,217 @@
{
"name": "Mesa Cliffs",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",
"BADLANDS_PLATEAU",
"ERODED_BADLANDS"
],
"children": [
"hot-mesa-valleys"
],
"childStyle": {
"style": "GLOB",
"zoom": 1.2,
"exponent": 1.3,
"fracture": {
"style": "CELLULAR",
"zoom": 0.05,
"multiplier": 2
}
},
"childShrinkFactor": 1.0,
"generators": [
{
"min": 25,
"max": 60,
"generator": "cracked-cliffs"
}
],
"layers": [
{
"style": {
"style": "FRACTAL_SMOKE"
},
"zoom": 0.6,
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"weight": 1,
"block": "clay"
},
{
"weight": 1,
"block": "light_gray_concrete_powder"
},
{
"weight": 1,
"block": "andesite"
},
{
"weight": 1,
"block": "stone"
},
{
"weight": 1,
"block": "light_gray_concrete"
},
{
"weight": 6,
"block": "orange_terracotta"
},
{
"weight": 4,
"block": "terracotta"
},
{
"weight": 4,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 1,
"block": "terracotta"
},
{
"weight": 1,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "orange_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 1,
"block": "terracotta"
},
{
"weight": 1,
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "terracotta"
}
]
}
],
"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"
}
}
],
"biomeStyle": {
"style": "IRIS"
},
"objects": [
{
"place": [
"desert/tower",
"desert/tower-twin"
],
"chance": 0.1,
"density": 2,
"mode": "FAST_STILT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}

View File

@@ -0,0 +1,89 @@
{
"vanillaDerivative": "DESERT",
"name": "Extreme mountains cliffs",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "cracked-cliffs"
}
],
"biomeZoom": 30,
"derivative": "DESERT",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
"rarity": 39
}

View File

@@ -0,0 +1,103 @@
{
"name": "Middle Mountain",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": [
"hot-mountain-cliffs"
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "VIGOCTAVE_SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeZoom": 0.4,
"generators": [
{
"generator": "mountain",
"max": 80,
"min": 0
},
{
"generator": "plain",
"max": 80,
"min": 40
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
}
},
"rarity": 29
}

View File

@@ -0,0 +1,60 @@
{
"name": " Mountains Plains",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "smooth-land",
"max": 2,
"min": 3
}
],
"layers": [
{
"minHeight": 4,
"maxHeight": 6,
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 23,
"palette": [
{
"block": "red_sandstone"
}
]
}
],
"decorators": [
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
}
],
"wall": {
"palette": [
{
"block": "gray_terracotta"
}
]
}
}

89
biomes/hot-mountain.json Normal file
View File

@@ -0,0 +1,89 @@
{
"name": "Extreme mountains",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"children": [
"hot-mountain-middle"
],
"rarity": 7,
"generators": [
{
"min": 90,
"max": 140,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "red_sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "brown_terracotta"
},
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
}
}

76
biomes/hot-oasis.json Normal file
View File

@@ -0,0 +1,76 @@
{
"name": "Oasis",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "ocean-steep",
"max": -7,
"min": -8
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 5,
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "sand"
},
{
"weight": 1,
"block": "smooth_sandstone"
}
]
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.005,
"palette": [
{
"block": "dead_bush"
}
]
}
],
"rarity": 10
}

View File

@@ -1,5 +1,5 @@
{
"vanillaDerivative": "WARM_OCEAN",
"vanillaDerivative": "OCEAN",
"decorators": [
{
"chance": 0.0009,
@@ -204,7 +204,7 @@
"ocean-clutter"
]
},
"derivative": "SWAMP",
"derivative": "OCEAN",
"wall": {
"style": {
"style": "IRIS"

View File

@@ -1,20 +1,5 @@
{
"vanillaDerivative": "WARM_OCEAN",
"effects": [
{
"particleAltX": 0.001,
"particleAltY": 0.04285,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_COSY_SMOKE",
"particleOffset": 0,
"interval": 650,
"particleCount": 0
}
],
"children": [
"hot-ocean-cliffs"
],
"decorators": [
{
"chance": 0.0009,
@@ -119,9 +104,7 @@
"edit": [
{
"find": [
{
"block": "water"
}
{"block": "water"}
],
"replace": {
"palette": [
@@ -165,18 +148,8 @@
],
"edit": [
{
"find": [
{
"block": "oak_stairs"
}
],
"replace": {
"palette": [
{
"block": "oak_planks"
}
]
}
"find": [{"block": "oak_stairs"}],
"replace": {"palette": [{"block": "oak_planks"}]}
}
],
"translate": {
@@ -243,9 +216,9 @@
],
"generators": [
{
"min": -21,
"max": -7,
"generator": "plain"
"min": 11,
"max": 7,
"generator": "ocean-steep"
}
],
"loot": {
@@ -253,7 +226,7 @@
"ocean-clutter"
]
},
"derivative": "SWAMP",
"derivative": "WARM_OCEAN",
"wall": {
"style": {
"style": "IRIS"

52
biomes/hot-river.json Normal file
View File

@@ -0,0 +1,52 @@
{
"vanillaDerivative": "DESERT_LAKES",
"name": "Hot river",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.5,
"palette": [
{
"block": "sand"
},
{
"block": "sandstone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "brown_terracotta"
},
{
"weight": 2,
"block": "sand"
}
]
}
],
"generators": [
{
"generator": "ocean-steep",
"max": -5,
"min": -15
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DESERT_LAKES"
}

View File

@@ -15,69 +15,6 @@
"block": "barrel"
}
]
},
{
"verticalZoom": 20,
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.0235,
"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.092,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
@@ -113,7 +50,7 @@
"maxHeight": 2,
"palette": [
{
"block": "smooth_red_sandstone"
"block": "terracotta"
}
]
}

View File

@@ -0,0 +1,280 @@
{
"vanillaDerivative": "SAVANNA",
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 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": {
"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.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
}
}
],
"biomeZoom": 60,
"derivative": "SAVANNA",
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "white_tulip"
},
{
"block": "allium"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.35,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Savanna Beach",
"layers": [
{
"style": {
"style": "STATIC"
},
"palette": [
{
"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": 0,
"max": 0,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}

View File

@@ -0,0 +1,443 @@
{
"vanillaDerivative": "SAVANNA",
"biomeSkyScatter": [
"DESERT",
"SAVANNA"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"decorators": [
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.3,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "tall_grass"
}
],
"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.00175,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.07,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-gen/savannaD-1",
"savanna-gen/savannaD-2",
"savanna-gen/savannaD-3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-gen/savannaF-1",
"savanna-gen/savannaF-2",
"savanna-gen/savannaF-3",
"savanna-gen/savannaF-4",
"savanna-gen/savannaF-5",
"savanna-gen/savannaF-6",
"savanna-gen/savannaF-7",
"savanna-gen/savannaF-8",
"savanna-gen/savannaF-9",
"savanna-gen/savannaF-10",
"savanna-gen/savannaF-11",
"savanna-gen/savannaF-13",
"savanna-gen/savannaF-14"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.04,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-gen/savannaS-1",
"savanna-gen/savannaS-2",
"savanna-gen/savannaS-3",
"savanna-gen/savannaS-4",
"savanna-gen/savannaS-5",
"savanna-gen/savannaS-6",
"savanna-gen/savannaS-7",
"savanna-gen/savannaS-8",
"savanna-gen/savannas-9",
"savanna-gen/savannas-10",
"savanna-gen/savannas-11",
"savanna-gen/savannas-12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"savanna-rock/SavanaRock1",
"savanna-rock/SavanaRock2",
"savanna-rock/SavanaRock3",
"savanna-rock/SavanaRock4",
"savanna-rock/SavanaRock5",
"savanna-rock/SavanaRock6",
"savanna-rock/SavanaRock7",
"savanna-rock/SavanaRock8"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "Savanna plateau",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "granite"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 4.6
},
"palette": [
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"style": {
"style": "STATIC"
},
"zoom": 0.75,
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 25,
"max": 20,
"generator": "smooth-land-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-land"
},
{
"min": 2,
"max": 6,
"generator": "cracked-cliffs"
}
],
"biomeZoom": 60,
"derivative": "SAVANNA_PLATEAU",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
],
"rarity": 40
}

View File

@@ -4,6 +4,16 @@
"DESERT",
"SAVANNA"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"entityInitialSpawns": [
{
"entity": "cow",
@@ -82,10 +92,92 @@
}
],
"children": [
"hot-acacia-denmyre",
"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": {
@@ -249,14 +341,8 @@
"minimumSlope": 6.9
},
"palette": [
{
"block": "sandstone"
},
{
"block": "granite"
},
{
"block": "sand"
}
]
},
@@ -267,9 +353,6 @@
"minimumSlope": 4.6
},
"palette": [
{
"block": "sand"
},
{
"block": "coarse_dirt"
},
@@ -319,8 +402,8 @@
],
"generators": [
{
"min": 4,
"max": 9,
"min": 7,
"max": 15,
"generator": "plain"
}
],

View File

@@ -1,6 +1,19 @@
{
"vanillaDerivative": "DESERT_HILLS",
"name": "Volcanic",
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"children": [
"tropical-volcanic-plains"
],
"layers": [
{
"minHeight": 2,

View File

@@ -6,10 +6,12 @@
],
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
@@ -51,6 +53,89 @@
}
],
"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": [

View File

@@ -2,10 +2,12 @@
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
@@ -61,6 +63,89 @@
}
],
"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": [

View File

@@ -2,10 +2,12 @@
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
@@ -59,6 +61,89 @@
}
],
"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": [

View File

@@ -2,10 +2,12 @@
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
@@ -40,6 +42,89 @@
}
],
"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": [

View File

@@ -2,10 +2,12 @@
"vanillaDerivative": "STONE_SHORE",
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
@@ -128,6 +130,89 @@
}
],
"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": [

View File

@@ -1,10 +1,12 @@
{
"entitySpawnOverrides": [
{
"entity": "brian",
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"entity": "brian",
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
@@ -22,6 +24,89 @@
}
],
"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": [

124
biomes/mountain-beach.json Normal file
View File

@@ -0,0 +1,124 @@
{
"vanillaDerivative": "BEACH",
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeScatter": [
"PLAINS",
"FOREST"
],
"decorators": [
{
"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"
}
]
}
],
"name": "Mountain Beach",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 6,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 2,
"generator": "flat"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "BEACH"
}

View File

@@ -0,0 +1,90 @@
{
"vanillaDerivative": "MUSHROOM_FIELDS",
"name": "Extreme mountains cliffs",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "mountain-plain"
},
{
"min": 12,
"max": 45,
"generator": "mountain-cracked-cliffs"
}
],
"biomeZoom": 30,
"derivative": "PLAINS",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"PLAINS",
"FOREST"
],
"rarity": 19
}

210
biomes/mountain-main.json Normal file
View File

@@ -0,0 +1,210 @@
{
"name": "Extreme mountains",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"children": [
"mountain-middle"
],
"biomeScatter": [
"PLAINS",
"FOREST"
],
"rarity": 7,
"generators": [
{
"min": 70,
"max": 120,
"generator": "mountain-plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "cobblestone_slab"
},
{
"weight": 2,
"block": "air"
}
]
},
"decorators": [
{
"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"
}
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}

333
biomes/mountain-middle.json Normal file
View File

@@ -0,0 +1,333 @@
{
"name": "Middle Mountain",
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "PLAINS",
"biomeScatter": [
"PLAINS",
"FOREST"
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 8,
"minSpawns": 3,
"rarity": 75
},
{
"entity": "cow",
"maxSpawns": 8,
"minSpawns": 3,
"rarity": 75
}
],
"children": [
"mountain-cliffs"
],
"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"
}
],
"childStyle": {
"style": "STATIC",
"exponent": 0.6,
"zoom": 3,
"fracture": {
"style": "VIGOCTAVE_SIMPLEX",
"multiplier": 15,
"zoom": 0.9
}
},
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeZoom": 0.4,
"generators": [
{
"generator": "mountain-gen",
"max": 80,
"min": 0
},
{
"generator": "mountain-plain",
"max": 80,
"min": 40
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "dirt"
}
]
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "cobblestone_slab"
},
{
"weight": 2,
"block": "air"
}
]
},
"decorators": [
{
"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"
}
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
}

View File

@@ -0,0 +1,183 @@
{
"name": "Plains Hills",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"rarity": 3,
"generators": [
{
"generator": "smooth-land",
"max": 10,
"min": 5
},
{
"generator": "small-cliffs",
"max": 8,
"min": -3
}
],
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"decorators": [
{
"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": [
{
"place": [
"tree/oak/1",
"tree/oak/2",
"tree/oak/3",
"tree/oak/4",
"tree/oak/5",
"tree/oak/6"
],
"chance": 0.07,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.02,
"mode": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}

View File

@@ -0,0 +1,274 @@
{
"name": "Plains",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"biomeScatter": [
"PLAINS",
"FOREST"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-temperate",
"rarity": 350
}
],
"generators": [
{
"generator": "smooth-land",
"max": 5,
"min": 4
}
],
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
"decorators": [
{
"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": [
{
"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",
"tree/oak/2",
"tree/oak/3",
"tree/oak/4",
"tree/oak/5",
"tree/oak/6"
],
"chance": 0.07,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.02,
"mode": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}

View File

@@ -24,14 +24,100 @@
]
}
],
"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"
}
],
"generators": [
{
"min": -1,
"min": -5,
"max": 1,
"generator": "plain"
}
],
"derivative": "SWAMP",
"derivative": "MUSHROOM_FIELDS",
"rarity": 2,
"slab": {
"style": {

View File

@@ -61,6 +61,89 @@
}
],
"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

@@ -11,6 +11,20 @@
"soundDistance": 3
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-temperate",
"rarity": 1000
},
{
"structure": "village-tundra",
"rarity": 1000
}
],
"entityInitialSpawns": [
{
"maxSpawns": 5,
@@ -71,6 +85,89 @@
}
],
"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.18,
"density": 2,

396
biomes/mushroom-lake.json Normal file
View File

@@ -0,0 +1,396 @@
{
"effects": [
{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 6000,
"soundDistance": 3
}
],
"entityInitialSpawns": [
{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 5
}
],
"vanillaDerivative": "MUSHROOM_FIELDS",
"decorators": [
{
"chance": 0.005,
"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.007,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
}
],
"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.08,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.08,
"density": 2,
"edit": [
{
"find": [
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.025,
"density": 1,
"edit": [
{
"find": [
{
"block": "red_mushroom_block"
}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.1,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"name": "Mushroom Plains",
"layers": [
{
"zoom": 0.3,
"style": {
"style": "IRIS"
},
"palette": [
{
"weight": 7,
"block": "mycelium"
},
{
"block": "gravel"
},
{
"weight": 9,
"block": "mycelium"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": -30,
"max": -10,
"generator": "soft-river"
}
],
"derivative": "MUSHROOM_FIELDS",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 2,
"block": "air"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"weight": 2,
"block": "cobblestone_slab"
},
{
"weight": 3,
"block": "air"
}
]
}
}

View File

@@ -0,0 +1,342 @@
{
"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

@@ -263,9 +263,9 @@
],
"generators": [
{
"min": -31,
"max": -7,
"generator": "plain"
"min": -51,
"max": -39,
"generator": "ocean"
}
],
"loot": {

View File

@@ -18,9 +18,6 @@
"rarity": 5
}
],
"children": [
"mushroom-forest"
],
"vanillaDerivative": "MUSHROOM_FIELDS",
"decorators": [
{
@@ -71,6 +68,89 @@
}
],
"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,
@@ -268,8 +348,8 @@
],
"generators": [
{
"min": 3,
"max": 8,
"min": 6,
"max": 14,
"generator": "plain"
}
],

View File

@@ -78,6 +78,89 @@
}
],
"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,
@@ -557,7 +640,7 @@
],
"generators": [
{
"min": 4,
"min": 6,
"max": 39,
"generator": "plain-cliffs"
}

166
biomes/ocean-beach.json Normal file
View File

@@ -0,0 +1,166 @@
{
"name": "ocean land",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"generators": [
{
"generator": "ocean",
"max": -5,
"min": -40
}
],
"decorators": [
{
"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": [
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.02,
"mode": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"biomeZoom": 60,
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
}
}

164
biomes/ocean-deep.json Normal file
View File

@@ -0,0 +1,164 @@
{
"name": "Deep Ocean",
"derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN",
"generators": [
{
"generator": "smooth-land",
"max": -25,
"min": -50
}
],
"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": 10,
"palette": [
{
"block": "gravel"
}
]
}
],
"decorators": [
{
"chance": 0.09,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 2,
"stackMax": 12
},
{
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
},
{
"chance": 0.2,
"palette": [
{
"block": "tall_seagrass",
"data": {
"half": "lower"
}
}
],
"topPalette": [
{
"block": "tall_seagrass",
"data": {
"half": "upper"
}
}
]
}
],
"loot": {
"tables": [
"ocean-treasure"
]
},
"objects": [
{
"place": [
"ships/generic"
],
"chance": 0.01,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
},
{
"underwater": true,
"waterloggable": true,
"chance": 0.2,
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"place": [
"shipwreck/with-mast",
"shipwreck/with-mast-degraded",
"shipwreck/rightsideup-full",
"shipwreck/rightsideup-full-degraded",
"shipwreck/rightsideup-fronthalf",
"shipwreck/rightsideup-fronthalf-degraded",
"shipwreck/rightsideup-backhalf",
"shipwreck/rightsideup-backhalf-degraded",
"shipwreck/sideways-full",
"shipwreck/sideways-full-degraded",
"shipwreck/sideways-fronthalf",
"shipwreck/sideways-fronthalf-degraded",
"shipwreck/sideways-backhalf",
"shipwreck/sideways-backhalf-degraded",
"shipwreck/upsidedown-full",
"shipwreck/upsidedown-full-degraded",
"shipwreck/upsidedown-fronthalf",
"shipwreck/upsidedown-fronthalf-degraded",
"shipwreck/upsidedown-backhalf",
"shipwreck/upsidedown-backhalf-degraded"
]
},
{
"place": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}

204
biomes/ocean-steep.json Normal file
View File

@@ -0,0 +1,204 @@
{
"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

@@ -0,0 +1,286 @@
{
"name": "Warm Ocean",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"generators": [
{
"generator": "ocean-steep",
"max": -30,
"min": -40
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 10,
"palette": [
{
"block": "sand"
}
]
}
],
"decorators": [
{
"chance": 0.05,
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "sea_pickle",
"data": {
"pickles": 1
}
},
{
"weight": 2,
"block": "sea_pickle",
"data": {
"pickles": 2
}
},
{
"weight": 3,
"block": "sea_pickle",
"data": {
"pickles": 3
}
},
{
"weight": 4,
"block": "sea_pickle",
"data": {
"pickles": 4
}
}
]
},
{
"chance": 0.02,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 2,
"stackMax": 6
},
{
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
},
{
"chance": 0.2,
"palette": [
{
"block": "tall_seagrass",
"data": {
"half": "lower"
}
}
],
"topPalette": [
{
"block": "tall_seagrass",
"data": {
"half": "upper"
}
}
]
}
],
"objects": [
{
"place": [
"coral/coral-pink-1",
"coral/coral-pink-2",
"coral/coral-pink-3",
"coral/coral-pink-4",
"coral/coral-purp-1",
"coral/coral-purp-2",
"coral/coral-purp-3",
"coral/coral-red-1",
"coral/coral-by-1",
"coral/coral-by-2",
"coral/coral-by-3",
"coral/coral-by-4"
],
"chance": 1,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
}
},
{
"place": [
"coral/stonedirtsetter-1",
"coral/stonedirtsetter-2",
"coral/stonedirtsetter-3",
"coral/stonedirtsetter-4",
"coral/stonedirtsetter-5",
"coral/stonedirtsetter-6",
"coral/stonedirtsetter-7"
],
"chance": 1,
"density": 8,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
},
"edit": [
{
"find": [
{
"block": "stone"
},
{
"block": "dirt"
}
],
"replace": {
"palette": [
{
"block": "brain_coral_block"
},
{
"block": "horn_coral_block"
},
{
"block": "tube_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "bubble_coral_block"
}
],
"style": {
"style": "CELLULAR"
},
"zoom": 0.07
}
}
]
},
{
"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",
"clamp": {
"minimumHeight": 30,
"maximumHeight": 255
},
"edit": [
{
"find": [
{
"block": "clay"
}
],
"replace": {
"style": {
"style": "GLOB",
"zoom": 0.02
},
"palette": [
{
"weight": 2,
"block": "sand"
},
{
"weight": 1,
"block": "cave_air"
}
]
}
}
]
},
{
"place": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}

244
biomes/ocean-warm.json Normal file
View File

@@ -0,0 +1,244 @@
{
"name": "Warm Ocean Top",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"children": [
"ocean-warm-bottom"
],
"childStyle": {
"style": "GLOB",
"zoom": 1,
"exponent": 1.3
},
"childShrinkFactor": 1.0,
"generators": [
{
"generator": "ocean-steep",
"max": -10,
"min": -19
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 10,
"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"
}
]
}
],
"decorators": [
{
"chance": 0.02,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 2,
"stackMax": 6
},
{
"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": [
"coral/coral-pink-1",
"coral/coral-pink-2",
"coral/coral-pink-3",
"coral/coral-pink-4",
"coral/coral-purp-1",
"coral/coral-purp-2",
"coral/coral-purp-3",
"coral/coral-red-1",
"coral/coral-by-1",
"coral/coral-by-2",
"coral/coral-by-3",
"coral/coral-by-4"
],
"chance": 1,
"density": 2,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
}
},
{
"place": [
"coral/stonedirtsetter-1",
"coral/stonedirtsetter-2",
"coral/stonedirtsetter-3",
"coral/stonedirtsetter-4",
"coral/stonedirtsetter-5",
"coral/stonedirtsetter-6",
"coral/stonedirtsetter-7"
],
"chance": 0.5,
"density": 2,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
},
"edit": [
{
"find": [
{
"block": "stone"
},
{
"block": "dirt"
}
],
"replace": {
"palette": [
{
"block": "brain_coral_block"
},
{
"block": "horn_coral_block"
},
{
"block": "tube_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "bubble_coral_block"
}
],
"style": {
"style": "CELLULAR"
},
"zoom": 0.07
}
}
]
},
{
"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": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}

202
biomes/ocean.json Normal file
View File

@@ -0,0 +1,202 @@
{
"name": "Ocean",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"childStyle": {
"style": "SIMPLEX",
"zoom": 2,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.8,
"multiplier": 50,
"fracture": {
"style": "CELLULAR",
"zoom": 0.3,
"multiplier": 25
}
}
},
"childShrinkFactor": 1.0,
"generators": [
{
"generator": "ocean",
"max": -35,
"min": -60
}
],
"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": 10,
"palette": [
{
"block": "gravel"
}
]
}
],
"decorators": [
{
"chance": 0.02,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 2,
"stackMax": 6
},
{
"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": [
"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": "water"
}
]
}
}
]
},
{
"place": [
"shipwreck/with-mast-degraded",
"shipwreck/with-mast",
"shipwreck/upsidedown-full-degraded",
"shipwreck/upsidedown-full",
"shipwreck/upsidedown-fronthalf-degraded",
"shipwreck/upsidedown-fronthalf",
"shipwreck/upsidedown-backhalf-degraded",
"shipwreck/upsidedown-backhalf",
"shipwreck/sideways-full-degraded",
"shipwreck/sideways-full",
"shipwreck/sideways-fronthalf-degraded",
"shipwreck/sideways-fronthalf",
"shipwreck/sideways-backhalf-degraded",
"shipwreck/sideways-backhalf",
"shipwreck/rightsideup-full-degraded",
"shipwreck/rightsideup-full",
"shipwreck/rightsideup-fronthalf-degraded",
"shipwreck/rightsideup-fronthalf",
"shipwreck/rightsideup-backhalf-degraded",
"shipwreck/rightsideup-backhalf"
],
"chance": 0.008,
"underwater": true,
"waterloggable": true
},
{
"place": [
"ocean-ruins/ruin1",
"ocean-ruins/ruin2",
"ocean-ruins/ruin3"
],
"chance": 0.008,
"mode": "VACUUM",
"underwater": true,
"waterloggable": true
}
]
}

View File

@@ -1,8 +1,4 @@
{
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"decorators": [
{
"chance": 0.009,

View File

@@ -1,7 +1,13 @@
{
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-temperate"
}
],
"objects": [
{

View File

@@ -124,7 +124,7 @@
],
"generators": [
{
"min": -1,
"min": -5,
"max": 1,
"generator": "plain"
}

View File

@@ -79,6 +79,89 @@
}
],
"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

@@ -71,6 +71,89 @@
}
],
"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

@@ -3,6 +3,16 @@
"children": [
"swamp-marsh-rotten"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.003,
@@ -74,6 +84,89 @@
}
],
"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,5 +1,15 @@
{
"vanillaDerivative": "SWAMP_HILLS",
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.01,
@@ -88,6 +98,89 @@
}
],
"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

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

View File

@@ -3,6 +3,16 @@
"children": [
"swamp-dark-oak-denmyre"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.01,
@@ -91,6 +101,89 @@
}
],
"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

@@ -3,6 +3,16 @@
"children": [
"swamp-dark-oak-denmyre"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.03,
@@ -63,6 +73,89 @@
}
],
"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,
"edit": [

View File

@@ -31,7 +31,8 @@
}
],
"children": [
"swamp-dark-oak-denmyre"
"swamp-dark-oak-denmyre",
"swamp-marsh"
],
"decorators": [
{
@@ -93,6 +94,89 @@
}
],
"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,
"edit": [

View File

@@ -82,6 +82,89 @@
}
],
"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,
@@ -127,7 +210,7 @@
],
"generators": [
{
"min": -1,
"min": -5,
"max": 1,
"generator": "plain"
}

View File

@@ -1,5 +1,15 @@
{
"vanillaDerivative": "BIRCH_FOREST",
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-temperate"
}
],
"decorators": [
{
"chance": 0.01,
@@ -85,6 +95,89 @@
}
],
"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,8 +1,14 @@
{
"vanillaDerivative": "BIRCH_FOREST",
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-temperate"
}
],
"entityInitialSpawns": [
{
@@ -31,6 +37,89 @@
}
],
"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,
@@ -289,7 +378,7 @@
{
"min": 4,
"max": 7,
"generator": "plain"
"generator": "smooth-land"
}
],
"loot": {

View File

@@ -0,0 +1,436 @@
{
"name": "Plains Bonsais",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"children": [
"temperate-plains-hills"
],
"biomeScatter": [
"FOREST",
"PLAINS"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-temperate"
}
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 0.5,
"exponent": 2.0
},
"generators": [
{
"generator": "smooth-land",
"max": 14,
"min": 3
}
],
"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": [
{
"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": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"bonsai-normal/bbonsai-1",
"bonsai-normal/bbonsai-2",
"bonsai-normal/bbonsai-3",
"bonsai-normal/bbonsai-4",
"bonsai-normal/bbonsai-5",
"bonsai-normal/bbonsai-6",
"bonsai-normal/bbonsai-7",
"bonsai-normal/bbonsai-8",
"bonsai-normal/bbonsai-9",
"bonsai-normal/bbonsai-10",
"bonsai-normal/bbonsai-11"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.09,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"bush/small/1",
"bush/small/2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.0001,
"mode": "VACUUM",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ruins/ruin1"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.005,
"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
}
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.04,
"mode": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"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

@@ -1,4 +1,5 @@
{
"vanillaDerivative": "THE_VOID",
"entitySpawnOverrides": [
{
"trigger": "SKELETON",

View File

@@ -0,0 +1,529 @@
{
"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

@@ -0,0 +1,738 @@
{
"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
},
{
"entity": "bee",
"maxSpawns": 4,
"minSpawns": 1,
"rarity": 7
}
],
"objects": [{
"chance": 0.07,
"persistent": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"hazel-oak/hoak-3",
"hazel-oak/hoak-4",
"hazel-oak/hoak-5",
"hazel-oak/hoak-6",
"hazel-oak/hoak-7",
"hazel-oak/hoak-8",
"hazel-oak/hoak-9",
"hazel-oak/hoak-1",
"hazel-oak/s-hoak-3",
"hazel-oak/s-hoak-4",
"hazel-oak/s-hoak-5",
"hazel-oak/s-hoak-6",
"hazel-oak/s-hoak-7",
"hazel-oak/s-hoak-8",
"hazel-oak/s-hoak-9",
"hazel-oak/s-hoak-1",
"hazel-oak/s-hoak-2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"persistent": true,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{
"block": "birch_wood"
},
{
"block": "birch_log"
}
],
"replace": {
"palette": [{
"block": "oak_wood"
}]
}
},
{
"find": [{
"block": "birch_leaves"
}],
"replace": {
"palette": [{
"block": "oak_leaves"
}]
}
}
],
"place": [
"birch-antioch/antioch-3",
"birch-antioch/antioch-4",
"birch-antioch/antioch-5",
"birch-antioch/antioch-6",
"birch-antioch/antioch-7",
"birch-antioch/antioch-8",
"birch-antioch/antioch-9",
"birch-antioch/antioch-10",
"birch-antioch/antioch-11",
"birch-antioch/antioch-12",
"birch-antioch/antioch-13"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.07,
"persistent": true,
"density": 4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"birch-antioch/antioch-3",
"birch-antioch/antioch-4",
"birch-antioch/antioch-5",
"birch-antioch/antioch-6",
"birch-antioch/antioch-7",
"birch-antioch/antioch-8",
"birch-antioch/antioch-9",
"birch-antioch/antioch-10",
"birch-antioch/antioch-11",
"birch-antioch/antioch-12",
"birch-antioch/antioch-13"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"persistent": true,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"birch-antioch/antioch-3",
"birch-antioch/antioch-4",
"birch-antioch/antioch-5",
"birch-antioch/antioch-6",
"birch-antioch/antioch-7",
"birch-antioch/antioch-8",
"birch-antioch/antioch-9",
"birch-antioch/antioch-10",
"birch-antioch/antioch-11",
"birch-antioch/antioch-12",
"birch-antioch/antioch-13"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.18,
"persistent": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"hazel-oak/taller-oak-1",
"hazel-oak/taller-oak-2",
"hazel-oak/taller-oak-3",
"hazel-oak/taller-oak-4",
"hazel-oak/taller-oak-8",
"hazel-oak/taller-oak-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"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",
"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": 4,
"max": 10,
"generator": "plain"
}],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FLOWER_FOREST"
]
}

View File

@@ -1,8 +1,14 @@
{
"vanillaDerivative": "PLAINS",
"biomeSkyScatter": [
"SWAMP",
"DESERT"
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-temperate"
}
],
"entityInitialSpawns": [
{
@@ -117,6 +123,89 @@
}
],
"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,

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