init.lua 114 B

12345678
  1. iceman = iceman or {}
  2. iceman.modpath = minetest.get_modpath("iceman")
  3. dofile(iceman.modpath .. "/iceman.lua")