Make cats make prills sooner

This commit is contained in:
Aaron Suen 2022-01-23 10:51:10 -05:00
parent 5d4c5316a4
commit ca6291c13b

View File

@ -24,7 +24,7 @@ nodecore.register_soaking_abm({
return 2 ^ -math_abs(2 - found)
end,
soakcheck = function(data, pos)
if data.total < 5000 then return end
if data.total < 2000 then return end
nodecore.log("action", "cat prill ready at " .. minetest.pos_to_string(pos))
minetest.get_meta(pos):set_float(furmetakey, 1)
end