BuildCraft|Core

BuildCraft|Core

7M Downloads

Make lit gates and pipe wire lit up like robots do

asiekierka opened this issue ยท 1 comments

commented

@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;".

commented

Will do :)
I'll have a look into it later. Bit of a busy day today unfortunately.