From e322ebf0bcab048250642c96e5ee21f3e500578b Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:11:42 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 34b9f680..69c50e4f 100644 --- a/index.html +++ b/index.html @@ -4332,7 +4332,7 @@ color: "#b3b38b", behavior: behaviors.LIQUID, tick: function(pixel) { - if (pixel.temp > 220 && !pixel.burning) { + if (pixel.temp > 500 && !pixel.burning) { pixel.burning = true; pixel.burnStart = pixelTicks; }