Sergei Mozhaisky 1151ec6953 initial commit
2019-11-15 11:34:13 +00:00

8 lines
214 B
Lua

local S = homedecor.gettext
local modpath = minetest.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
dofile(modpath.."/others.lua")
dofile(modpath.."/recipes.lua")