forked from mtcontrib/plantlife_modpack
Version MFF.
This commit is contained in:
0
nature_classic/blossom.lua
Normal file → Executable file
0
nature_classic/blossom.lua
Normal file → Executable file
0
nature_classic/config.lua
Normal file → Executable file
0
nature_classic/config.lua
Normal file → Executable file
0
nature_classic/depends.txt
Normal file → Executable file
0
nature_classic/depends.txt
Normal file → Executable file
2
nature_classic/global_function.lua
Normal file → Executable file
2
nature_classic/global_function.lua
Normal file → Executable file
@ -64,7 +64,7 @@ end
|
||||
function nature:grow_node(pos, nodename)
|
||||
if pos ~= nil then
|
||||
local light_enough = (minetest.get_node_light(pos, nil) or 0)
|
||||
>= nature.minimum_growth_light
|
||||
>= nature.minimum_growth_light
|
||||
|
||||
if is_not_young(pos) and light_enough then
|
||||
minetest.set_node(pos, { name = nodename })
|
||||
|
0
nature_classic/init.lua
Normal file → Executable file
0
nature_classic/init.lua
Normal file → Executable file
0
nature_classic/textures/nature_blossom.png
Normal file → Executable file
0
nature_classic/textures/nature_blossom.png
Normal file → Executable file
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 115 B |
Reference in New Issue
Block a user