mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-27 12:30:19 +02:00
getpos to get_pos
This commit is contained in:
2
cow.lua
2
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
|
||||
|
Reference in New Issue
Block a user