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")
|
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")
|
2020-08-31 22:03:40 -04:00
|
|
|
include("adze")
|
2019-09-07 14:34:16 -04:00
|
|
|
include("shelf")
|