balance: make base decomposition rate slower.

(negligible when the decomposing leaves are touching several nodes that
make them decompose faster.)
This commit is contained in:
trans_soup 2023-10-19 15:17:05 +02:00
parent f134082112
commit 0dffde9363
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ blockgame.register_increasing_abm({
interval = 30,
chance = 10,
rate = function (pos, node, data)
local score = 100
local score = 20
local source_pos = pos
blockgame.flood_fill(pos, function (pos, distance)