summaryrefslogtreecommitdiff
path: root/bunny.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 /bunny.lua
parent654c54075a9304333f4636abaa58d0eb8c35b78a (diff)
Added compatibility with mobs already spawned in world
Diffstat (limited to 'bunny.lua')
-rw-r--r--bunny.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/bunny.lua b/bunny.lua
index 2b25ec6..d1519a5 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -83,4 +83,5 @@ mobs:register_spawn("mobs_animal:bunny",
mobs:register_egg("mobs_animal:bunny", "Bunny", "mobs_bunny_inv.png", 0)
-minetest.register_alias("mobs:bunny", "mobs_animal:bunny")
+-- compatibility
+mobs:alias_mob("mobs:bunny", "mobs_animal:bunny")