Ajoute message de chargement du mod dans le journal "action"

This commit is contained in:
sys4-fr 2018-12-24 13:02:34 +01:00
vecāks f62ad8ef38
revīzija 1a64404611
1 mainīti faili ar 2 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -5,3 +5,5 @@ local modpath = minetest.get_modpath("claycrafter")
dofile(modpath .. "/items.lua")
dofile(modpath .. "/recipes.lua")
dofile(modpath .. "/claycrafter.lua")
minetest.log("action", "[claycrafter] loaded.")