mirror of
https://github.com/Dragonop/claycrafter.git
synced 2025-07-03 22:00:23 +02:00
Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
2
init.lua
2
init.lua
@ -5,3 +5,5 @@ local modpath = minetest.get_modpath("claycrafter")
|
|||||||
dofile(modpath .. "/items.lua")
|
dofile(modpath .. "/items.lua")
|
||||||
dofile(modpath .. "/recipes.lua")
|
dofile(modpath .. "/recipes.lua")
|
||||||
dofile(modpath .. "/claycrafter.lua")
|
dofile(modpath .. "/claycrafter.lua")
|
||||||
|
|
||||||
|
minetest.log("action", "[claycrafter] loaded.")
|
||||||
|
Reference in New Issue
Block a user