Skip to content

Commit

Permalink
MacawFences(FORGE|FABRIC): Added the missing tag & Fixed #712
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelbayria committed Dec 10, 2024
1 parent 36146fb commit b6cdd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public MacawFencesModule(String modId) {
}))
.addTag(BlockTags.MINEABLE_WITH_HOE, Registry.BLOCK_REGISTRY)
.addTag(BlockTags.WALLS, Registry.BLOCK_REGISTRY)
.addTag(BlockTags.FENCES, Registry.BLOCK_REGISTRY)
.addTag(ItemTags.WALLS, Registry.ITEM_REGISTRY)
.setTab(() -> FencesGroup.FENCESGROUP)
.defaultRecipe()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public MacawFencesModule(String modId) {
}))
.addTag(BlockTags.MINEABLE_WITH_HOE, Registry.BLOCK_REGISTRY)
.addTag(BlockTags.WALLS, Registry.BLOCK_REGISTRY)
.addTag(BlockTags.FENCES, Registry.BLOCK_REGISTRY)
.addTag(ItemTags.WALLS, Registry.ITEM_REGISTRY)
.setTab(() -> tab)
.defaultRecipe()
Expand Down

0 comments on commit b6cdd2f

Please sign in to comment.