From d6d027c1cc0f05a47c89efd1932a985158a7cf53 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Mon, 29 Apr 2024 10:41:23 -0400 Subject: [PATCH] Create ocean_momument.json --- .../worldgen/structure_set/ocean_momument.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/paxi/datapacks/RailwaysTweaks/data/betteroceanmomuments/worldgen/structure_set/ocean_momument.json diff --git a/config/paxi/datapacks/RailwaysTweaks/data/betteroceanmomuments/worldgen/structure_set/ocean_momument.json b/config/paxi/datapacks/RailwaysTweaks/data/betteroceanmomuments/worldgen/structure_set/ocean_momument.json new file mode 100644 index 00000000..bcfb41a5 --- /dev/null +++ b/config/paxi/datapacks/RailwaysTweaks/data/betteroceanmomuments/worldgen/structure_set/ocean_momument.json @@ -0,0 +1,15 @@ +{ + "structures": [ + { + "structure": "betteroceanmonuments:ocean_monument", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 10387313, + "spread_type": "triangular", + "spacing": 300, + "separation": 150 + } +}