summaryrefslogtreecommitdiff
path: root/warthog.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-04-15 15:23:37 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-04-15 15:23:37 +0100
commit06a3483ca24ca8a14af01fcf21356972f3d83418 (patch)
tree9a5409c7508f90cbbe97f4bbb7d47092564f657a /warthog.lua
parent654c54075a9304333f4636abaa58d0eb8c35b78a (diff)
Added compatibility with mobs already spawned in world
Diffstat (limited to 'warthog.lua')
-rw-r--r--warthog.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/warthog.lua b/warthog.lua
index 8988341..043cb42 100644
--- a/warthog.lua
+++ b/warthog.lua
@@ -58,7 +58,8 @@ mobs:register_spawn("mobs_animal:pumba",
mobs:register_egg("mobs_animal:pumba", "Warthog", "wool_pink.png", 1)
-minetest.register_alias("mobs:pumba", "mobs_animal:pumba")
+-- compatibility
+mobs:alias_mob("mobs:pumba", "mobs_animal:pumba")
-- raw porkchop
minetest.register_craftitem(":mobs:pork_raw", {