19 lines
411 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("anvils")
include("oresmelt")
2019-02-19 23:53:40 -05:00
include("tools")
2019-08-09 22:28:19 -04:00
include("shafts")
2021-11-27 16:14:25 -05:00
include("ladder")
2020-08-31 22:03:40 -04:00
include("adze")
2020-09-01 21:42:18 -04:00
include("rake")
include("shelf")
include("hints")