mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Dont drop tools on rightclick
This commit is contained in:
parent
365c169b43
commit
fc61c8809b
1 changed files with 1 additions and 2 deletions
|
@ -243,9 +243,8 @@ function minetest.item_place(itemstack, placer, pointed_thing)
|
||||||
|
|
||||||
if itemstack:get_definition().type == "node" then
|
if itemstack:get_definition().type == "node" then
|
||||||
return minetest.item_place_node(itemstack, placer, pointed_thing)
|
return minetest.item_place_node(itemstack, placer, pointed_thing)
|
||||||
elseif itemstack:get_definition().type ~= "none" then
|
|
||||||
return minetest.item_place_object(itemstack, placer, pointed_thing)
|
|
||||||
end
|
end
|
||||||
|
return itemstack
|
||||||
end
|
end
|
||||||
|
|
||||||
function minetest.item_drop(itemstack, dropper, pos)
|
function minetest.item_drop(itemstack, dropper, pos)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue