nodecore-skyblock/mods/nc_woodwork/init.lua

14 lines
319 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("adze")
include("plank")
include("staff")
include("tools")
include("ladder")
include("shelf")