2019-04-01 19:15:01 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2020-06-28 13:55:43 -04:00
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
2019-04-01 19:15:01 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-10-05 17:42:02 -04:00
|
|
|
nodecore.amcoremod()
|
|
|
|
|
2020-06-28 13:55:43 -04:00
|
|
|
include("api")
|
|
|
|
include("node")
|
|
|
|
include("craft")
|
2021-07-02 15:40:52 -04:00
|
|
|
include("raking")
|
2021-12-11 11:25:18 -05:00
|
|
|
include("leaching")
|
2020-09-04 19:07:45 -04:00
|
|
|
include("hints")
|