Skip to content

Commit

Permalink
chains
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 26, 2024
1 parent 82de5dc commit eab5fe1
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 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": 60
"weight": 65
},
{
"element": {
Expand All @@ -26,7 +26,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 2
},
{
"element": {
Expand All @@ -37,7 +37,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 3
},
{
"element": {
Expand All @@ -48,7 +48,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 4
},
{
"element": {
Expand All @@ -59,7 +59,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 5
}
],
"fallback": "minecraft:empty"
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": 60
"weight": 65
},
{
"element": {
Expand All @@ -15,7 +15,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 12
}
],
"fallback": "minecraft:empty"
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": 60
"weight": 65
},
{
"element": {
Expand All @@ -15,7 +15,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 6
},
{
"element": {
Expand All @@ -26,7 +26,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 6
}
],
"fallback": "minecraft:empty"
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": 60
"weight": 65
},
{
"element": {
Expand All @@ -15,7 +15,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 4
},
{
"element": {
Expand All @@ -26,7 +26,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 4
},
{
"element": {
Expand All @@ -37,7 +37,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 4
}
],
"fallback": "minecraft:empty"
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": 60
"weight": 65
},
{
"element": {
Expand All @@ -26,7 +26,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 2
},
{
"element": {
Expand All @@ -37,7 +37,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 4
},
{
"element": {
Expand All @@ -48,7 +48,7 @@
},
"projection": "rigid"
},
"weight": 1
"weight": 4
}
],
"fallback": "minecraft:empty"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,12 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 60),
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_4")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_5")), 1)
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 2),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 3),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_4")), 4),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_5")), 5)
),
StructureTemplatePool.Projection.RIGID
)
Expand All @@ -489,11 +489,11 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 60),
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_4")), 1)
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 2),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 4),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_4")), 4)
),
StructureTemplatePool.Projection.RIGID
)
Expand All @@ -505,10 +505,10 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 60),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_3")), 1)
Pair.of(StructurePoolElement.empty(), 65),
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)
),
StructureTemplatePool.Projection.RIGID
)
Expand All @@ -520,9 +520,9 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 60),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 1)
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 6),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_2")), 6)
),
StructureTemplatePool.Projection.RIGID
)
Expand All @@ -534,8 +534,8 @@ public static void bootstrapTemplatePool(@NotNull BootstrapContext<StructureTemp
new StructureTemplatePool(
empty,
ImmutableList.of(
Pair.of(StructurePoolElement.empty(), 60),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 1)
Pair.of(StructurePoolElement.empty(), 65),
Pair.of(StructurePoolElement.single(string("decoration/chain/chain_1")), 12)
),
StructureTemplatePool.Projection.RIGID
)
Expand Down

0 comments on commit eab5fe1

Please sign in to comment.