init.lua 246 B

123456789
  1. sss_items = {}
  2. local modpath = minetest.get_modpath('sss_items')
  3. dofile(modpath..'/books/handbook.lua')
  4. dofile(modpath..'/ids.lua')
  5. dofile(modpath..'/mechanical_parts.lua')
  6. dofile(modpath..'/mechanics_tools.lua')
  7. dofile(modpath..'/rations.lua')