BlockColor-CDB/mods/Player/nodrop/init.lua

5 lines
75 B
Lua

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