init.lua 224 B

12345678
  1. lily_growth = lily_growth or {}
  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.