2019-01-08 02:03:18 -05:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-09-07 09:08:57 -04:00
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
2019-01-08 02:03:18 -05:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-09-07 09:08:57 -04:00
|
|
|
nodecore.amcoremod()
|
|
|
|
|
2019-02-19 23:53:40 -05:00
|
|
|
include("ore")
|
|
|
|
include("metallurgy")
|
2021-11-25 20:12:55 -05:00
|
|
|
include("anvils")
|
2019-10-06 10:31:58 -04:00
|
|
|
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")
|
2019-09-07 14:34:16 -04:00
|
|
|
include("shelf")
|
2020-09-04 19:07:45 -04:00
|
|
|
include("hints")
|