From f6e5eed2ebfaf18b24cb83861df8cfd4945a9a5e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 1 Jul 2014 19:51:04 -0400 Subject: [PATCH] fix lilypads max count and rarity variables thanks for catching that, Gael de Sailly! --- flowers_plus/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flowers_plus/init.lua b/flowers_plus/init.lua index 96c26e0..d61daf3 100644 --- a/flowers_plus/init.lua +++ b/flowers_plus/init.lua @@ -314,8 +314,8 @@ end plantslib:register_generate_plant({ surface = {"default:water_source"}, - max_count = lilypads_max_count, - rarity = lilypads_rarity, + max_count = lilies_max_count, + rarity = lilies_rarity, min_elevation = 1, max_elevation = 40, near_nodes = {"default:dirt_with_grass"},