Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 26, 2024
1 parent eab5fe1 commit b816e29
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"element": {
"element_type": "minecraft:empty_pool_element"
},
"weight": 65
"weight": 75
},
{
"element": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"element": {
"element_type": "minecraft:empty_pool_element"
},
"weight": 65
"weight": 75
},
{
"element": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"element": {
"element_type": "minecraft:empty_pool_element"
},
"weight": 65
"weight": 75
},
{
"element": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"element": {
"element_type": "minecraft:empty_pool_element"
},
"weight": 65
"weight": 75
},
{
"element": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"element": {
"element_type": "minecraft:empty_pool_element"
},
"weight": 65
"weight": 75
},
{
"element": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.empty(), 75),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 2),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 3),
Expand All @@ -489,7 +489,7 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.empty(), 75),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 2),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 4),
Expand All @@ -505,7 +505,7 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.empty(), 75),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 4),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 4),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 4)
Expand All @@ -520,7 +520,7 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.empty(), 75),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 6),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 6)
),
Expand All @@ -534,7 +534,7 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.empty(), 75),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 12)
),
StructureTemplatePool.Projection.RIGID
Expand Down

0 comments on commit b816e29

Please sign in to comment.