9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
This commit is contained in:
Brian Fopiano
2021-07-02 15:13:06 -07:00
parent ae7bd779df
commit 5744050fe9
81 changed files with 802 additions and 77 deletions

View File

@@ -64,6 +64,20 @@
"rarity": 6
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.001,

View File

@@ -69,6 +69,20 @@
"min": 6
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.1,

View File

@@ -50,7 +50,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"generators": [
{
"min": 14,

View File

@@ -82,7 +82,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"generators": [
{
"min": 70,

View File

@@ -53,7 +53,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"generators": [
{
"min": 3,

View File

@@ -59,7 +59,20 @@
"min": 6
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"decorators": [
{
"chance": 1,

View File

@@ -67,7 +67,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"decorators": [
{
"chance": 1,

View File

@@ -76,7 +76,20 @@
"generator": "mountain"
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"

View File

@@ -67,7 +67,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"decorators": [
{
"chance": 1,

View File

@@ -67,6 +67,20 @@
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"objects": [
{
"chance": 0.02,

View File

@@ -59,7 +59,20 @@
"min": 6
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"decorators": [
{
"chance": 1,

View File

@@ -55,7 +55,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"generators": [
{
"generator": "smooth-dunes",

View File

@@ -58,6 +58,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"decorators": [
{
"minHeight": 1,

View File

@@ -32,6 +32,7 @@
"generator": "plain"
}
],
"decorators": [
{
"chance": 0.01,

View File

@@ -39,6 +39,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"objects": [
{

View File

@@ -40,6 +40,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"objects": [
{

View File

@@ -29,6 +29,20 @@
"maxHeight": 5
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"decorators": [
{
"chance": 0.005,

View File

@@ -41,6 +41,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -71,6 +71,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS"

View File

@@ -29,6 +29,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"decorators": [
{
"chance": 0.001,

View File

@@ -12,6 +12,20 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -42,6 +42,7 @@
]
}
],
"decorators": [
{
"verticalZoom": 5,

View File

@@ -9,6 +9,7 @@
"generator": "plain-cliffs"
}
],
"layers": [
{
"minHeight": 2,

View File

@@ -15,6 +15,7 @@
"generator": "plain"
}
],
"layers": [
{
"minHeight": 2,

View File

@@ -9,6 +9,7 @@
"min": -15
}
],
"layers": [
{
"style": {

View File

@@ -14,6 +14,16 @@
"min": 32
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -14,6 +14,16 @@
"min": 32
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -12,7 +12,16 @@
"min": 5
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -17,6 +17,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -14,6 +14,16 @@
"min": -3
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"palette": [

View File

@@ -5,7 +5,16 @@
"children": [
"mountain/mountain-lake"
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"generators": [
{
"generator": "plain",

View File

@@ -18,6 +18,16 @@
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -55,6 +55,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 2000,
"structure": "pillager"
},
{
"structure": "village-savanna",
"rarity": 650
}
],
"decorators": [
{
"chance": 0.1,

View File

@@ -12,6 +12,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 2000,
"structure": "pillager"
},
{
"structure": "village-savanna",
"rarity": 650
}
],
"layers": [
{
"minHeight": 3,

View File

@@ -64,6 +64,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 2000,
"structure": "pillager"
},
{
"structure": "village-savanna",
"rarity": 650
}
],
"biomeSkyScatter": [
"DESERT"
],

View File

@@ -9,6 +9,16 @@
"generator": "canyon-steep"
}
],
"jigsawStructures": [
{
"rarity": 2000,
"structure": "pillager"
},
{
"structure": "village-savanna",
"rarity": 650
}
],
"layers": [
{
"minHeight": 3,

View File

@@ -17,6 +17,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 2000,
"structure": "pillager"
},
{
"structure": "village-savanna",
"rarity": 650
}
],
"layers": [
{
"minHeight": 3,

View File

@@ -55,6 +55,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.01,

View File

@@ -9,6 +9,16 @@
"generator": "mountain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"style": {

View File

@@ -12,6 +12,16 @@
"generator": "mountain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"style": {

View File

@@ -60,6 +60,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.01,

View File

@@ -61,6 +61,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.03,

View File

@@ -61,6 +61,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"effects": [
{
"interval": 65656,

View File

@@ -55,6 +55,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"decorators": [
{
"chance": 0.01,

View File

@@ -13,6 +13,16 @@
"generator": "smooth-dunes"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"style": {

View File

@@ -62,6 +62,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -9,6 +9,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"style": {

View File

@@ -58,6 +58,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -54,6 +54,16 @@
}
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"decorators": [
{

View File

@@ -61,6 +61,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"entityInitialSpawns": [
{
"entity": "cow",

View File

@@ -14,6 +14,16 @@
"max": 0
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"palette": [

View File

@@ -12,6 +12,16 @@
"min": 3
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"palette": [

View File

@@ -14,6 +14,16 @@
"max": 0
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"palette": [

View File

@@ -13,6 +13,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"palette": [

View File

@@ -19,6 +19,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"layers": [
{
"style": {

View File

@@ -5,6 +5,16 @@
"children": [
"temperate/temperate-highlands"
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"decorators": [
{
"chance": 0.22,

View File

@@ -12,6 +12,20 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"layers": [
{
"palette": [

View File

@@ -9,6 +9,20 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"layers": [
{
"style": {

View File

@@ -9,6 +9,20 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"layers": [
{
"style": {

View File

@@ -17,6 +17,7 @@
"min": 30
}
],
"layers": [
{
"minHeight": 1,

View File

@@ -41,6 +41,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,

View File

@@ -12,6 +12,20 @@
"generator": "smooth-dunes"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"layers": [
{
"minHeight": 2,

View File

@@ -42,6 +42,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"wall": {
"palette": [
{

View File

@@ -45,6 +45,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 0.5,

View File

@@ -9,6 +9,20 @@
"generator": "plain-cliffs"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"layers": [
{
"style": {

View File

@@ -59,6 +59,7 @@
]
}
],
"seaLayers": [
{
"minHeight": 64,

View File

@@ -59,6 +59,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"effects": [
{
"particleAltX": 0.301,

View File

@@ -5,9 +5,8 @@
"children": [
"tropical/tropical-rainforest-hills",
"tropical/tropical-jungle-denmyre",
"tropical/tropical-rainforest-wicked-child",
"tropical/tropical-rainforest-wicked-village"
],
"tropical/tropical-rainforest-wicked-child"
],
"generators": [
{
"min": 3,

View File

@@ -13,6 +13,7 @@
"generator": "plain"
}
],
"layers": [
{
"style": {

View File

@@ -58,6 +58,20 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"decorators": [
{
"chance": 0.22,

View File

@@ -12,6 +12,16 @@
"min": 8
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 3,

View File

@@ -12,6 +12,16 @@
"generator": "mountain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 3,

View File

@@ -12,6 +12,16 @@
"generator": "smooth-dunes"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"style": {

View File

@@ -10,6 +10,16 @@
"generator": "plain"
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"layers": [
{
"style": {

View File

@@ -56,6 +56,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.003,

View File

@@ -53,6 +53,16 @@
]
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"decorators": [
{
"chance": 0.003,

View File

@@ -83,20 +83,6 @@
"cold-treasure"
]
},
"jigsawStructures": [
{
"rarity": 1000,
"structure": "igloo"
},
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-snowy"
}
],
"objects": [
{
"heightmap": {

View File

@@ -26,20 +26,7 @@
"zoom": 5
}
},
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-hot"
},
{
"rarity": 1500,
"structure": "desert-pyramid"
}
],
"biomeImplosionRatio": 0.25,
"deposits": [
{

View File

@@ -23,17 +23,6 @@
"riverBiomes": [
"mountain/mountain-river"
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
}
],
"biomeImplosionRatio": 0.25,
"deposits": [
{

View File

@@ -20,16 +20,6 @@
"tropical/tropical-river-steep",
"tropical/tropical-river-soft"
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-temperate"
}
],
"biomeImplosionRatio": 0.25,
"objects": [
{

View File

@@ -51,20 +51,7 @@
"rarity": 139
}
],
"jigsawStructures": [
{
"rarity": 750,
"structure": "pillager"
},
{
"rarity": 500,
"structure": "village-tundra"
},
{
"rarity": 650,
"structure": "jungle-pyramid"
}
],
"deposits": [
{
"minHeight": 25,