From f8a0d95f733f7f9f76d2cb9eb27eeb87ddd05510 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:03:12 -0500 Subject: [PATCH] i left a testing thing in --- mods/randomness.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mods/randomness.js b/mods/randomness.js index 2be6a424..500a8987 100644 --- a/mods/randomness.js +++ b/mods/randomness.js @@ -385,14 +385,16 @@ elements.superduperheater = { state: "solid", }, -elements.temp222 = { - color: "#222222", +elements.tempinccheck = { + color: "#000000", tick: function(pixel) { pixel.color = "rgb(" + pixel.temp % 256 + ",0,0)" }, category:"machines", insulate:true, state: "solid", + hidden: true, + extraInfo: "Debug tool
Changes black to red with increasing heat", }, runAfterLoad(function() {