homedecor_modpack/building_blocks/init.lua

7 lines
186 B
Lua
Raw Permalink Normal View History

2017-09-27 06:29:20 -07:00
local modpath = minetest.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
2017-09-27 06:58:04 -07:00
dofile(modpath.."/others.lua")
dofile(modpath.."/recipes.lua")