homedecor_modpack/building_blocks/init.lua

10 lines
272 B
Lua
Raw Normal View History

2017-01-29 22:41:03 +01:00
local S = homedecor_i18n.gettext
2017-09-27 15:29:20 +02:00
local modpath = minetest.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
2017-09-27 15:58:04 +02:00
dofile(modpath.."/others.lua")
dofile(modpath.."/recipes.lua")
minetest.log("action", "[building_blocks] loaded.")