made ctt a powder

This commit is contained in:
Lily-129 2022-02-05 22:23:36 -05:00 committed by GitHub
parent 9a2642d425
commit 0541e10fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -427,6 +427,7 @@ elements.tc = { //temperature checker
elements.color_temp_test = { elements.color_temp_test = {
color: "#111111", color: "#111111",
behavior: behaviors.POWDER,
tick: function(pixel) { tick: function(pixel) {
if(!pixel.oldColor) { if(!pixel.oldColor) {
pixel.oldColor = pixel.color pixel.oldColor = pixel.color
@ -487,5 +488,6 @@ elements.color_temp_test = {
doHeat(pixel); doHeat(pixel);
}, },
category: "special", category: "special",
temp: -273, state: "solid",
temp: 20,
} }