diff --git a/soil.lua b/soil.lua
index 37acb02..cf983db 100644
--- a/soil.lua
+++ b/soil.lua
@@ -201,7 +201,7 @@ minetest.register_abm({
 	nodenames = {"group:field"},
 	neighbors = {"air"},
 	interval = 50,
-	chance = 15,
+	chance = 35,
 	catch_up = false,
 
 	action = function(pos, node)