forked from mtcontrib/mtfoods
Ajoute message de chargement du mod dans le journal "action"
This commit is contained in:
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.")
|
||||||
|
Reference in New Issue
Block a user