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

Reorder the remaining biomes

This commit is contained in:
CocoTheOwner
2021-06-23 10:16:43 +02:00
parent 99987fcea9
commit e41cf77777
17 changed files with 906 additions and 912 deletions

View File

@@ -1,6 +1,14 @@
{
"name": "Tundra Stone Beach",
"derivative": "BEACH",
"vanillaDerivative": "BEACH",
"name": "Stone Beach",
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
@@ -130,15 +138,6 @@
"carvingSupport": "SURFACE_ONLY"
}
],
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"derivative": "BEACH",
"rarity": 2,
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,5 +1,38 @@
{
"name": "Tundra Beach",
"derivative": "BEACH",
"vanillaDerivative": "BEACH",
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"decorators": [
{
"chance": 0.006,
@@ -168,44 +201,11 @@
"rarity": 7
}
],
"name": "Cold Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "BEACH",
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,6 @@
{
"name": "Tundra Bonsai Forest",
"derivative": "TAIGA",
"vanillaDerivative": "FLOWER_FOREST",
"children": [
"tundra-sequia-redwoods",
@@ -14,6 +16,52 @@
"structure": "village-temperate"
}
],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"layers": [
{
"palette": [
{
"block": "podzol"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"decorators": [
{
"chance": 0.003,
@@ -422,54 +470,6 @@
}
}
],
"name": "Bonsai Forest",
"layers": [
{
"palette": [
{
"block": "podzol"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"derivative": "TAIGA",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,38 @@
{
"name": "Tundra Cavern",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN",
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
@@ -90,44 +124,11 @@
}
}
],
"name": "Tundra Cavern",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {
"style": "IRIS"

View File

@@ -1,5 +1,82 @@
{
"name": "Tundra Forest Cliffs",
"derivative": "MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [
{
"generator": "smooth-dunes",
"max": 14,
"min": 8
},
{
"min": 12,
"max": 17,
"generator": "plain-cliffs"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.2
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
@@ -281,84 +358,7 @@
}
}
],
"name": "Shattered Mountains",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.2
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 14,
"min": 8
},
{
"min": 12,
"max": 17,
"generator": "plain-cliffs"
}
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -383,6 +383,5 @@
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 4
]
}

View File

@@ -1,5 +1,80 @@
{
"name": "Tundra Forest",
"derivative": "MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"children": [
"tundra-forest-cliffs"
],
"generators": [
{
"generator": "smooth-dunes",
"max": 14,
"min": 8
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.3
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "chicken",
@@ -113,13 +188,9 @@
}
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"children": [
"tundra-forest-cliffs"
],
"decorators": [
{
"chance": 0.01,
@@ -194,77 +265,6 @@
}
}
],
"name": "Tundra Forest",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.3
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"generator": "smooth-dunes",
"max": 14,
"min": 8
}
],
"childShrinkFactor": 8,
"wall": {
"style": {
@@ -285,6 +285,5 @@
"biomeScatter": [
"TAIGA_HILLS",
"MOUNTAINS"
],
"rarity": 2
]
}

View File

@@ -1,4 +1,6 @@
{
"name": "Tundra Lake",
"derivative": "SNOWY_TUNDRA",
"vanillaDerivative": "WOODED_HILLS",
"jigsawStructures": [
{
@@ -10,6 +12,13 @@
"structure": "village-temperate"
}
],
"generators": [
{
"min": -30,
"max": -15,
"generator": "river"
}
],
"decorators": [
{
"chance": 0.003,
@@ -147,6 +156,52 @@
}
}
],
"layers": [
{
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{
"entity": "chicken",
@@ -368,61 +423,6 @@
}
}
],
"name": "tundra lake",
"layers": [
{
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": -30,
"max": -15,
"generator": "river"
}
],
"derivative": "SNOWY_TUNDRA",
"wall": {
"style": {
"style": "STATIC"
@@ -438,6 +438,5 @@
"block": "stone"
}
]
},
"rarity": 2
}
}
}

View File

@@ -1,5 +1,82 @@
{
"name": "Tundra Mountains Cliffs",
"derivative": "MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [
{
"min": 11,
"max": 32,
"generator": "mountain"
},
{
"min": 12,
"max": 62,
"generator": "plain-cliffs"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.2
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
@@ -290,84 +367,7 @@
}
}
],
"name": "Shattered Mountains",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.2
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "mountain"
},
{
"min": 12,
"max": 62,
"generator": "plain-cliffs"
}
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
@@ -392,6 +392,5 @@
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 4
]
}

View File

@@ -1,5 +1,80 @@
{
"name": "Tundra Mountains",
"derivative": "MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"children": [
"tundra-mountains-cliffs"
],
"generators": [
{
"min": 66,
"max": 89,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.3
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
@@ -117,13 +192,9 @@
}
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"children": [
"tundra-mountains-cliffs"
],
"decorators": [
{
"chance": 0.01,
@@ -198,77 +269,6 @@
}
}
],
"name": "Mountains",
"layers": [
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 6.9
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"slopeCondition": {
"minimumSlope": 5.3
},
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
},
{
"block": "gravel"
}
]
},
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 66,
"max": 89,
"generator": "mountain"
}
],
"childShrinkFactor": 8,
"wall": {
"style": {
@@ -291,6 +291,5 @@
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 2
]
}

View File

@@ -1,9 +1,7 @@
{
"name": "Tundra Redwood Cliffs",
"derivative": "TAIGA",
"vanillaDerivative": "DARK_FOREST",
"entityInitialSpawns": [
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}],
"generators": [
{
"min": 15,
@@ -16,7 +14,69 @@
"generator": "plain-cliffs"
}
],
"derivative": "TAIGA",
"layers": [
{
"style": {
"style": "SIMPLEX",
"fracture": {
"style": "FRACTAL_WATER",
"zoom": 0.35,
"multiplier": 23
}
},
"zoom": 0.7,
"palette": [
{
"block": "coarse_dirt"
},
{
"block": "grass_block"
},
{
"block": "podzol"
},
{
"block": "podzol"
},
{
"block": "grass_block"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}
],
"wall": {
"style": {
"style": "FRACTAL_WATER"
@@ -439,64 +499,5 @@
"z": 0
}
}
],
"name": "Redwood Forest Hills",
"layers": [
{
"style": {
"style": "SIMPLEX",
"fracture": {
"style": "FRACTAL_WATER",
"zoom": 0.35,
"multiplier": 23
}
},
"zoom": 0.7,
"palette": [
{
"block": "coarse_dirt"
},
{
"block": "grass_block"
},
{
"block": "podzol"
},
{
"block": "podzol"
},
{
"block": "grass_block"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
]
}

View File

@@ -1,12 +1,80 @@
{
"name": "Tundra Redwood Forest",
"derivative": "TAIGA",
"vanillaDerivative": "DARK_FOREST",
"entityInitialSpawns": [
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}],
"children": [
"tundra-redwood-cliffs"
],
"generators": [
{
"min": 4,
"max": 10,
"generator": "smooth-dunes"
}
],
"layers": [
{
"style": {
"style": "SIMPLEX",
"fracture": {
"style": "FRACTAL_WATER",
"zoom": 0.39,
"multiplier": 23
}
},
"zoom": 0.7,
"palette": [
{
"block": "coarse_dirt"
},
{
"block": "grass_block"
},
{
"block": "podzol"
},
{
"block": "podzol"
},
{
"block": "grass_block"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"entityInitialSpawns": [
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}
],
"jigsawStructures": [
{
"rarity": 1000,
@@ -17,14 +85,6 @@
"structure": "village-tundra"
}
],
"generators": [
{
"min": 4,
"max": 10,
"generator": "smooth-dunes"
}
],
"derivative": "TAIGA",
"wall": {
"style": {
"style": "FRACTAL_WATER"
@@ -448,64 +508,5 @@
"z": 0
}
}
],
"name": "Redwood Forest",
"layers": [
{
"style": {
"style": "SIMPLEX",
"fracture": {
"style": "FRACTAL_WATER",
"zoom": 0.39,
"multiplier": 23
}
},
"zoom": 0.7,
"palette": [
{
"block": "coarse_dirt"
},
{
"block": "grass_block"
},
{
"block": "podzol"
},
{
"block": "podzol"
},
{
"block": "grass_block"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
]
}

View File

@@ -1,5 +1,70 @@
{
"name": "Tundra River Rocky",
"derivative": "LUKEWARM_OCEAN",
"vanillaDerivative": "LUKEWARM_OCEAN",
"generators": [
{
"min": -31,
"max": -7,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "stone"
},
{
"block": "clay"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
},
{
"block": "cobblestone"
},
{
"block": "dirt"
},
{
"block": "cobblestone"
},
{
"block": "andesite"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"decorators": [
{
"chance": 0.0006,
@@ -165,76 +230,11 @@
}
}
],
"name": "Rocky Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "stone"
},
{
"block": "clay"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
},
{
"block": "cobblestone"
},
{
"block": "dirt"
},
{
"block": "cobblestone"
},
{
"block": "andesite"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -31,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "LUKEWARM_OCEAN",
"wall": {
"style": {
"style": "IRIS"
@@ -254,7 +254,6 @@
}
]
},
"rarity": 3,
"slab": {
"style": {
"style": "STATIC"

View File

@@ -1,8 +1,71 @@
{
"name": "Tundra River",
"derivative": "COLD_OCEAN",
"vanillaDerivative": "RIVER",
"children": [
"tundra-river-rocky"
],
"generators": [
{
"generator": "river",
"max": -10,
"min": -27
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"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.07,
@@ -128,74 +191,11 @@
}
}
],
"name": "Cold River",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"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": [
{
"generator": "river",
"max": -10,
"min": -27
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "COLD_OCEAN",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -1,4 +1,6 @@
{
"name": "Tundra Sequoia Redwoods",
"derivative": "TAIGA",
"vanillaDerivative": "WOODED_HILLS",
"jigsawStructures": [
{
@@ -10,6 +12,65 @@
"structure": "village-tundra"
}
],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "IRIS",
"zoom": 0.2
}
},
"zoom": 0.2,
"palette": [
{
"weight": 2,
"block": "podzol"
},
{
"weight": 2,
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"decorators": [
{
"chance": 0.009,
@@ -337,67 +398,6 @@
}
}
],
"name": "Sequoia Redwoods",
"layers": [
{
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "IRIS",
"zoom": 0.2
}
},
"zoom": 0.2,
"palette": [
{
"weight": 2,
"block": "podzol"
},
{
"weight": 2,
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 17,
"max": 19,
"generator": "plain"
}
],
"derivative": "TAIGA",
"wall": {
"style": {
"style": "STATIC"
@@ -407,6 +407,5 @@
"block": "coarse_dirt"
}
]
},
"rarity": 7
}
}

View File

@@ -1,4 +1,6 @@
{
"name": "Tundra Spiked Cavern",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "THE_VOID",
"jigsawStructures": [
{
@@ -10,6 +12,37 @@
"structure": "village-temperate"
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"decorators": [
{
"chance": 0.0001,
@@ -163,44 +196,11 @@
}
}
],
"name": "Spiked Tundra Cavern",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {
"style": "IRIS"

View File

@@ -1,4 +1,6 @@
{
"name": "Tundra Spruce Denmyre",
"derivative": "SNOWY_TUNDRA",
"vanillaDerivative": "WOODED_HILLS",
"jigsawStructures": [
{
@@ -10,6 +12,59 @@
"structure": "village-tundra"
}
],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"layers": [
{
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"decorators": [
{
"chance": 0.003,
@@ -368,61 +423,6 @@
}
}
],
"name": "Spruce Denmyre",
"layers": [
{
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"derivative": "SNOWY_TUNDRA",
"wall": {
"style": {
"style": "STATIC"
@@ -438,6 +438,5 @@
"block": "stone"
}
]
},
"rarity": 2
}
}

View File

@@ -2,7 +2,7 @@
"name": "Tundra",
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
"tundra-redwood-forest",
"tundra-sequia-redwoods",
"tundra-forest",
"tundra-spruce-denmyre",