mirror of
https://github.com/minetest/minetest_game.git
synced 2025-02-22 02:30:23 +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)
|
return minetest.registered_nodes[node.name].on_rightclick(pointed_thing.under, node, placer, itemstack)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return itemstack
|
return itemstack
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
on_timer = function(pos, elapsed)
|
on_timer = function(pos, elapsed)
|
||||||
if minetest.get_node_light(pos) >= 11 then
|
if minetest.get_node_light(pos) >= 11 then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user