Inner Seams of Glass Slabs should be invisible
WenXin20 opened this issue ยท 15 comments
- What version of Minecraft, Forge and Mod are you running?
- Minecraft Version: v1.14.4
- Forge Version: v28.1.65
- Mod Version: v1.4.0.7
- What type of issue is this?:
- Enhancement
- Enhancement Details:
-
Details: Currently, Glass Slabs display the inner seam when they are placed next to each other, but instead should be invisible similar to Vanilla Minecraft Glass.
-
This affects double slabs, upper slabs, and lower slabs.
-
Double Slabs also render incorrectly underwater, and should render similarily to Glass blocks when underwater.
-
hmm, I will see what I can do with this when I get back into development.
Been taking a break lately.
Oh, in my image I was using a texture pack. The issue I meant was the water flowing down it's sides.
It looks like Paper Lanterns also have water flowing down it's sides. Waterloggable maybe?
Yeah, that would work however for the glass slabs it doesn't make sense when it's a double block since it's solid then. By default half-slabs are water loggable and doubles are not. The falling water effect is there because of the transparencies in the block model. Regular glass doesn't have this because it's not water loggable though I have to figure out how it works yet.
Think I got this working how I want it too.
Had to make it waterlogged in order for it to render nicely. Couldn't get it to render like glass (still don't know why.
In addition to fixing the falling water rendering and the rending of adjacent glass blocks I fixed an issue where it wasn't allowing light to go through the block like glass does. Going to fix the Smart Glass block and the Phasic Block.
Bluepower glass had a similar issue that I reported at Qmunity/BluePower#498, if that helps any.
Yeah it does. Basically re-implement from the vanilla glass block. Gonna be tricky with that since this is a slab as well. Probably better than the ugly stuff I have locally right now.
Thank you!
After looking at their code it's about the same as what I created, just tweaked a bit.
I will probably push this out next week some time. I have two new buildings I want to get out as well. Just need to talk to my graphics guy ๐ธ
This has been fixed with the 1.4.0.8 release of prefab which has just been uploaded to CurseForge. This release will become available after their review process has been completed.