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

Merge pull request #84 from CocoTheOwner/rename-and-reorder

Rename and reorder
This commit is contained in:
Brian Neumann-Fopiano
2021-06-22 14:21:08 -07:00
committed by GitHub
66 changed files with 1866 additions and 1890 deletions

View File

@@ -1,5 +1,39 @@
{
"name": "Frozen Beach",
"derivative": "SNOWY_BEACH",
"vanillaDerivative": "SNOWY_BEACH",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"seaLayers": [
{
"minHeight": 1,
@@ -134,40 +168,6 @@
}
}
],
"name": "Frozen Beach",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "SNOWY_BEACH",
"slab": {
"style": {
"style": "STATIC"

View File

@@ -2,7 +2,44 @@
"name": "Frozen Hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"rarity": 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"
}
]
}
],
"generators": [
{
"generator": "plain",
@@ -136,44 +173,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"
}
]
}
],
"wall": {
"palette": [
{

View File

@@ -1,45 +1,7 @@
{
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "cornflower"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "blackstone_wall"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Frozen Cavern",
"name": "Frozen Ice Cavern",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN",
"layers": [
{
"minHeight": 1,
@@ -92,12 +54,51 @@
"generator": "plain"
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "cornflower"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "blackstone_wall"
}
],
"style": {
"style": "STATIC"
}
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {
"style": "IRIS"

View File

@@ -1,5 +1,60 @@
{
"name": "Frozen Mountain Cliffs",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
}
]
}
],
"generators": [
{
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}
],
"biomeScatter": [
"ICE_SPIKES",
"FROZEN_OCEAN",
"FROZEN_RIVER"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
@@ -138,7 +193,6 @@
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -191,55 +245,6 @@
"rarity": 6
}
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"name": "Frozen Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
}
]
}
],
"generators": [
{
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {
@@ -250,11 +255,5 @@
"block": "packed_ice"
}
]
},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
]
}
}

View File

@@ -1,31 +1,10 @@
{
"name": "Frozen Mountain",
"name": "Frozen Mountain Middle",
"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",
@@ -112,6 +91,27 @@
]
}
],
"biomeScatter": [
"PLAINS",
"FOREST"
],
"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"
],
"wall": {
"palette": [
{

View File

@@ -1,31 +1,12 @@
{
"name": "Frozen mountains",
"name": "Frozen Mountains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"children": [
"frozen-mountain-middle",
"frozen-peak",
"frozen-mountain-cliffs"
],
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS"
],
"rarity": 30,
"generators": [
{
"min": 70,
"max": 140,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
@@ -89,6 +70,24 @@
]
}
],
"generators": [
{
"min": 70,
"max": 140,
"generator": "plain"
}
],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS"
],
"wall": {
"palette": [
{

View File

@@ -1,5 +1,60 @@
{
"name": "Frozen Mountains",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 7,
"max": 48,
"generator": "mountain"
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
@@ -139,7 +194,6 @@
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -178,60 +232,6 @@
]
}
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"name": "Frozen Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "andesite"
},
{
"weight": 2,
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 7,
"max": 48,
"generator": "mountain"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {

View File

@@ -1,5 +1,51 @@
{
"name": "Frozen Ocean",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN",
"layers": [
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 5,
"block": "sand"
},
{
"block": "clay"
},
{
"block": "gravel"
},
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -12,
"max": -7,
"generator": "plain"
}
],
"seaLayers": [
{
"minHeight": 3,
@@ -146,55 +192,9 @@
}
}
],
"name": "Frozen Ocean",
"layers": [
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 5,
"block": "sand"
},
{
"block": "clay"
},
{
"block": "gravel"
},
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -12,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "FROZEN_OCEAN"
}
}

View File

@@ -1,82 +1,7 @@
{
"name": "Frozen Peak",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"name": "Frozen Peaks",
"layers": [
{
"minHeight": 2,
@@ -213,8 +138,83 @@
"generator": "mountain"
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -223,6 +223,5 @@
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
],
"rarity": 3
]
}

View File

@@ -1,14 +1,7 @@
{
"name": "Pine hills",
"name": "Frozen Pine Hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"generator": "smooth-dunes",
"max": 20,
"min": 6
}
],
"layers": [
{
"minHeight": 3,
@@ -47,6 +40,13 @@
]
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 20,
"min": 6
}
],
"decorators": [
{
"chance": 1,

View File

@@ -1,5 +1,5 @@
{
"name": "Pine plains",
"name": "Frozen Pine Plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [

View File

@@ -1,5 +1,60 @@
{
"name": "Frozen Pines",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [
"frozen-vander"
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 48,
"generator": "mountain"
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
@@ -118,7 +173,6 @@
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -157,9 +211,6 @@
]
}
],
"children": [
"frozen-vander"
],
"entityInitialSpawns": [
{
"entity": "sheep",
@@ -174,57 +225,6 @@
"rarity": 6
}
],
"name": "Frozen Pines",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 48,
"generator": "mountain"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {

View File

@@ -2,6 +2,59 @@
"name": "Frozen Plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [
"frozen-hills"
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"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,
@@ -37,9 +90,6 @@
]
}
],
"children": [
"frozen-hills"
],
"objects": [
{
@@ -263,56 +313,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"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"wall": {
"palette": [
{

View File

@@ -1,11 +1,62 @@
{
"name": "Frozen Redwood Forest",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 48,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.02,
"density": 3,
@@ -146,7 +197,6 @@
}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -185,58 +235,6 @@
]
}
],
"name": "Frozen Redwoods",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 48,
"generator": "mountain"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {
"style": "STATIC"
@@ -258,6 +256,5 @@
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
],
"rarity": 190
]
}

View File

@@ -1,5 +1,60 @@
{
"name": "Frozen River",
"derivative": "DEEP_FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_RIVER",
"layers": [
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
}
],
"generators": [
{
"generator": "plain",
"max": -10,
"min": -19
}
],
"seaLayers": [
{
"minHeight": 3,
@@ -104,64 +159,9 @@
}
}
],
"name": "Frozen River",
"layers": [
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
}
],
"generators": [
{
"generator": "plain",
"max": -10,
"min": -19
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_FROZEN_OCEAN"
}
}

View File

@@ -1,14 +1,7 @@
{
"name": "Spruce hills",
"name": "Frozen Spruce Hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [
{
"generator": "smooth-dunes",
"max": 20,
"min": 6
}
],
"layers": [
{
"minHeight": 3,
@@ -47,6 +40,13 @@
]
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 20,
"min": 6
}
],
"decorators": [
{
"chance": 1,

View File

@@ -1,17 +1,10 @@
{
"name": "Spruce plains",
"name": "Frozen Spruce Plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [
"frozen-spruce-hills"
],
"generators": [
{
"generator": "smooth-dunes",
"max": 6,
"min": 3
}
],
"layers": [
{
"minHeight": 3,
@@ -50,6 +43,13 @@
]
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 6,
"min": 3
}
],
"decorators": [
{
"chance": 1,

View File

@@ -1,9 +1,125 @@
{
"name": "Frozen Vander",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-mountains",
"frozen-mountains"
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "IRIS",
"zoom": 0.7
},
"zoom": 0.6,
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
},
{
"data": {
"layers": 5
},
"block": "snow"
},
{
"data": {
"layers": 6
},
"block": "snow"
},
{
"data": {
"layers": 7
},
"block": "snow"
},
{
"data": {
"layers": 8
},
"block": "snow"
}
]
},
{
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 44,
"generator": "mountain"
}
],
"objects": [
{
"chance": 0.03,
@@ -183,125 +299,9 @@
}
],
"biomeZoom": 50,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-mountains",
"frozen-mountains"
],
"name": "Frozen Vander",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "IRIS",
"zoom": 0.7
},
"zoom": 0.6,
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
},
{
"data": {
"layers": 5
},
"block": "snow"
},
{
"data": {
"layers": 6
},
"block": "snow"
},
{
"data": {
"layers": 7
},
"block": "snow"
},
{
"data": {
"layers": 8
},
"block": "snow"
}
]
},
{
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 44,
"generator": "mountain"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {

View File

@@ -1,9 +1,10 @@
{
"name": "Hot Beach Grass",
"derivative": "FOREST",
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"name": "Hot Beach",
"layers": [
{
"minHeight": 1,
@@ -102,7 +103,6 @@
]
}
],
"derivative": "FOREST",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,9 +1,10 @@
{
"name": "Hot Beach",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"name": "Hot Beach",
"layers": [
{
"minHeight": 3,
@@ -86,7 +87,6 @@
"stackMin": 1
}
],
"derivative": "WARM_OCEAN",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,7 +1,13 @@
{
"name": "Hot Desert Dunes Red",
"derivative": "DESERT",
"name": "Desert dunes",
"vanillaDerivative": "DESERT",
"jigsawStructures": [
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"generators": [
{
"generator": "smooth-dunes",
@@ -9,10 +15,34 @@
"min": 10
}
],
"jigsawStructures": [
"layers": [
{
"rarity": 1500,
"structure": "desert-pyramid"
"minHeight": 5,
"maxHeight": 6,
"palette": [
{
"weight": 1,
"block": "sand"
}
]
},
{
"minHeight": 3,
"maxHeight": 4,
"palette": [
{
"block": "red_sandstone"
}
]
},
{
"minHeight": 2,
"maxHeight": 5,
"palette": [
{
"block": "red_terracotta"
}
]
}
],
"objects": [
@@ -51,36 +81,6 @@
}
}
],
"layers": [
{
"minHeight": 5,
"maxHeight": 6,
"palette": [
{
"weight": 1,
"block": "sand"
}
]
},
{
"minHeight": 3,
"maxHeight": 4,
"palette": [
{
"block": "red_sandstone"
}
]
},
{
"minHeight": 2,
"maxHeight": 5,
"palette": [
{
"block": "red_terracotta"
}
]
}
],
"decorators": [
{
"verticalZoom": 5,

View File

@@ -1,7 +1,13 @@
{
"name": "Hot Desert Dunes",
"derivative": "DESERT",
"name": "Desert dunes",
"vanillaDerivative": "DESERT",
"jigsawStructures": [
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"generators": [
{
"generator": "smooth-dunes",
@@ -9,10 +15,34 @@
"min": 10
}
],
"jigsawStructures": [
"layers": [
{
"rarity": 1500,
"structure": "desert-pyramid"
"minHeight": 5,
"maxHeight": 6,
"palette": [
{
"weight": 1,
"block": "sand"
}
]
},
{
"minHeight": 3,
"maxHeight": 4,
"palette": [
{
"block": "sandstone"
}
]
},
{
"minHeight": 2,
"maxHeight": 5,
"palette": [
{
"block": "terracotta"
}
]
}
],
"objects": [
@@ -51,36 +81,6 @@
}
}
],
"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,

View File

@@ -1,5 +1,5 @@
{
"name": "Red Desert",
"name": "Hot Desert Red",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [

View File

@@ -1,7 +1,10 @@
{
"name": "Desert Hills",
"name": "Hot Desert",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": [
"hot-oasis"
],
"generators": [
{
"generator": "smooth-dunes",
@@ -9,8 +12,34 @@
"min": -8
}
],
"children": [
"hot-oasis"
"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"
}
]
}
],
"entityInitialSpawns": [
{
@@ -60,35 +89,6 @@
}
}
],
"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"
}
]
}
],
"loot": {
"tables": [
"cactus-clutter"

View File

@@ -1,6 +1,19 @@
{
"name": "Hot Mountain Cliffs",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"name": "Extreme mountains cliffs",
"generators": [
{
"min": 11,
"max": 32,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "cracked-cliffs"
}
],
"layers": [
{
"minHeight": 1,
@@ -58,20 +71,7 @@
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "cracked-cliffs"
}
],
"biomeZoom": 30,
"derivative": "DESERT",
"biomeStyle": {
"style": "IRIS"
},
@@ -84,6 +84,5 @@
"block": "gray_terracotta"
}
]
},
"rarity": 39
}
}

View File

@@ -1,24 +1,10 @@
{
"name": "Middle Mountain",
"name": "Hot Mountain Middle",
"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",
@@ -88,6 +74,20 @@
]
}
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "VIGOCTAVE_SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeZoom": 0.4,
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,5 +1,5 @@
{
"name": " Mountains Plains",
"name": "Hot Mountain Plains",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [

View File

@@ -1,17 +1,10 @@
{
"name": "Extreme mountains",
"name": "Hot Mountains",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"children": [
"hot-mountain-middle"
],
"rarity": 7,
"generators": [
{
"min": 90,
@@ -76,6 +69,12 @@
]
}
],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
},
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,5 +1,5 @@
{
"name": "Oasis",
"name": "Hot Oasis",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
@@ -71,6 +71,5 @@
}
]
}
],
"rarity": 10
]
}

View File

@@ -1,5 +1,67 @@
{
"name": "Hot Ocean Cliffs",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"generators": [
{
"min": -31,
"max": -7,
"generator": "plain-cliffs"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"decorators": [
{
"chance": 0.0009,
@@ -138,73 +200,11 @@
}
}
],
"name": "Shattered Hot Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -31,
"max": -7,
"generator": "plain-cliffs"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "OCEAN",
"wall": {
"style": {
"style": "IRIS"
@@ -233,7 +233,6 @@
}
]
},
"rarity": 4,
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,6 @@
{
"name": "Hot Ocean",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"children": [
"hot-desert",
@@ -6,6 +8,67 @@
"hot-river",
"hot-ocean-cliffs"
],
"generators": [
{
"min": 11,
"max": 7,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"decorators": [
{
"chance": 0.0009,
@@ -165,74 +228,11 @@
}
}
],
"name": "Hot Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": 11,
"max": 7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "WARM_OCEAN",
"wall": {
"style": {
"style": "IRIS"

View File

@@ -1,6 +1,14 @@
{
"vanillaDerivative": "DESERT_LAKES",
"name": "Hot river",
"vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES",
"generators": [
{
"generator": "plain",
"max": -5,
"min": -15
}
],
"layers": [
{
"style": {
@@ -36,17 +44,9 @@
]
}
],
"generators": [
{
"generator": "plain",
"max": -5,
"min": -15
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DESERT_LAKES"
}
}

View File

@@ -1,4 +1,25 @@
{
"name": "Hot Sandy Cave",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "smooth_sandstone"
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
@@ -126,32 +147,12 @@
}
}
],
"name": "Sandstone Caverns",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "smooth_sandstone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"derivative": "DESERT",
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,25 @@
{
"name": "Hot Sandy Red Cave",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "terracotta"
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
@@ -43,32 +64,12 @@
}
}
],
"name": "Red Sandstone Cavern",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "terracotta"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"derivative": "DESERT",
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,9 +1,17 @@
{
"name": "Mesa beach",
"derivative": "DESERT_LAKES",
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean"
],
"name": "Mesa beach",
"generators": [
{
"min": 0,
"max": 1,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
@@ -24,14 +32,6 @@
]
}
],
"generators": [
{
"min": 0,
"max": 1,
"generator": "plain"
}
],
"derivative": "DESERT_LAKES",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,69 @@
{
"name": "Mesa Blue",
"derivative": "SHATTERED_SAVANNA",
"vanillaDerivative": "BADLANDS",
"generators": [
{
"min": 4,
"max": 26,
"generator": "plain-cliffs"
},
{
"min": 12,
"max": 38,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "magenta_terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.009,
@@ -144,71 +209,6 @@
"rarity": 6
}
],
"name": "Midnight Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_blue_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "magenta_terracotta"
}
]
}
],
"vanillaDerivative": "BADLANDS",
"generators": [
{
"min": 4,
"max": 26,
"generator": "plain-cliffs"
},
{
"min": 12,
"max": 38,
"generator": "mountain"
}
],
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
@@ -228,6 +228,5 @@
"block": "cyan_terracotta"
}
]
},
"rarity": 16
}
}

View File

@@ -1,68 +1,24 @@
{
"name": "Mesa Cliffs",
"derivative": "SHATTERED_SAVANNA_PLATEAU",
"vanillaDerivative": "BADLANDS_PLATEAU",
"children": [
"hot-mesa-cliffs"
],
"decorators": [
"generators": [
{
"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"
}
"min": 1,
"max": 6,
"generator": "plain"
},
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
"min": 9,
"max": 30,
"generator": "mountain"
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
"min": 15,
"max": 60,
"generator": "plain-cliffs"
}
],
"name": "Shattered Mesa",
"layers": [
{
"minHeight": 1,
@@ -137,24 +93,65 @@
]
}
],
"generators": [
"decorators": [
{
"min": 1,
"max": 6,
"generator": "plain"
"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"
}
},
{
"min": 9,
"max": 30,
"generator": "mountain"
},
{
"min": 15,
"max": 60,
"generator": "plain-cliffs"
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"derivative": "SHATTERED_SAVANNA_PLATEAU",
"lockLayers": true,
"wall": {
"style": {
@@ -172,6 +169,5 @@
"block": "black_terracotta"
}
]
},
"rarity": 8
}
}

View File

@@ -1,4 +1,99 @@
{
"name": "Mesa Dark",
"derivative": "SHATTERED_SAVANNA",
"vanillaDerivative": "ERODED_BADLANDS",
"children": [
"mesa-cliffs",
"mesa-red",
"mesa-green",
"mesa-blue"
],
"generators": [
{
"min": 9,
"max": 16,
"generator": "plain-cliffs"
},
{
"min": 11,
"max": 33,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.009,
@@ -145,101 +240,6 @@
}
],
"childShrinkFactor": 0.35,
"children": [
"hot-mesa-cliffs",
"hot-mesa-red",
"hot-mesa-green",
"hot-mesa-blue"
],
"name": "Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
{
"min": 9,
"max": 16,
"generator": "plain-cliffs"
},
{
"min": 11,
"max": 33,
"generator": "mountain"
}
],
"vanillaDerivative": "ERODED_BADLANDS",
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
@@ -256,6 +256,5 @@
"block": "black_terracotta"
}
]
},
"rarity": 15
}
}

View File

@@ -1,4 +1,70 @@
{
"name": "Mesa Green",
"vanillaDerivative": "BADLANDS",
"derivative": "SHATTERED_SAVANNA",
"generators": [
{
"min": 9,
"max": 16,
"generator": "plain-cliffs"
},
{
"min": 25,
"max": 28,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "lime_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "green_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.009,
@@ -144,71 +210,6 @@
"rarity": 6
}
],
"name": "Earthbound Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "lime_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "green_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"vanillaDerivative": "BADLANDS",
"generators": [
{
"min": 9,
"max": 16,
"generator": "plain-cliffs"
},
{
"min": 25,
"max": 28,
"generator": "mountain"
}
],
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
@@ -228,6 +229,5 @@
"block": "brown_terracotta"
}
]
},
"rarity": 14
}
}

View File

@@ -1,11 +1,10 @@
{
"name": "Mesa Plateau dirt high",
"name": "Mesa Plateau Dirt high",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS"
],
"generators": [
{
"min": 55,
@@ -23,7 +22,6 @@
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
@@ -195,6 +193,7 @@
]
}
],
"lockLayers": true,
"decorators": [
{
"chance": 0.05,
@@ -248,6 +247,5 @@
}
]
}
],
"rarity": 3
]
}

View File

@@ -1,11 +1,10 @@
{
"name": "Mesa Plateau dirt",
"name": "Mesa Plateau Dirt",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS"
],
"generators": [
{
"min": 33,
@@ -23,7 +22,6 @@
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
@@ -205,6 +203,7 @@
]
}
],
"lockLayers": true,
"biomeStyle": {
"style": "IRIS"
},
@@ -274,6 +273,5 @@
}
]
}
],
"rarity": 3
]
}

View File

@@ -1,5 +1,5 @@
{
"name": "Mesa Plateau high",
"name": "Mesa Plateau High",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
@@ -8,7 +8,7 @@
"ERODED_BADLANDS"
],
"children": [
"hot-mesa-plateau-dirt-high"
"mesa-plateau-dirt-high"
],
"generators": [
{
@@ -27,7 +27,6 @@
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
@@ -202,6 +201,7 @@
]
}
],
"lockLayers": true,
"decorators": [
{
"chance": 0.05,
@@ -234,6 +234,5 @@
}
}
}
],
"rarity": 1
]
}

View File

@@ -8,7 +8,7 @@
"ERODED_BADLANDS"
],
"children": [
"hot-mesa-plateau-dirt"
"mesa-plateau-dirt"
],
"generators": [
{
@@ -27,7 +27,6 @@
"generator": "cracked-cliffs"
}
],
"lockLayers": true,
"layers": [
{
"minHeight": 5,
@@ -202,6 +201,7 @@
]
}
],
"lockLayers": true,
"decorators": [
{
"chance": 0.05,

View File

@@ -1,4 +1,81 @@
{
"name": "Mesa Red",
"vanillaDerivative": "BADLANDS",
"derivative": "SHATTERED_SAVANNA",
"generators": [
{
"min": 2,
"max": 21,
"generator": "plain-cliffs"
},
{
"min": 12,
"max": 33,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "pink_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"decorators": [
{
"chance": 0.009,
@@ -144,83 +221,6 @@
"rarity": 6
}
],
"name": "Bloody Mesa",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "pink_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "red_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "light_gray_terracotta"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "brown_terracotta"
}
]
}
],
"generators": [
{
"min": 2,
"max": 21,
"generator": "plain-cliffs"
},
{
"min": 12,
"max": 33,
"generator": "mountain"
}
],
"vanillaDerivative": "BADLANDS",
"derivative": "SHATTERED_SAVANNA",
"lockLayers": true,
"wall": {
"style": {
@@ -259,6 +259,5 @@
],
"varience": 3
}
],
"rarity": 15
]
}

View File

@@ -1,14 +1,12 @@
{
"name": "Mesa River",
"vanillaDerivative": "DESERT_LAKES",
"name": "Mesa river",
"decorators": [
"derivative": "DESERT_LAKES",
"generators": [
{
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
"generator": "plain",
"max": -4,
"min": -15
}
],
"layers": [
@@ -55,12 +53,14 @@
]
}
],
"generators": [
"decorators": [
{
"generator": "plain",
"max": -4,
"min": -15
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
}
],
"derivative": "DESERT_LAKES"
]
}

View File

@@ -1,7 +1,13 @@
{
"name": "Mesa valley",
"name": "Mesa Valley",
"derivative": "SAVANNA",
"vanillaDerivative": "BADLANDS",
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
}
],
"generators": [
{
"min": 5,
@@ -9,38 +15,7 @@
"generator": "smooth-dunes"
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
}
],
"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,
@@ -180,6 +155,32 @@
]
}
],
"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
}
],
"decorators": [
{
"chance": 0.2,

View File

@@ -65,7 +65,7 @@
}
],
"children": [
"hot-mesa-dark"
"mesa-dark"
],
"objects": [

View File

@@ -8,15 +8,14 @@
"ERODED_BADLANDS"
],
"children": [
"hot-mesa-valleys",
"hot-mesa-red",
"hot-mesa-blue",
"hot-mesa-dark",
"hot-mesa-green",
"hot-mesa-red",
"hot-mesa-yellow",
"hot-mesa-blue"
"mesa-valleys",
"mesa-red",
"mesa-blue",
"mesa-dark",
"mesa-green",
"mesa-red",
"mesa-yellow",
"mesa-blue"
],
"childStyle": {
"style": "GLOB",

View File

@@ -82,7 +82,7 @@
}
],
"children": [
"hot-acacia-denmyre"
"savanna-acacia-denmyre"
],
"objects": [
{

View File

@@ -271,7 +271,7 @@
"rarity": 6
}
],
"name": "Dry Forest",
"name": "Savanna Forest",
"layers": [
{
"style": {
@@ -365,4 +365,4 @@
"DESERT"
],
"rarity": 6
}
}

View File

@@ -82,10 +82,9 @@
}
],
"children": [
"hot-savanna-cliff"
"savanna-cliff"
],
"objects": [
{
"chance": 0.00175,
"rotation": {

View File

@@ -1,4 +1,25 @@
{
"name": "Frozen",
"landBiomes": [
"frozen-plains",
"frozen-pines",
"frozen-plains",
"frozen-mountain",
"frozen-redwood-forest",
"frozen-hills",
"frozen-pine-plains",
"frozen-spruce-plains"
],
"shoreBiomes": [
"frozen-beach"
],
"seaBiomes": [
"frozen-river"
],
"caveBiomes": [
"frozen-ice-cavern",
"temperate-cracked-cavern"
],
"riverBiomes": [
"frozen-river"
],
@@ -27,20 +48,6 @@
"rarity": 10
}
],
"landBiomes": [
"frozen-plains",
"frozen-pines",
"frozen-plains",
"frozen-mountain",
"frozen-redwood-forest",
"frozen-hills",
"frozen-pine-plains",
"frozen-spruce-plains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"frozen-river"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
@@ -66,17 +73,10 @@
"varience": 4
}
],
"biomeImplosionRatio": 0.25,
"riverRarity": 1,
"caveBiomes": [
"frozen-ice-cavern",
"temperate-cracked-cavern"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 2.2,
"shoreBiomes": [
"frozen-beach"
],
"name": "Frozen",
"shoreHeightMax": 4.2,
"loot": {
"tables": [

View File

@@ -1,39 +1,20 @@
{
"blockDrops": [
{
"drops": [
{
"minAmount": 1,
"type": "acacia_planks",
"maxAmount": 3
},
{
"type": "stripped_acacia_log",
"rarity": 12
},
{
"minAmount": 3,
"type": "stick",
"maxAmount": 5,
"rarity": 7
}
],
"blocks": [
{
"block": "acacia_wood"
},
{
"block": "acacia_log"
},
{
"block": "stripped_acacia_wood"
},
{
"block": "stripped_acacia_log"
}
],
"replaceVanillaDrops": true
}
"name": "Hot",
"landBiomes": [
"hot-desert-red",
"hot-desert-dunes-red",
"hot-desert-dunes",
"hot-desert"
],
"shoreBiomes": [
"hot-beach-grass",
"hot-beach"
],
"seaBiomes": [
"hot-ocean"
],
"caveBiomes": [
"hot-sandy-cave"
],
"riverStyle": {
"style": "VASCULAR",
@@ -54,16 +35,7 @@
"structure": "village-hot"
}
],
"landBiomes": [
"hot-desert-red",
"hot-desert-dunes-red",
"hot-desert-dunes",
"hot-desert"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"hot-ocean"
],
"deposits": [
{
"minHeight": 25,
@@ -123,9 +95,6 @@
"varience": 4
}
],
"caveBiomes": [
"hot-sandy-cave"
],
"landBiomeZoom": 1.25,
"effects": [
{
@@ -147,7 +116,43 @@
"particleCount": 0
}
],
"objects": [
"blockDrops": [
{
"drops": [
{
"minAmount": 1,
"type": "acacia_planks",
"maxAmount": 3
},
{
"type": "stripped_acacia_log",
"rarity": 12
},
{
"minAmount": 3,
"type": "stick",
"maxAmount": 5,
"rarity": 7
}
],
"blocks": [
{
"block": "acacia_wood"
},
{
"block": "acacia_log"
},
{
"block": "stripped_acacia_wood"
},
{
"block": "stripped_acacia_log"
}
],
"replaceVanillaDrops": true
}
],
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.001,
@@ -232,18 +237,12 @@
"carvingSupport": "SURFACE_ONLY"
}
],
"shoreHeightMin": 3.2,
"shoreBiomes": [
"hot-beach-grass",
"hot-beach"
],
"name": "Hot",
"shoreHeightMax": 6.2,
"loot": {
"tables": [
"hot-food",
"hot-treasure",
"hot-treasure",
"global-tools"
]
},

View File

@@ -1,6 +1,24 @@
{
"name": "Mesa",
"landBiomes": [
"mesa-plateau",
"mesa-valleys",
"mesa-plateau-high",
"mesa-valleys",
"mesa",
"mesa-cliffs"
],
"shoreBiomes": [
"mesa-beach"
],
"seaBiomes": [
"mesa-river"
],
"caveBiomes": [
"temperate-old-cavern"
],
"riverBiomes": [
"hot-mesa-river"
"mesa-river"
],
"structures": [
{
@@ -20,22 +38,7 @@
"rarity": 36
}
],
"landBiomes": [
"hot-mesa-plateau",
"hot-mesa-valleys",
"hot-mesa-plateau-high",
"hot-mesa-valleys",
"hot-mesa",
"hot-mesa-cliffs"
],
"caveBiomes": [
"temperate-old-cavern"
],
"biomeImplosionRatio": 0.75,
"seaBiomes": [
"hot-mesa-river"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
@@ -64,10 +67,6 @@
"riverRarity": 1,
"landBiomeZoom": 0.85,
"shoreHeightMin": 4,
"shoreBiomes": [
"hot-mesa-beach"
],
"name": "Mesa",
"shoreHeightMax": 6,
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,

View File

@@ -1,4 +1,25 @@
{
"name": "Mountains",
"landBiomes": [
"mountain",
"mountain-hills",
"mountain-forest-hills",
"mountain-forest",
"mountain-plains",
"mountain-cliffs",
"mountain"
],
"shoreBiomes": [
"mountain-beach"
],
"seaBiomes": [
"mountain-river-soft"
],
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern",
"tundra-cavern"
],
"riverBiomes": [
"mountain-river"
],
@@ -18,19 +39,7 @@
"zoom": 0.5
}
],
"landBiomes": [
"mountain",
"mountain-hills",
"mountain-forest-hills",
"mountain-forest",
"mountain-plains",
"mountain-cliffs",
"mountain"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"mountain-river-soft"
],
"deposits": [
{
"minHeight": 15,
@@ -51,11 +60,6 @@
}
],
"riverRarity": 200,
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern",
"tundra-cavern"
],
"landBiomeZoom": 1.9,
"lakes": false,
"lakeBiomeZoom": 4,
@@ -73,10 +77,6 @@
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"mountain-beach"
],
"name": "Mountains",
"shoreHeightMax": 1.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.5,

View File

@@ -1,4 +1,16 @@
{
"name": "Mushroom",
"landBiomes": [
"mushroom-forest",
"mushroom-forest-hills",
"mushroom-plains"
],
"shoreBiomes": [
"mushroom-beach"
],
"seaBiomes": [
"mushroom-ocean"
],
"blockDrops": [
{
"drops": [
@@ -52,15 +64,7 @@
"rarity": 31
}
],
"landBiomes": [
"mushroom-forest",
"mushroom-forest-hills",
"mushroom-plains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"mushroom-ocean"
],
"landBiomeZoom": 1.25,
"effects": [
{
@@ -77,10 +81,6 @@
}
],
"shoreHeightMin": 3.2,
"shoreBiomes": [
"mushroom-beach"
],
"name": "Mushroom",
"shoreHeightMax": 6.2,
"loot": {
"tables": [

View File

@@ -3,13 +3,12 @@
"landBiomes": [
"ocean-beach"
],
"seaBiomes": [
"ocean"
],
"biomeImplosionRatio": 0.7,
"shoreBiomes": [
"temperate-beach"
],
"seaBiomes": [
"ocean"
],
"caveBiomes": [
"tundra-spiked-cavern",
"tropical-cavern",
@@ -19,6 +18,10 @@
"temperate-old-cavern",
"temperate-cracked-cavern"
],
"riverBiomes": [
"ocean"
],
"biomeImplosionRatio": 0.7,
"rarity": 2,
"effects": [
{
@@ -47,8 +50,5 @@
"shoreHeightMin": 0,
"shoreHeightMax": 1,
"landBiomeZoom": 0.01,
"shoreBiomeZoom": 0.5,
"riverBiomes": [
"ocean"
]
"shoreBiomeZoom": 0.5
}

View File

@@ -1,39 +1,23 @@
{
"blockDrops": [
{
"drops": [
{
"minAmount": 1,
"type": "acacia_planks",
"maxAmount": 3
},
{
"type": "stripped_acacia_log",
"rarity": 12
},
{
"minAmount": 3,
"type": "stick",
"maxAmount": 5,
"rarity": 7
}
],
"blocks": [
{
"block": "acacia_wood"
},
{
"block": "acacia_log"
},
{
"block": "stripped_acacia_wood"
},
{
"block": "stripped_acacia_log"
}
],
"replaceVanillaDrops": true
}
"name": "Savanna",
"landBiomes": [
"savanna",
"savanna-forest",
"savanna",
"savanna",
"savanna-forest",
"savanna",
"savanna-plateau",
"savanna-acacia-denmyre"
],
"shoreBiomes": [
"savanna-beach-grass"
],
"seaBiomes": [
"temperate-river"
],
"caveBiomes": [
"temperate-old-cavern"
],
"riverStyle": {
"style": "VASCULAR",
@@ -54,21 +38,7 @@
"rarity": 650
}
],
"landBiomes": [
"hot-savanna",
"hot-dry-forest",
"hot-savanna",
"hot-savanna",
"hot-dry-forest",
"hot-savanna",
"hot-mountain",
"hot-savanna-plateau",
"hot-acacia-denmyre"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"temperate-river"
],
"deposits": [
{
"minHeight": 25,
@@ -128,9 +98,6 @@
"varience": 4
}
],
"caveBiomes": [
"temperate-old-cavern"
],
"landBiomeZoom": 1.25,
"effects": [
{
@@ -153,10 +120,6 @@
}
],
"shoreHeightMin": 3.2,
"shoreBiomes": [
"hot-savanna-beach-grass"
],
"name": "Savanna",
"shoreHeightMax": 6.2,
"loot": {
"tables": [
@@ -165,5 +128,41 @@
]
},
"shoreHeightZoom": 1.14,
"blockDrops": [
{
"drops": [
{
"minAmount": 1,
"type": "acacia_planks",
"maxAmount": 3
},
{
"type": "stripped_acacia_log",
"rarity": 12
},
{
"minAmount": 3,
"type": "stick",
"maxAmount": 5,
"rarity": 7
}
],
"blocks": [
{
"block": "acacia_wood"
},
{
"block": "acacia_log"
},
{
"block": "stripped_acacia_wood"
},
{
"block": "stripped_acacia_log"
}
],
"replaceVanillaDrops": true
}
],
"rarity": 6
}

View File

@@ -1,4 +1,59 @@
{
"name": "Swamp",
"landBiomes": [
"swamp-roofed-forest",
"swamp-willow-forest",
"swamp-lake",
"swamp-roofed-wayward",
"swamp-marsh"
],
"shoreBiomes": [
"swamp-beach"
],
"seaBiomes": [
"swamp-ocean",
"swamp-ocean-tree"
],
"caveBiomes": [
"swamp-murky-cavern",
"swamp-murky-cavern-gleaming"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"biomeImplosionRatio": 0.26,
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 0.02,
"shoreHeightMax": 1.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"shoreHeightZoom": 1.14,
"blockDrops": [
{
"drops": [
@@ -23,60 +78,5 @@
]
}
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"landBiomes": [
"swamp-roofed-forest",
"swamp-willow-forest",
"swamp-lake",
"swamp-roofed-wayward",
"swamp-marsh"
],
"biomeImplosionRatio": 0.26,
"seaBiomes": [
"swamp-ocean",
"swamp-ocean-tree"
],
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"caveBiomes": [
"swamp-murky-cavern",
"swamp-murky-cavern-gleaming"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 0.02,
"shoreBiomes": [
"swamp-beach"
],
"name": "Swamp",
"shoreHeightMax": 1.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 40
}

View File

@@ -1,4 +1,30 @@
{
"name":"Temperate",
"landBiomes":[
"temperate-plateau",
"temperate-flower-forest",
"temperate-longtree-forest",
"temperate-oak",
"temperate-plains",
"temperate-oak-forest",
"temperate-wilds",
"temperate-birch-forest"
],
"shoreBiomes":[
"temperate-oak-beach",
"temperate-oak-beach",
"temperate-oak-beach",
"temperate-beach",
"temperate-oak-beach"
],
"seaBiomes":[
"temperate-river"
],
"caveBiomes":[
"temperate-old-cavern",
"temperate-cracked-cavern",
"temperate-lit-cavern"
],
"riverBiomes":[
"temperate-river"
],
@@ -11,20 +37,7 @@
"rarity":119
}
],
"landBiomes":[
"temperate-plateau",
"temperate-flower-forest",
"temperate-longtree-forest",
"temperate-oak",
"temperate-plains",
"temperate-oak-forest",
"temperate-wilds",
"temperate-birch-forest"
],
"biomeImplosionRatio":0.25,
"seaBiomes":[
"temperate-river"
],
"deposits":[
{
"minHeight":15,
@@ -130,11 +143,6 @@
}
],
"riverRarity":1,
"caveBiomes":[
"temperate-old-cavern",
"temperate-cracked-cavern",
"temperate-lit-cavern"
],
"landBiomeZoom":2.8,
"riverStyle":{
"style":"GLOB_IRIS_DOUBLE",
@@ -142,14 +150,6 @@
"exponent":3.1
},
"shoreHeightMin":1,
"shoreBiomes":[
"temperate-oak-beach",
"temperate-oak-beach",
"temperate-oak-beach",
"temperate-beach",
"temperate-oak-beach"
],
"name":"Temperate",
"shoreHeightMax":5.2,
"loot":{
"tables":[

View File

@@ -1,4 +1,21 @@
{
"name": "Tropical mountain",
"landBiomes": [
"tropical-plains",
"tropical-mountain",
"temperate-wilds",
"tropical-plains",
"tropical-mountain-extreme",
"tropical-wilds",
"tropical-plains-hills"
],
"shoreBiomes": [
"tropical-beach"
],
"seaBiomes": [
"tropical-river-steep",
"tropical-river-soft"
],
"riverBiomes": [
"tropical-river-steep",
"tropical-river-soft"
@@ -20,20 +37,7 @@
"zoom": 0.5
}
],
"landBiomes": [
"tropical-plains",
"tropical-mountain",
"temperate-wilds",
"tropical-plains",
"tropical-mountain-extreme",
"tropical-wilds",
"tropical-plains-hills"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tropical-river-steep",
"tropical-river-soft"
],
"deposits": [
{
"minHeight": 15,
@@ -68,10 +72,6 @@
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"tropical-beach"
],
"name": "Tropical mountain",
"shoreHeightMax": 1.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.025,

View File

@@ -1,4 +1,39 @@
{
"name": "Tropical",
"landBiomes": [
"tropical-rainforest",
"tropical-plains",
"tropical-bamboo-forest",
"tropical-plains",
"tropical-rainforest-wicked",
"tropical-wilds",
"tropical-volcanic-plains"
],
"shoreBiomes": [
"tropical-island-beach",
"tropical-beach",
"tropical-beach-charred",
"tropical-beach-bamboo"
],
"seaBiomes": [
"tropical-ocean",
"tropical-river-soft"
],
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",
"tropical-cavern-root"
],
"biomeImplosionRatio": 0.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"spotBiomes": [
{
"as": "SEA",
@@ -22,29 +57,6 @@
"structure": "jungle-pyramid"
}
],
"landBiomes": [
"tropical-rainforest",
"tropical-plains",
"tropical-bamboo-forest",
"tropical-plains",
"tropical-rainforest-wicked",
"tropical-wilds",
"tropical-volcanic-plains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tropical-ocean",
"tropical-river-soft"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"deposits": [
{
"minHeight": 25,
@@ -61,20 +73,8 @@
"varience": 2
}
],
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",
"tropical-cavern-root"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 3.2,
"shoreBiomes": [
"tropical-island-beach",
"tropical-beach",
"tropical-beach-charred",
"tropical-beach-bamboo"
],
"name": "Tropical",
"shoreHeightMax": 9.2,
"loot": {
"tables": [

View File

@@ -1,7 +1,5 @@
{
"riverBiomes": [
"tundra-river"
],
"name": "Tundra",
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
@@ -14,10 +12,21 @@
"tundra-mountains-cliffs",
"mountain-forest"
],
"biomeImplosionRatio": 0.25,
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"seaBiomes": [
"tundra-river"
],
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"riverBiomes": [
"tundra-river"
],
"biomeImplosionRatio": 0.25,
"deposits": [
{
"minHeight": 15,
@@ -35,10 +44,6 @@
}
],
"riverRarity": 1,
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
@@ -50,11 +55,6 @@
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"name": "Tundra",
"shoreHeightMax": 5.2,
"loot": {
"tables": [