16 lines
357 B
Lua
Raw Normal View History

2019-08-30 20:32:14 -04:00
-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
2019-08-30 20:32:14 -04:00
-- LUALOCALS > ---------------------------------------------------------
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")
include("radiation")
2020-02-05 07:16:22 -05:00
include("renew")