forked from Kimapr/nodecore-skyblock
15 lines
339 B
Lua
15 lines
339 B
Lua
|
-- LUALOCALS < ---------------------------------------------------------
|
||
|
local include, nodecore
|
||
|
= include, nodecore
|
||
|
-- LUALOCALS > ---------------------------------------------------------
|
||
|
|
||
|
nodecore.amcoremod()
|
||
|
|
||
|
include('api')
|
||
|
include('node')
|
||
|
include('biome')
|
||
|
include('strata')
|
||
|
include('ore')
|
||
|
include('grasslife')
|
||
|
include('ambiance')
|