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

このコミットが含まれているのは:
sys4-fr 2018-12-24 13:02:34 +01:00
コミット 1a64404611
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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