15 lines
388 B
Lua
Raw Normal View History

2018-11-03 18:56:07 -04:00
-- LUALOCALS < ---------------------------------------------------------
2019-02-20 00:40:55 -05:00
local include, minetest
= include, minetest
2018-11-03 18:56:07 -04:00
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
local path = minetest.get_modpath(modname)
2019-02-20 00:40:55 -05:00
include("adze")
include("plank")
include("staff")
include("tools")
include("ladder")
include("shelf")