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