init.lua 376 B

1234567891011121314151617181920212223242526272829
  1. dwarf_characters = {}
  2. dwarf_characters.intramodcom = {}
  3. local modpath = minetest.get_modpath("dwarf_characters")
  4. dofile(modpath.."/savory_and_loadory.lua")
  5. dofile(modpath.."/models.lua")
  6. dofile(modpath.."/media.lua")
  7. dofile(modpath.."/textures.lua")
  8. dofile(modpath.."/appearance_handler.lua")
  9. dwarf_characters.intramodcom = nil --so it stays inside the mod