1
0
의 미러 https://codeberg.org/tenplus1/farming.git synced 2025-10-23 12:05:43 +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
부모 45c346e763
커밋 ba4026c406

파일 보기

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