Update index.html

This commit is contained in:
slweeb 2024-02-02 16:11:42 -05:00
parent 3f0468ab93
commit e322ebf0bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}