nodecore-skyblock/mods/nc_lux/init.lua

13 lines
304 B
Lua
Raw Normal View History

2019-10-23 03:57:37 +02:00
-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("ore")
include("fluid")
include("react")
include("tools")
include("cherenkov")