Skip to content

Commit

Permalink
Remove Pumpkin Patch Cross Road 2 being in Pool Twice
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Dec 11, 2024
1 parent 3b04a6d commit 9d758f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,6 @@
},
"weight": 3
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "biomeswevegone:village/pumpkin_patch/streets/pumpkin_patch_crossroad_02",
"processors": {
"processors": []
},
"projection": "terrain_matching"
},
"weight": 3
},
{
"element": {
"element_type": "minecraft:single_pool_element",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public class BWGVillageTemplatePools {
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_straight_03", 3, templatePoolFactoryContext, BWGStructureProcessorLists.PUMPKIN_PATCH_STREETS),
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_crossroad_01", 3, templatePoolFactoryContext, BWGStructureProcessorLists.PUMPKIN_PATCH_STREETS),
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_crossroad_02", 3, templatePoolFactoryContext, BWGStructureProcessorLists.PUMPKIN_PATCH_STREETS),
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_crossroad_02", 3),
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_square_01", 3, templatePoolFactoryContext, BWGStructureProcessorLists.PUMPKIN_PATCH_STREETS),
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_square_02", 3, templatePoolFactoryContext, BWGStructureProcessorLists.PUMPKIN_PATCH_STREETS),
singlePoolElement("pumpkin_patch/streets/pumpkin_patch_turn_01", 3, templatePoolFactoryContext, BWGStructureProcessorLists.PUMPKIN_PATCH_STREETS)
Expand Down

0 comments on commit 9d758f3

Please sign in to comment.