diff --git a/CHANGELOG.md b/CHANGELOG.md index 098dc9c..acb05e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,5 @@ # Changelog -5.0.4 +5.0.5 # Update -- Added one spawner and more loot into the large warped tower -- Improved generation of the ocean tower -- Improved generation of the mineshaft -- Fixed the chain issue with the small tower well \ No newline at end of file +- Made the large warped tower more rare \ No newline at end of file diff --git a/src/main/resources/data/mvs/worldgen/structure_set/large_warped_tower.json b/src/main/resources/data/mvs/worldgen/structure_set/large_warped_tower.json index 5cedcfd..df27c33 100644 --- a/src/main/resources/data/mvs/worldgen/structure_set/large_warped_tower.json +++ b/src/main/resources/data/mvs/worldgen/structure_set/large_warped_tower.json @@ -16,8 +16,8 @@ "other_set": "#mvs:common_avoid" }, - "spacing": 51, + "spacing": 81, - "separation": 28 + "separation": 70 } } \ No newline at end of file