13 lines
304 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()
2019-08-30 20:32:14 -04:00
include('ore')
include('fluid')
include('react')
include('tools')
include('cherenkov')