diff --git a/flowers.lua b/flowers.lua
index be1d8544a893c78ebf221fc5aa73ea3527e65397..767a99207def0c3ee2b3e7f61cf982555366ac0e 100644
--- a/flowers.lua
+++ b/flowers.lua
@@ -3,7 +3,7 @@ minetest.register_abm({
 	nodenames = {"group:flora"},
 	neighbors = {"group:soil"},
 	interval = 50,
-	chance = 25,
+	chance = 20,
 	catch_up = false,
 	action = function(pos, node)