mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
Depollute the code - 06a - delete tab to make unrelated change vanish
M mods/flowers/init.lua
This commit is contained in:
parent
0f80116e97
commit
6c7f03ce0f
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ function flowers.mushroom_spread(pos, node)
|
|||
local pos2 = positions[math.random(#positions)]
|
||||
pos2.y = pos2.y + 1
|
||||
if minetest.get_node_light(pos2, 0.5) <= 3 then
|
||||
minetest.set_node(pos2, {name = node.name})
|
||||
minetest.set_node(pos2, {name = node.name})
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue