forked from Kimapr/nodecore-skyblock
13 lines
303 B
Lua
13 lines
303 B
Lua
|
-- LUALOCALS < ---------------------------------------------------------
|
||
|
local include, nodecore
|
||
|
= include, nodecore
|
||
|
-- LUALOCALS > ---------------------------------------------------------
|
||
|
|
||
|
nodecore.amcoremod()
|
||
|
|
||
|
include("node")
|
||
|
include("abm")
|
||
|
include("gen")
|
||
|
include("cultivate")
|
||
|
include("squeeze")
|