summaryrefslogtreecommitdiff
path: root/building_blocks/init.lua
blob: fc0c9e4cf8ce64709e98081dcfd8bb966689f69d (plain)
1
2
3
4
5
6
7
local S = homedecor_i18n.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")