2019-03-04 22:11:09 -05:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-09-07 09:08:57 -04:00
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
2019-03-04 22:11:09 -05:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-09-07 09:08:57 -04:00
|
|
|
nodecore.amcoremod()
|
|
|
|
|
2019-03-04 23:49:16 -05:00
|
|
|
include("api")
|
2019-03-07 19:26:53 -05:00
|
|
|
include("glass")
|
2019-03-04 23:49:16 -05:00
|
|
|
include("lens")
|
|
|
|
include("prism")
|
2019-03-07 22:27:38 -05:00
|
|
|
include("cooking")
|
|
|
|
include("crafting")
|
2019-12-07 22:45:34 -05:00
|
|
|
include("shelf")
|