From 3fb8a0dffbcdfd545fd7e118ae86aaf802bf50bd Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Thu, 14 Jan 2021 08:45:06 -0500 Subject: [PATCH] Chance fixes --- jigsaw-structures/village-hot.json | 2 +- jigsaw-structures/village-temperate.json | 2 +- jigsaw-structures/village-tundra.json | 2 +- regions/hot.json | 2 +- regions/swamp.json | 2 +- regions/temperate.json | 2 +- regions/tropical.json | 2 +- regions/tundra.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jigsaw-structures/village-hot.json b/jigsaw-structures/village-hot.json index 0d063b41..695b2f3c 100644 --- a/jigsaw-structures/village-hot.json +++ b/jigsaw-structures/village-hot.json @@ -4,7 +4,7 @@ "feature": { "objectChance": 0.05, "strength": 1, - "interpolationRadius": 32, + "interpolationRadius": 64, "interpolator": "BILINEAR" }, "pieces": [ diff --git a/jigsaw-structures/village-temperate.json b/jigsaw-structures/village-temperate.json index a9304cd0..d1865222 100644 --- a/jigsaw-structures/village-temperate.json +++ b/jigsaw-structures/village-temperate.json @@ -4,7 +4,7 @@ "feature": { "objectChance": 0.05, "strength": 1, - "interpolationRadius": 32, + "interpolationRadius": 64, "interpolator": "BILINEAR" }, "pieces": [ diff --git a/jigsaw-structures/village-tundra.json b/jigsaw-structures/village-tundra.json index 772c6cc7..6f219d7a 100644 --- a/jigsaw-structures/village-tundra.json +++ b/jigsaw-structures/village-tundra.json @@ -4,7 +4,7 @@ "feature": { "objectChance": 0.05, "strength": 1, - "interpolationRadius": 32, + "interpolationRadius": 64, "interpolator": "BILINEAR" }, "pieces": [ diff --git a/regions/hot.json b/regions/hot.json index 2746eef3..03944c0b 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -38,7 +38,7 @@ "jigsawStructures": [ { "structure": "village-hot", - "rarity": 375 + "rarity": 500 } ], "structures": [ diff --git a/regions/swamp.json b/regions/swamp.json index bfc028eb..a0f11d8f 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -41,7 +41,7 @@ ], "jigsawStructures": [ { - "rarity": 365, + "rarity": 500, "structure": "village-tundra" } ], diff --git a/regions/temperate.json b/regions/temperate.json index a9d87351..8be25d98 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -4,7 +4,7 @@ ], "jigsawStructures": [ { - "rarity": 325, + "rarity": 500, "structure": "village-temperate" } ], diff --git a/regions/tropical.json b/regions/tropical.json index f22acbf8..fd769980 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -18,7 +18,7 @@ ], "jigsawStructures": [ { - "rarity": 365, + "rarity": 500, "structure": "village-temperate" } ], diff --git a/regions/tundra.json b/regions/tundra.json index a1e0d29e..ac749165 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -33,7 +33,7 @@ ], "jigsawStructures": [ { - "rarity": 365, + "rarity": 500, "structure": "village-tundra" } ],