mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-14 05:50:19 +01:00
Update init.lua
This commit is contained in:
parent
0ee3f67846
commit
5ad018249d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user