Compare commits

...

3 Commits

Author SHA1 Message Date
7f3a91c0d0 Merge branch 'master' into nalc-1.2 2019-05-25 13:04:05 +02:00
19577a3917 Merge branch 'master' into nalc-1.2 2019-05-09 21:40:50 +02:00
sys4-fr
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.")