1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-04-06 20:50:39 +02:00

chance weeds from 1 in 15 to 1 in 35

This commit is contained in:
tenplus1 2025-02-16 16:50:13 +00:00
parent 45c346e763
commit ba4026c406

View File

@ -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)