forked from Kimapr/nodecore-skyblock
13 lines
304 B
Lua
13 lines
304 B
Lua
|
-- LUALOCALS < ---------------------------------------------------------
|
||
|
local include, nodecore
|
||
|
= include, nodecore
|
||
|
-- LUALOCALS > ---------------------------------------------------------
|
||
|
|
||
|
nodecore.amcoremod()
|
||
|
|
||
|
include("ore")
|
||
|
include("fluid")
|
||
|
include("react")
|
||
|
include("tools")
|
||
|
include("cherenkov")
|