mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-04-09 07:50:22 +02:00
chance weeds from 1 in 15 to 1 in 35
This commit is contained in:
parent
45c346e763
commit
ba4026c406
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user