init.lua 263 B

12345678
  1. if not minetest.global_exists("lily_growth") then lily_growth = {} end
  2. lily_growth.modpath = minetest.get_modpath("lily_growth")
  3. -- Grow water plants.
  4. -- This (ABM) is no longer needed. Lilies are grow via callbacks+nodetimer.
  5. -- ABM code now removed entirely.