1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-21 16:20:26 +02:00

1 Commits

Author SHA1 Message Date
c1dddd5adf Ajoute messages de chargement des mods dans le journal "action" 2018-12-25 15:53:23 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -218,3 +218,5 @@ end
function food.craft(craft)
minetest.register_craft(craft)
end
minetest.log("action", "[food] loaded.")

View File

@ -295,3 +295,4 @@ food.module("cake_carrot", function()
})
end)
minetest.log("action", "[food_basic] loaded.")