forked from nalc/homedecor_modpack
Always return the ItemStack for on_rightclick to comply with the API.
This commit is contained in:
@ -57,6 +57,7 @@ minetest.register_node("inbox:empty", {
|
||||
"default:chest_locked",
|
||||
inbox.get_inbox_insert_formspec(pos))
|
||||
end
|
||||
return itemstack
|
||||
end,
|
||||
can_dig = function(pos,player)
|
||||
local meta = minetest.get_meta(pos);
|
||||
|
Reference in New Issue
Block a user