Using the WireOffset property I'm able to show inbound wires to a custom powered block. e.g. Generator -> Custom Block, wire is visible.
No outbound wires are visible, however. Custom Block -> Light, no wire is visible. Power is transmitted to the custom block and to the light.
Specifically I'm trying to make a custom block act as an electric fence post, class 'ElectricWire'. Both blocks show as being powered, but there's no visible wire, and no effect applied if you pass between them. I'm using the fence post block as a template with shape and model changed, and wireoffset added.
It looks like this might be triggered by the property WZZ? But if so, I'm not sure how to format the XML to make a vector3i list, as opposed to just the vector3 "0,0,0" used for WireOffset.
Any guidance greatly appreciated.
No outbound wires are visible, however. Custom Block -> Light, no wire is visible. Power is transmitted to the custom block and to the light.
Specifically I'm trying to make a custom block act as an electric fence post, class 'ElectricWire'. Both blocks show as being powered, but there's no visible wire, and no effect applied if you pass between them. I'm using the fence post block as a template with shape and model changed, and wireoffset added.
It looks like this might be triggered by the property WZZ? But if so, I'm not sure how to format the XML to make a vector3i list, as opposed to just the vector3 "0,0,0" used for WireOffset.
Any guidance greatly appreciated.