summaryrefslogtreecommitdiff
path: root/cow.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-10-09 15:16:05 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-10-09 15:16:05 +0100
commit0db8d4b2639ece8f913079cb6e5499354fb1a0a9 (patch)
tree88aa769021c0d52612b611f07e430ffee3edc989 /cow.lua
parent3b72ac1357dce4ce7bc7f05e3708c5c161abe0f9 (diff)
getpos to get_pos
Diffstat (limited to 'cow.lua')
-rw-r--r--cow.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cow.lua b/cow.lua
index c9b9e1e..e7ba196 100644
--- a/cow.lua
+++ b/cow.lua
@@ -87,7 +87,7 @@ mobs:register_mob("mobs_animal:cow", {
if inv:room_for_item("main", {name = "mobs:bucket_milk"}) then
clicker:get_inventory():add_item("main", "mobs:bucket_milk")
else
- local pos = self.object:getpos()
+ local pos = self.object:get_pos()
pos.y = pos.y + 0.5
minetest.add_item(pos, {name = "mobs:bucket_milk"})
end