Ajoute messages de chargement des mods dans le journal "action"

This commit is contained in:
sys4-fr
2018-12-25 17:41:16 +01:00
parent 9e69a6db73
commit 4eb9ffb088
12 changed files with 25 additions and 3 deletions

View File

@ -4,4 +4,6 @@ local modpath = minetest.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
dofile(modpath.."/others.lua")
dofile(modpath.."/recipes.lua")
dofile(modpath.."/recipes.lua")
minetest.log("action", "[building_blocks] loaded.")