init.lua 257 B

12345678910
  1. if not minetest.global_exists("mossgrowth") then mossgrowth = {} end
  2. mossgrowth.modpath = minetest.get_modpath("mossgrowth")
  3. -- Moss growth on cobble near water.
  4. -- This ABM is now PERMANENTLY disabled.
  5. -- Profiling showed it to take too much CPU time.