Re-increase torch water quenching radius a little.

This commit is contained in:
Aaron Suen 2019-11-18 22:55:36 -05:00
parent b9fb3660d0
commit 061d100723

View File

@ -65,7 +65,7 @@ nodecore.register_aism({
pos = vector.add(pos, vector.multiply(player:get_look_dir(), 0.5))
end
if nodecore.quenched(pos, data.node and 1 or 0) then
if nodecore.quenched(pos, data.node and 1 or 0.3) then
minetest.sound_play("nc_fire_snuff", {gain = 1, pos = pos})
return "nc_fire:lump_ash"
end