diff --git a/abms.lua b/abms.lua index 4d45b54..f0b867d 100644 --- a/abms.lua +++ b/abms.lua @@ -372,7 +372,7 @@ minetest.register_abm({ end end - local target_level = math.max(2, math.ceil((pos.y - 3 ^ math.random(9)) / -2000)) + local target_level = math.max(2, math.ceil((pos.y - 3 ^ math.random(9)) / -200)) local desc for i = 1, 100 do