mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-27 04:12:39 +02:00
chance weeds from 1 in 15 to 1 in 35
This commit is contained in:
2
soil.lua
2
soil.lua
@ -201,7 +201,7 @@ minetest.register_abm({
|
|||||||
nodenames = {"group:field"},
|
nodenames = {"group:field"},
|
||||||
neighbors = {"air"},
|
neighbors = {"air"},
|
||||||
interval = 50,
|
interval = 50,
|
||||||
chance = 15,
|
chance = 35,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
|
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
Reference in New Issue
Block a user