Skip to content

Commit

Permalink
fix translator for bees too
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored Aug 15, 2023
1 parent 5248856 commit 349d834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobs_bees.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Dig beehives while keeping inventory count information.
-- Add centrifuge recipe for beehives with honey in inventory.

local S = mobs.intllib
local S = minetest.get_translator("mobs_animal")

minetest.override_item("mobs:beehive", {
on_dig = function(pos, node, digger)
Expand Down

0 comments on commit 349d834

Please sign in to comment.