mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 22:16:20 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_BEACH",
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "FROZEN_OCEAN",
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_TAIGA_HILLS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 1,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 1,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_TAIGA",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "FROZEN_RIVER",
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SNOWY_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.1,
|
||||
|
||||
@@ -1,9 +1,26 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"entityInitialSpawns": [
|
||||
{"entity": "cow", "maxSpawns": 1, "minSpawns": 1, "rarity": 6},
|
||||
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 6}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0005,
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"stackMax": 2,
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
{
|
||||
"block": "cactus"
|
||||
}
|
||||
],
|
||||
"stackMin": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.003,
|
||||
"variance": {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DESERT",
|
||||
"decorators": [
|
||||
{
|
||||
"verticalZoom": 5,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DESERT_HILLS",
|
||||
"decorators": [
|
||||
{
|
||||
"verticalZoom": 20,
|
||||
@@ -109,6 +110,22 @@
|
||||
],
|
||||
"name": "Desert Mountains",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 2,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.75
|
||||
},
|
||||
"palette": [
|
||||
{
|
||||
"block": "yellow_concrete_powder",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "sand"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": [
|
||||
"hot-desert-hills"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": [
|
||||
"hot-desert-hills"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"biomeSkyScatter": [
|
||||
"DESERT",
|
||||
"SWAMP",
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "BADLANDS",
|
||||
"generators": [
|
||||
{
|
||||
"min": 4,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BADLANDS_PLATEAU",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.009,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BADLANDS_PLATEAU",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.009,
|
||||
|
||||
@@ -143,6 +143,7 @@
|
||||
"generator": "mountain"
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "ERODED_BADLANDS",
|
||||
"derivative": "SHATTERED_SAVANNA",
|
||||
"lockLayers": true,
|
||||
"wall": {
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "BADLANDS",
|
||||
"generators": [
|
||||
{
|
||||
"min": 9,
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
"generator": "mountain"
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "BADLANDS",
|
||||
"derivative": "SHATTERED_SAVANNA",
|
||||
"lockLayers": true,
|
||||
"wall": {
|
||||
|
||||
@@ -182,6 +182,7 @@
|
||||
"generator": "mountain"
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "BADLANDS",
|
||||
"derivative": "SHATTERED_SAVANNA",
|
||||
"lockLayers": true,
|
||||
"wall": {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0009,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.001,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"biomeSkyScatter": [
|
||||
"DESERT",
|
||||
"SAVANNA"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"biomeSkyScatter": [
|
||||
"DESERT",
|
||||
"SAVANNA"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DESERT_HILLS",
|
||||
"name": "Volcanic",
|
||||
"layers": [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DESERT",
|
||||
"biomeSkyScatter": [
|
||||
"DESERT",
|
||||
"SAVANNA"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0045,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0045,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0045,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0045,
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
"generator": "plain-cliffs"
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"derivative": "BASALT_DELTAS",
|
||||
"carvingBiome": "mosaic-lith-black",
|
||||
"wall": {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "MUSHROOM_FIELD_SHORE",
|
||||
"name": "Mushroom Beach",
|
||||
"layers": [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "MUSHROOM_FIELDS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.009,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "MUSHROOM_FIELDS",
|
||||
"effects": [
|
||||
{
|
||||
"volume": 6.2,
|
||||
|
||||
@@ -200,6 +200,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "OCEAN",
|
||||
"name": "Mushroom Ocean",
|
||||
"layers": [
|
||||
{
|
||||
@@ -214,13 +215,16 @@
|
||||
"block": "clay"
|
||||
},
|
||||
{
|
||||
"block": "coarse_dirt"
|
||||
"block": "stone"
|
||||
},
|
||||
{
|
||||
"block": "cobblestone"
|
||||
},
|
||||
{
|
||||
"block": "andesite"
|
||||
},
|
||||
{
|
||||
"block": "gravel"
|
||||
},
|
||||
{
|
||||
"block": "dirt"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -296,17 +300,17 @@
|
||||
"waterlogged": false,
|
||||
"type": "bottom"
|
||||
},
|
||||
"block": "sandstone_slab"
|
||||
"block": "stone_slab"
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"waterlogged": false,
|
||||
"type": "bottom"
|
||||
},
|
||||
"block": "smooth_sandstone_slab"
|
||||
"block": "andesite_slab"
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"weight": 1,
|
||||
"block": "air"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"rarity": 5
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "MUSHROOM_FIELDS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.005,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "MUSHROOM_FIELDS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.009,
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "MODIFIED_GRAVELLY_MOUNTAINS",
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
@@ -136,5 +137,5 @@
|
||||
"MOUNTAINS",
|
||||
"SWAMP"
|
||||
],
|
||||
"rarity": 2
|
||||
"rarity": 19
|
||||
}
|
||||
@@ -31,6 +31,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "GRAVELLY_MOUNTAINS",
|
||||
"biomeZoom": 30,
|
||||
"derivative": "MOUNTAINS",
|
||||
"biomeStyle": {
|
||||
@@ -71,6 +72,21 @@
|
||||
],
|
||||
"name": "Rock Mountains",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 3.95
|
||||
},
|
||||
"palette": [
|
||||
{
|
||||
"block": "gravel"
|
||||
},
|
||||
{
|
||||
"block": "cyan_terracotta"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 3,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "LUKEWARM_OCEAN",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0006,
|
||||
|
||||
@@ -124,5 +124,6 @@
|
||||
"beach-clutter"
|
||||
]
|
||||
},
|
||||
"vanillaDerivative": "BEACH",
|
||||
"derivative": "SWAMP"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DARK_FOREST",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.01,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SWAMP",
|
||||
"biomeSkyScatter": [
|
||||
"SWAMP",
|
||||
"DESERT",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "SWAMP_HILLS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.01,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "OCEAN",
|
||||
"decorators": [
|
||||
{
|
||||
"partOf": "SEA_SURFACE",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DARK_FOREST",
|
||||
"children": [
|
||||
"swamp-dark-oak-denmyre"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DARK_FOREST",
|
||||
"children": [
|
||||
"swamp-dark-oak-denmyre"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DARK_FOREST",
|
||||
"effects": [
|
||||
{
|
||||
"volume": 6.2,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.003,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BIRCH_FOREST",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.01,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BIRCH_FOREST",
|
||||
"biomeSkyScatter": [
|
||||
"FOREST",
|
||||
"JUNGLE"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SWAMP",
|
||||
"DESERT"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"biomeSkyScatter": [
|
||||
"JUNGLE"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "FOREST",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.4,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "FOREST",
|
||||
"biomeSkyScatter": [
|
||||
"FOREST",
|
||||
"JUNGLE"
|
||||
|
||||
@@ -213,6 +213,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"vanillaDerivative": "DEEP_OCEAN",
|
||||
"generators": [
|
||||
{
|
||||
"min": -57,
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"children": [
|
||||
"temperate-ocean-deep"
|
||||
],
|
||||
"vanillaDerivative": "OCEAN",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0006,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"children": [
|
||||
"temperate-wilds"
|
||||
],
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.19,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "RIVER",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.0006,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "PLAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SWAMP",
|
||||
"DESERT"
|
||||
|
||||
@@ -218,6 +218,7 @@
|
||||
"children": [
|
||||
"temperate-wilds"
|
||||
],
|
||||
"vanillaDerivative": "BAMBOO_JUNGLE",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.25,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"rarity": 3,
|
||||
"effects": [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "JUNGLE",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "LUKEWARM_OCEAN",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.3,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.3,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "JUNGLE",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.3,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "JUNGLE_HILLS",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 64,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "JUNGLE",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.301,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"effects": [
|
||||
{
|
||||
"particleAltX": 0.001,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"name": "Stone Beach",
|
||||
"layers": [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "BEACH",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.006,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "FLOWER_FOREST",
|
||||
"children": [
|
||||
"tundra-sequia-redwoods",
|
||||
"tundra-redwood-cliffs"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "TAIGA_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "TAIGA_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "TAIGA_MOUNTAINS",
|
||||
"biomeSkyScatter": [
|
||||
"SNOWY_TAIGA",
|
||||
"SNOWY_MOUNTAINS"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "COLD_OCEAN",
|
||||
"children": [
|
||||
"rocky-ocean"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WOODED_MOUNTAINS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.009,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "DARK_FOREST",
|
||||
"children": [
|
||||
"tundra-sequia-redwoods",
|
||||
"tundra-redwood-cliffs"
|
||||
@@ -393,6 +394,24 @@
|
||||
],
|
||||
"name": "Redwood Forest",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 3.25
|
||||
},
|
||||
"palette": [
|
||||
{
|
||||
"block": "coarse_dirt"
|
||||
},
|
||||
{
|
||||
"block": "dirt"
|
||||
},
|
||||
{
|
||||
"block": "podzol"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "RIVER",
|
||||
"children": [
|
||||
"rocky-ocean"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WOODED_HILLS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.009,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "WOODED_HILLS",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.003,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"vanillaDerivative": "TAIGA",
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.003,
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"temperate",
|
||||
"temperate",
|
||||
"tundra",
|
||||
"frozen",
|
||||
"mosaic"
|
||||
"frozen"
|
||||
],
|
||||
"seaBiomeStyle": {
|
||||
"style": "CELLULAR_IRIS_DOUBLE"
|
||||
|
||||
@@ -108,5 +108,5 @@
|
||||
]
|
||||
},
|
||||
"shoreHeightZoom": 1.14,
|
||||
"rarity": 20
|
||||
"rarity": 200
|
||||
}
|
||||
Reference in New Issue
Block a user