summaryrefslogtreecommitdiff
path: root/cow.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 /cow.lua
parent654c54075a9304333f4636abaa58d0eb8c35b78a (diff)
Added compatibility with mobs already spawned in world
Diffstat (limited to 'cow.lua')
-rw-r--r--cow.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/cow.lua b/cow.lua
index ff3ed7c..6c43938 100644
--- a/cow.lua
+++ b/cow.lua
@@ -98,7 +98,8 @@ mobs:register_spawn("mobs_animal:cow",
mobs:register_egg("mobs_animal:cow", "Cow", "default_grass.png", 1)
-minetest.register_alias("mobs:cow", "mobs_animal:cow")
+-- compatibility
+mobs:alias_mob("mobs:cow", "mobs_animal:cow")
-- bucket of milk
minetest.register_craftitem(":mobs:bucket_milk", {