1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-07-02 21:40:21 +02:00

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

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