made ctt a powder
This commit is contained in:
parent
9a2642d425
commit
0541e10fe0
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue