From 1a64404611c2be8bb5d21ac57175772fb5abb574 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Mon, 24 Dec 2018 13:02:34 +0100 Subject: [PATCH] Ajoute message de chargement du mod dans le journal "action" --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 8491a8c..e9ae1dd 100644 --- a/init.lua +++ b/init.lua @@ -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.")