i left a testing thing in
This commit is contained in:
parent
1a332cc8d9
commit
f8a0d95f73
|
|
@ -385,14 +385,16 @@ elements.superduperheater = {
|
||||||
state: "solid",
|
state: "solid",
|
||||||
},
|
},
|
||||||
|
|
||||||
elements.temp222 = {
|
elements.tempinccheck = {
|
||||||
color: "#222222",
|
color: "#000000",
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
pixel.color = "rgb(" + pixel.temp % 256 + ",0,0)"
|
pixel.color = "rgb(" + pixel.temp % 256 + ",0,0)"
|
||||||
},
|
},
|
||||||
category:"machines",
|
category:"machines",
|
||||||
insulate:true,
|
insulate:true,
|
||||||
state: "solid",
|
state: "solid",
|
||||||
|
hidden: true,
|
||||||
|
extraInfo: "Debug tool<br>Changes black to red with increasing heat",
|
||||||
},
|
},
|
||||||
|
|
||||||
runAfterLoad(function() {
|
runAfterLoad(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue