Adjust amethyst bud growth

This commit is contained in:
Michieal 2023-04-26 11:47:25 +02:00 committed by cora
parent c84494c93a
commit 21d937a537

View File

@ -38,7 +38,7 @@ minetest.register_abm({
label = "Spawn Amethyst Bud",
nodenames = {"mcl_amethyst:budding_amethyst_block"},
neighbors = {"air", "group:water"},
interval = 20,
interval = 35,
chance = 2,
action = function(pos)
local check_pos = vector.add(all_directions[math.random(1, #all_directions)], pos)