init.lua 130 B

123456789
  1. if not minetest.global_exists("dm") then dm = {} end
  2. dm.modpath = minetest.get_modpath("dm")
  3. dofile(dm.modpath .. "/dm.lua")