mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Update init.lua
This commit is contained in:
parent
f0de82e244
commit
e032a74f6a
1 changed files with 2 additions and 2 deletions
|
@ -86,11 +86,11 @@ for i in ipairs (butter_list) do
|
|||
minetest.get_node_timer(pos):start(1)
|
||||
itemstack:take_item()
|
||||
else
|
||||
return node_defs.on_rightclick(pointed_thing, node, placer, itemstack)
|
||||
return node_defs.on_rightclick(pointed_thing, node_under, placer, itemstack)
|
||||
end
|
||||
end
|
||||
end
|
||||
return itemstack
|
||||
return itemstack
|
||||
end,
|
||||
on_timer = function(pos, elapsed)
|
||||
if minetest.get_node_light(pos) >= 11 then
|
||||
|
|
Loading…
Add table
Reference in a new issue