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

A lot more biomes done :)

This commit is contained in:
CocoTheOwner
2021-06-22 19:49:32 +02:00
parent 545fdf8caf
commit a13ea0740c
43 changed files with 1399 additions and 1418 deletions

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": [
"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": [
"mesa-cliffs",
"mesa-red",
"mesa-green",
"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": [
@@ -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

@@ -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,