mirror of
https://github.com/D00Med/witchcraft.git
synced 2025-06-29 06:31:07 +02:00
Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
2
init.lua
2
init.lua
@ -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.")
|
||||||
|
Reference in New Issue
Block a user