init.lua 300 B

1234567891011
  1. charcoals = {
  2. mod = {authoe = "Andreas Demant"},
  3. modpath = minetest.get_modpath(minetest.get_current_modname()),
  4. modname = minetest.get_current_modname(),
  5. exist_ethereal = minetest.get_modpath("ethereal"),
  6. }
  7. dofile(charcoals.modpath .. "/craftitems.lua")
  8. dofile(charcoals.modpath .. "/crafts.lua")