mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-15 23:00:35 +01:00
7 lines
218 B
Lua
7 lines
218 B
Lua
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") |