5 lines
75 B
Lua
5 lines
75 B
Lua
|
function minetest.item_drop(itemstack, dropper, pos)
|
||
|
|
||
|
return itemstack
|
||
|
|
||
|
end
|