forked from nalc/mtfoods
Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
parent
7893936328
commit
7151544966
2
init.lua
2
init.lua
@ -47,3 +47,5 @@ end
|
|||||||
dofile(minetest.get_modpath("mtfoods").."/desserts.lua")
|
dofile(minetest.get_modpath("mtfoods").."/desserts.lua")
|
||||||
dofile(minetest.get_modpath("mtfoods").."/foods.lua")
|
dofile(minetest.get_modpath("mtfoods").."/foods.lua")
|
||||||
dofile(minetest.get_modpath("mtfoods").."/drinks.lua")
|
dofile(minetest.get_modpath("mtfoods").."/drinks.lua")
|
||||||
|
|
||||||
|
minetest.log("action", "[mtfoods] loaded.")
|
||||||
|
Loading…
Reference in New Issue
Block a user