From ba4026c40615b5c471e0b245fc677c989d3cb621 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 16 Feb 2025 16:50:13 +0000 Subject: [PATCH] chance weeds from 1 in 15 to 1 in 35 --- soil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)