blob: fbb81a48c39567d03cd4ff8f95bd391d691e2823 (
plain)
1
2
3
4
5
6
7
|
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")
|