no timer for crying obsidian without air below

This commit is contained in:
kno10 2024-12-26 17:23:46 +01:00 committed by the-real-herowl
parent d676085209
commit 9e20ece0a0

@ -1495,6 +1495,7 @@ minetest.register_abm({
interval = 5,
chance = 10,
action = function(pos, node)
if minetest.get_node(vector.offset(pos, 0, -1, 0)).name ~= "air" then return end
minetest.after(0.1 + random() * 1.4, function()
local pt = table.copy(crobby_particle)
pt.size = 1.3 + random() * 1.2