From cf2c0a3f5ff9fafcfaf07888cec01d176ad3cbad Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 13 Jan 2021 11:13:22 -0500 Subject: [PATCH] Begin tundra --- jigsaw-structures/village-hot.json | 4 ++-- jigsaw-structures/village-temperate.json | 4 ++-- jigsaw-structures/village-tundra.json | 14 ++++++++++++++ regions/hot.json | 2 +- regions/temperate.json | 2 +- regions/tundra.json | 6 ++++++ 6 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 jigsaw-structures/village-tundra.json diff --git a/jigsaw-structures/village-hot.json b/jigsaw-structures/village-hot.json index e71e5d34..0d063b41 100644 --- a/jigsaw-structures/village-hot.json +++ b/jigsaw-structures/village-hot.json @@ -1,8 +1,8 @@ { - "maxDepth": 7, + "maxDepth": 5, "terminate": true, "feature": { - "objectChance": 0.25, + "objectChance": 0.05, "strength": 1, "interpolationRadius": 32, "interpolator": "BILINEAR" diff --git a/jigsaw-structures/village-temperate.json b/jigsaw-structures/village-temperate.json index 4623b80c..a9304cd0 100644 --- a/jigsaw-structures/village-temperate.json +++ b/jigsaw-structures/village-temperate.json @@ -1,8 +1,8 @@ { - "maxDepth": 6, + "maxDepth": 5, "terminate": true, "feature": { - "objectChance": 0.25, + "objectChance": 0.05, "strength": 1, "interpolationRadius": 32, "interpolator": "BILINEAR" diff --git a/jigsaw-structures/village-tundra.json b/jigsaw-structures/village-tundra.json new file mode 100644 index 00000000..772c6cc7 --- /dev/null +++ b/jigsaw-structures/village-tundra.json @@ -0,0 +1,14 @@ +{ + "maxDepth": 5, + "terminate": true, + "feature": { + "objectChance": 0.05, + "strength": 1, + "interpolationRadius": 32, + "interpolator": "BILINEAR" + }, + "pieces": [ + "village/taiga/town_centers/taiga_meeting_point_1", + "village/taiga/town_centers/taiga_meeting_point_2" + ] +} \ No newline at end of file diff --git a/regions/hot.json b/regions/hot.json index 0b20b04f..2746eef3 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -38,7 +38,7 @@ "jigsawStructures": [ { "structure": "village-hot", - "rarity": 400 + "rarity": 375 } ], "structures": [ diff --git a/regions/temperate.json b/regions/temperate.json index 0087b677..a9d87351 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -4,7 +4,7 @@ ], "jigsawStructures": [ { - "rarity": 375, + "rarity": 325, "structure": "village-temperate" } ], diff --git a/regions/tundra.json b/regions/tundra.json index 1ea1cc25..a1e0d29e 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -31,6 +31,12 @@ "varience": 2 } ], + "jigsawStructures": [ + { + "rarity": 365, + "structure": "village-tundra" + } + ], "riverRarity": 1, "caveBiomes": [ "tundra-cavern",