Files
homedecor_modpack/building_blocks/init.lua
2026-01-01 13:49:26 -05:00

7 lines
182 B
Lua

local modpath = core.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
dofile(modpath.."/others.lua")
dofile(modpath.."/recipes.lua")