mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 21:21: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,7 +86,7 @@ for i in ipairs (butter_list) do
|
||||||
minetest.get_node_timer(pos):start(1)
|
minetest.get_node_timer(pos):start(1)
|
||||||
itemstack:take_item()
|
itemstack:take_item()
|
||||||
else
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue