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:
parent
f134082112
commit
0dffde9363
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ blockgame.register_increasing_abm({
|
||||||
interval = 30,
|
interval = 30,
|
||||||
chance = 10,
|
chance = 10,
|
||||||
rate = function (pos, node, data)
|
rate = function (pos, node, data)
|
||||||
local score = 100
|
local score = 20
|
||||||
|
|
||||||
local source_pos = pos
|
local source_pos = pos
|
||||||
blockgame.flood_fill(pos, function (pos, distance)
|
blockgame.flood_fill(pos, function (pos, distance)
|
||||||
|
|
Loading…
Reference in a new issue