diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-04-15 15:23:37 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-04-15 15:23:37 +0100 |
commit | 06a3483ca24ca8a14af01fcf21356972f3d83418 (patch) | |
tree | 9a5409c7508f90cbbe97f4bbb7d47092564f657a /bunny.lua | |
parent | 654c54075a9304333f4636abaa58d0eb8c35b78a (diff) |
Added compatibility with mobs already spawned in world
Diffstat (limited to 'bunny.lua')
-rw-r--r-- | bunny.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |