2019-04-21 17:25:21 +02:00
|
|
|
local S = homedecor.gettext
|
2017-09-27 15:29:20 +02:00
|
|
|
local modpath = minetest.get_modpath("building_blocks")
|
|
|
|
|
|
|
|
dofile(modpath.."/alias.lua")
|
2017-09-27 15:44:33 +02:00
|
|
|
dofile(modpath.."/node_stairs.lua")
|
2017-09-27 15:58:04 +02:00
|
|
|
dofile(modpath.."/others.lua")
|
2018-12-25 17:41:16 +01:00
|
|
|
dofile(modpath.."/recipes.lua")
|
|
|
|
|
|
|
|
minetest.log("action", "[building_blocks] loaded.")
|
2019-05-04 19:25:15 +02:00
|
|
|
|