2019-08-01 13:30:03 +02:00

5 lines
75 B
Lua

function minetest.item_drop(itemstack, dropper, pos)
return itemstack
end