From e8545939de59f13165c342d331c4269ff08d4ce0 Mon Sep 17 00:00:00 2001 From: incidentalstoat Date: Fri, 16 Aug 2024 09:27:31 -0500 Subject: [PATCH] Adjusted tower spawns --- config/towns_and_towers/structure_rarity_new.json5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/towns_and_towers/structure_rarity_new.json5 b/config/towns_and_towers/structure_rarity_new.json5 index 48dbffc..5982382 100644 --- a/config/towns_and_towers/structure_rarity_new.json5 +++ b/config/towns_and_towers/structure_rarity_new.json5 @@ -18,26 +18,26 @@ GitHub Repository: [NEED TO MAKE ONE] // Here you can find all pillager outposts. "towers": { // DEFAULT 48 - "spacing": 48, + "spacing": 96, // DEFAULT 24 - "separation": 24, + "separation": 48, "frequency": 0.2, "salt": 205745294 }, // Here you can find all structures that aren't villages or outposts. "other": { // DEFAULT 32 - "spacing": 32, + "spacing": 64, // DEFAULT 16 - "separation": 16, + "separation": 32, "salt": 30084234 }, // Here you can find all villages. "towns": { // DEFAULT 48 - "spacing": 48, + "spacing": 58, // DEFAULT 24 - "separation": 24, + "separation": 32, "salt": 10587309 } } \ No newline at end of file