1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-04-03 18:20:19 +02: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")