having doubts if this is even the correct solution now;
having doubts if this is even the correct solution now;


behavior property, u only have the value

behaviorelements.led = {
behavior: behaviors.WALL,
reactions: {
"light": {"charge1":1},
"liquid_light": {"charge1":1},
},
color: "#008000",
colorOn: "#FFFFFF",
category: "machines",
tempHigh: 1500,
stateHigh: ["molten_glass","molten_glass","molten_glass","molten_gallium"],
conduct: 1,
breakInto: "glass_shard",
tick: function(pixel){
if (!pixel.color === pixel.colorOn){
pixel.colorOn = pixel.color
}
}
}