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

Este commit está contenido en:
sys4-fr 2018-12-24 13:02:34 +01:00
padre f62ad8ef38
commit 1a64404611
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

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