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()
|
|
|
|
|
2019-08-30 20:32:14 -04:00
|
|
|
include('ore')
|
2019-09-04 18:44:08 -04:00
|
|
|
include('fluid')
|
2019-08-30 23:49:09 -04:00
|
|
|
include('react')
|
2019-09-04 18:44:08 -04:00
|
|
|
include('tools')
|
2019-09-04 23:40:13 -04:00
|
|
|
include('cherenkov')
|