Make lit gates and pipe wire lit up like robots do
asiekierka opened this issue ยท 1 comments
@ganymedes01 - ping! This one's for you. Do the same thing you did with robots, if you could. The necessary edits have to be done in PipeRendererTESR.
For pipe wire, you can check if they're lit by "boolean isLit = (state.wireMatrix.getWireIconIndex(color) & 1) > 0;".