eutro / MultiblockTweaker

Add GregTech CE Multiblocks via CraftTweaker
GNU Lesser General Public License v3.0
8 stars 11 forks source link

In World Previews render over Translucent Blocks #5

Open ALongStringOfNumbers opened 4 years ago

ALongStringOfNumbers commented 4 years ago

Multiblock Tweaker: stable-backcompat-1.0.3 Ender IO: 5.1.55 Forge: 1.12.2-14.23.5.2847

The in world previews of multiblocks render above Ender IO fluid conduits when the fluid conduits are in separate Blockspaces. An image can be seen here: 2020-06-25_15 34 39 In this image, the top right corner of the fluid conduit is seen to be behind the inworld preview. This happens for all blocks in the preview, not just the current erroring block. This also only happens with the fluid conduits, tested with Ender Fluid Conduits and Pressurized Fluid Conduits, and does not occur with item conduits or energy conduits. Not tested with redstone conduits as I forgot at the time I had my game open.

eutro commented 4 years ago

This is likely a bug on EIO's end, as depth test is enabled when rendering.

eutro commented 4 years ago

Upon further testing, it occurs with other translucent blocks as well.

image

eutro commented 4 years ago

Having looked into it, I have deemed that there is no feasible solution. The preview would have to be rendered after solid blocks, but before transparent ones, which seems to be impossible.