14 lines
326 B
Lua
Raw Normal View History

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
2019-02-19 23:53:40 -05:00
include("ore")
include("metallurgy")
include("oresmelt")
2019-02-19 23:53:40 -05:00
include("tools")
2019-08-09 22:28:19 -04:00
include("shafts")
include("shelf")