mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-03 13:30:20 +01:00
8 lines
214 B
Lua
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")
|