1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-16 23:30:23 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
19577a3917 Merge branch 'master' into nalc-1.2 2019-05-09 21:40:50 +02:00
ec40c00836 Ajoute message de chargement du mod dans le journal "action" 2018-12-25 15:48:08 +01:00

View File

@ -691,3 +691,5 @@ dofile(farming.path.."/food.lua")
dofile(farming.path.."/mapgen.lua")
dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility
dofile(farming.path.."/lucky_block.lua")
minetest.log("action", "[farming] loaded.")