1
0
mirror of https://github.com/D00Med/witchcraft.git synced 2025-06-29 14:40:55 +02:00

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

This commit is contained in:
sys4-fr
2019-01-19 20:25:08 +01:00
parent c515b58ca1
commit 32e3f8928b

View File

@ -3906,3 +3906,5 @@ minetest.register_node("witchcraft:candle", {
dofile(minetest.get_modpath("witchcraft").."/scrolls.lua") dofile(minetest.get_modpath("witchcraft").."/scrolls.lua")
dofile(minetest.get_modpath("witchcraft").."/brewing_stand.lua") dofile(minetest.get_modpath("witchcraft").."/brewing_stand.lua")
minetest.log("action", "[witchcraft] loaded.")