1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2026-01-02 03:05:34 +01:00
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")