diff --git a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain.json b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain.json index 8f5605f5..e5642f31 100644 --- a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain.json +++ b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain.json @@ -4,7 +4,7 @@ "element": { "element_type": "minecraft:empty_pool_element" }, - "weight": 60 + "weight": 65 }, { "element": { @@ -26,7 +26,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 2 }, { "element": { @@ -37,7 +37,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 3 }, { "element": { @@ -48,7 +48,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 4 }, { "element": { @@ -59,7 +59,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 5 } ], "fallback": "minecraft:empty" diff --git a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_1.json b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_1.json index 055ddc29..5cb2c0f9 100644 --- a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_1.json +++ b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_1.json @@ -4,7 +4,7 @@ "element": { "element_type": "minecraft:empty_pool_element" }, - "weight": 60 + "weight": 65 }, { "element": { @@ -15,7 +15,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 12 } ], "fallback": "minecraft:empty" diff --git a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_2.json b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_2.json index 2f45a671..14c542e3 100644 --- a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_2.json +++ b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_2.json @@ -4,7 +4,7 @@ "element": { "element_type": "minecraft:empty_pool_element" }, - "weight": 60 + "weight": 65 }, { "element": { @@ -15,7 +15,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 6 }, { "element": { @@ -26,7 +26,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 6 } ], "fallback": "minecraft:empty" diff --git a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_3.json b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_3.json index 1f201a8d..ea24634f 100644 --- a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_3.json +++ b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_3.json @@ -4,7 +4,7 @@ "element": { "element_type": "minecraft:empty_pool_element" }, - "weight": 60 + "weight": 65 }, { "element": { @@ -15,7 +15,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 4 }, { "element": { @@ -26,7 +26,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 4 }, { "element": { @@ -37,7 +37,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 4 } ], "fallback": "minecraft:empty" diff --git a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_4.json b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_4.json index 1f5977b8..696a5fa4 100644 --- a/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_4.json +++ b/src/main/generated/data/trailiertales/worldgen/template_pool/catacombs/decoration/chain_4.json @@ -4,7 +4,7 @@ "element": { "element_type": "minecraft:empty_pool_element" }, - "weight": 60 + "weight": 65 }, { "element": { @@ -26,7 +26,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 2 }, { "element": { @@ -37,7 +37,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 4 }, { "element": { @@ -48,7 +48,7 @@ }, "projection": "rigid" }, - "weight": 1 + "weight": 4 } ], "fallback": "minecraft:empty" diff --git a/src/main/java/net/frozenblock/trailiertales/worldgen/structure/datagen/CatacombsGenerator.java b/src/main/java/net/frozenblock/trailiertales/worldgen/structure/datagen/CatacombsGenerator.java index 90075ee5..066035d1 100644 --- a/src/main/java/net/frozenblock/trailiertales/worldgen/structure/datagen/CatacombsGenerator.java +++ b/src/main/java/net/frozenblock/trailiertales/worldgen/structure/datagen/CatacombsGenerator.java @@ -472,12 +472,12 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext