init.lua 114 B

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