1.12.2 - Cables appear invisible when in front of Openblocks tanks
AtomicWaffle14 opened this issue ยท 8 comments
That is openBlocks issue because i use the normal translucent blockrenderer, there is nothing that i can do to fix it.
@OvermindDL1 for the Glassfiber cable and mc only allows 1 State per Block.
Instead of using transparency for glassfiber why not using a masking texture on it instead? The MC engine handles transparency exceptionally poorly so it's good to avoid it.
@OvermindDL1 because since 1.8 if a block isnt marked as Transparent the texture will be made opaice too.
Why translucent? The cable is not translucent and putting it into the opaque renderer would fix it too.
Have you tried using CUTOUT
rather than TRANSLUCENT
? It implies a little more solid but still doesn't have the shadow problems SOLID
has.