1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-11-15 21:15:19 +01:00

Change weed chance, use min/max light globals when nil found.

This commit is contained in:
tenplus1
2025-11-14 14:28:02 +00:00
parent 643a22e21f
commit 3082fa7825
2 changed files with 6 additions and 5 deletions

View File

@@ -203,7 +203,7 @@ if core.settings:get_bool("farming_disable_weeds") ~= true then
nodenames = {"group:field"},
neighbors = {"air"},
interval = 50,
chance = 45,
chance = 50,
catch_up = false,
action = function(pos, node)