15 lines
342 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")
2020-08-31 22:03:40 -04:00
include("adze")
include("shelf")