minetest-mm/mods/homedecor_modpack/building_blocks/init.lua
2020-10-26 17:38:53 +01:00

6 lines
186 B
Lua

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