init.lua 110 B

123456
  1. status_effects = {}
  2. local modpath = minetest.get_modpath("status_effects")
  3. dofile(modpath .. "/effect.lua")