plantlife_modpack/nature_classic
Rogier 6c715f65f6 Fix timer bug causing persistent blossoms
Because minetest.after() is not bound to a position, and because it is not
saved, it may trigger after the node to which it applies was unloaded, or
not at all (if the session ends). If that happens, The 'young' flag
will not be cleared, and will have become persistent (i.e. without a timer
which will eventually clear it).

This patch removes the 'young' flag, and replaces it with a timestamp, removing
the need for a timer. Any lingering 'young' flags that have become persistent
are automatically removed over time (i.e.: they are simply ignored...)
2015-06-18 11:24:17 +02:00
..
textures OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:08:08 -05:00
blossom.lua Use different chances for leaves->blossom and blossom->leaves conversions 2015-06-18 11:23:57 +02:00
config.lua refactor nature_classic to avoid lag caused by its blossom abms 2015-02-08 23:17:02 -05:00
depends.txt make nature_classic aware of moretrees 2014-07-30 12:55:49 -04:00
global_function.lua Fix timer bug causing persistent blossoms 2015-06-18 11:24:17 +02:00
init.lua Fix timer bug causing persistent blossoms 2015-06-18 11:24:17 +02:00