From 864f0bcf2898651031fcb21e5b61a1380c69ecf3 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Mon, 31 Dec 2018 16:57:30 +0100 Subject: [PATCH] Add load message into the "action" log --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index c66e859..20da266 100644 --- a/init.lua +++ b/init.lua @@ -419,3 +419,5 @@ if minetest.get_modpath("bonemeal") and bonemeal then bonemeal:add_crop({{"farming:tomato_", 8, "farming:tomato"}}) end end + +minetest.log("action", "[morefarming] loaded.")