Update init.lua

This commit is contained in:
José Douglas da Silva Souza 2023-12-24 09:48:25 -03:00 committed by GitHub
parent 0ee3f67846
commit 5ad018249d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ for i in ipairs (butter_list) do
return minetest.registered_nodes[node.name].on_rightclick(pointed_thing.under, node, placer, itemstack)
end
end
return itemstack
return itemstack
end
end,
on_timer = function(pos, elapsed)
if minetest.get_node_light(pos) >= 11 then