Slower alga decay

master
Wuzzy 2022-06-05 00:53:46 +02:00
parent 4b4f1d4588
commit a51a775b18
1 changed files with 2 additions and 2 deletions

View File

@ -733,8 +733,8 @@ minetest.register_abm( -- algae die/become smaller if not fully underwater
{
label = "Alga decay",
nodenames = {"group:alga"},
interval = 1,
chance = 2,
interval = 10,
chance = 20,
action = function(pos, node)
local height = math.ceil(node.param2 / 16)
local segmentpos = vector.new(pos.x,pos.y,pos.z)