From 06e8e972cc2809bcf3e70cb6dfc203fc8d4226b5 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Fri, 12 Mar 2021 00:48:53 +0100 Subject: [PATCH] add help text to mcl_farming --- mods/ITEMS/mcl_farming/shared_functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_farming/shared_functions.lua b/mods/ITEMS/mcl_farming/shared_functions.lua index 35e3b575..c4cb2fd7 100644 --- a/mods/ITEMS/mcl_farming/shared_functions.lua +++ b/mods/ITEMS/mcl_farming/shared_functions.lua @@ -58,7 +58,7 @@ function mcl_farming:add_plant(identifier, full_grown, names, interval, chance) mcl_farming.plant_lists[identifier].names = names mcl_farming.plant_lists[identifier].interval = interval mcl_farming.plant_lists[identifier].chance = chance - plant_lists = mcl_farming.plant_lists + plant_lists = mcl_farming.plant_lists --provide local copy of plant lists (performances) minetest.register_abm({ label = string.format("Farming plant growth (%s)", identifier), nodenames = names,