Slower alga decay
This commit is contained in:
parent
4b4f1d4588
commit
a51a775b18
@ -733,8 +733,8 @@ minetest.register_abm( -- algae die/become smaller if not fully underwater
|
|||||||
{
|
{
|
||||||
label = "Alga decay",
|
label = "Alga decay",
|
||||||
nodenames = {"group:alga"},
|
nodenames = {"group:alga"},
|
||||||
interval = 1,
|
interval = 10,
|
||||||
chance = 2,
|
chance = 20,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
local height = math.ceil(node.param2 / 16)
|
local height = math.ceil(node.param2 / 16)
|
||||||
local segmentpos = vector.new(pos.x,pos.y,pos.z)
|
local segmentpos = vector.new(pos.x,pos.y,pos.z)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user