-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Right now there is an issue with the way the outline/breaking animation renders on the book bundles and their slab variants. When next to other blocks, the outline will render in such a way where you can see through it and the terrain. The breaking animation that would normally render over the blocks while breaking them is also rendering as completely transparent. I think this has to do with the bundles being made of of two overlapping cubes while also using the translucent renderer, but I'm not sure why it would be causing this as no other translucent block seems to have this issue.
From what I can tell, this seems to be a shader related issue with how Minecraft/Forge is handling their translucent blocks. That means that this is something that, without extensive knowledge of how the shaders in the game work/how to write shader code, can't be fixed by me as of current. I'm more than happy to accept any help with this problem if you think you know how to fix this issue. Until then, the blocks themselves still function perfectly fine.