nodecore-skyblock/mods/nc_lux/init.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")