Skip to content
Snippets Groups Projects
Commit 11b16633 authored by Milan's avatar Milan
Browse files

add intlib support for angry bee

parent 71476751
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ mobs:register_mob("mobs_animal:bee_angry", {
mobs:register_spawn("mobs_animal:bee", {"group:flower"}, 20, 10, 9000, 1, 31000, true)
mobs:register_egg("mobs_animal:bee", S("Bee"), "mobs_bee_inv.png", 0)
mobs:register_egg("mobs_animal:bee_angry", "angry Bee", "mobs_bee_inv.png", 0)
mobs:register_egg("mobs_animal:bee_angry", S("Angry Bee"), "mobs_bee_inv.png", 0)
-- compatibility
mobs:alias_mob("mobs:bee", "mobs_animal:bee")
......
......@@ -5,6 +5,7 @@
#bee.lua
Bee = Biene
Angry Bee = verärgerte Biene
Honey = Honig
Beehive = Bienenstock
Honey Block = Honigblock
......@@ -57,4 +58,4 @@ Sheep = Schaf
#warthog.lua
Warthog = Warzenschwein
Raw Porkchop = Rohes Schweinekotelett
Cooked Porkchop = Gekochtes Schweinekotelett
\ No newline at end of file
Cooked Porkchop = Gekochtes Schweinekotelett
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment