From 703522ebeb11ea5972348eb9f3a0faf50772ea73 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 13 Jan 2021 11:24:00 -0500 Subject: [PATCH] Jungle & swamp defaults for now --- regions/swamp.json | 6 ++++++ regions/tropical.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/regions/swamp.json b/regions/swamp.json index cc6a6822..bfc028eb 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -39,6 +39,12 @@ "zoom": 0.5 } ], + "jigsawStructures": [ + { + "rarity": 365, + "structure": "village-tundra" + } + ], "landBiomes": [ "swamp-roofed-forest", "swamp-mountain-forest", diff --git a/regions/tropical.json b/regions/tropical.json index cd51a9bc..f22acbf8 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -16,6 +16,12 @@ "rarity": 139 } ], + "jigsawStructures": [ + { + "rarity": 365, + "structure": "village-temperate" + } + ], "landBiomes": [ "tropical-rainforest", "tropical-bamboo-forest",