From 0541e10fe0a50ba02d9dc6ab79acad93c8350b4b Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Sat, 5 Feb 2022 22:23:36 -0500 Subject: [PATCH] made ctt a powder --- mods/ticking_temp_stuff.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/ticking_temp_stuff.js b/mods/ticking_temp_stuff.js index 3a8b41b9..84627c23 100644 --- a/mods/ticking_temp_stuff.js +++ b/mods/ticking_temp_stuff.js @@ -427,6 +427,7 @@ elements.tc = { //temperature checker elements.color_temp_test = { color: "#111111", + behavior: behaviors.POWDER, tick: function(pixel) { if(!pixel.oldColor) { pixel.oldColor = pixel.color @@ -487,5 +488,6 @@ elements.color_temp_test = { doHeat(pixel); }, category: "special", - temp: -273, + state: "solid", + temp: 20, }