2019-02-20 00:40:55 -05:00

15 lines
388 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, minetest
= include, minetest
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
local path = minetest.get_modpath(modname)
include("adze")
include("plank")
include("staff")
include("tools")
include("ladder")
include("shelf")