Skip to content

Commit

Permalink
block/register.go: Fix Fletching Table item not being registered
Browse files Browse the repository at this point in the history
Fixes a43d250
  • Loading branch information
DaPigGuy committed Nov 16, 2024
1 parent c268020 commit dbfbed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/block/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ func init() {
world.RegisterItem(EndStone{})
world.RegisterItem(EnderChest{})
world.RegisterItem(Farmland{})
world.RegisterItem(FletchingTable{})
world.RegisterItem(Furnace{})
world.RegisterItem(GlassPane{})
world.RegisterItem(Glass{})
Expand Down

0 comments on commit dbfbed6

Please sign in to comment.