init.lua 375 B

1234567891011121314151617
  1. -- LUALOCALS < ---------------------------------------------------------
  2. local include, nodecore
  3. = include, nodecore
  4. -- LUALOCALS > ---------------------------------------------------------
  5. nodecore.amcoremod()
  6. include("ore")
  7. include("metallurgy")
  8. include("oresmelt")
  9. include("tools")
  10. include("shafts")
  11. include("adze")
  12. include("rake")
  13. include("shelf")
  14. include("hints")