From a013682de23e30edd5fd1c3e12ce0b9927843144 Mon Sep 17 00:00:00 2001 From: kaadmy Date: Fri, 6 Nov 2015 09:12:25 -0800 Subject: [PATCH] fixed typo with growing thistles --- mods/default/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/functions.lua b/mods/default/functions.lua index 1ca89d8..011bb0c 100644 --- a/mods/default/functions.lua +++ b/mods/default/functions.lua @@ -321,7 +321,7 @@ minetest.register_abm( -- papyrus grows minetest.register_abm( -- papyrus grows { - nodenames = {"default:papyrus"}, + nodenames = {"default:thistle"}, neighbors = {"group:plantable_soil"}, interval = 20, chance = 30,