2019-08-30 20:32:14 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-09-07 09:08:57 -04:00
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
2019-08-30 20:32:14 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-09-07 09:08:57 -04:00
|
|
|
nodecore.amcoremod()
|
|
|
|
|
2020-02-05 07:16:22 -05:00
|
|
|
include("api")
|
2019-09-14 09:49:06 -04:00
|
|
|
include("ore")
|
|
|
|
include("fluid")
|
|
|
|
include("react")
|
|
|
|
include("tools")
|
|
|
|
include("cherenkov")
|
2019-10-13 11:37:36 -04:00
|
|
|
include("radiation")
|
2020-02-05 07:16:22 -05:00
|
|
|
include("renew")
|