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
parent f62ad8ef38
commit 1a64404611
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

Vedi File

@ -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.")