Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glass Panes don't have connected texture #3110

Open
DustyBagel opened this issue Apr 9, 2024 · 2 comments
Open

Glass Panes don't have connected texture #3110

DustyBagel opened this issue Apr 9, 2024 · 2 comments

Comments

@DustyBagel
Copy link

When you place a glass pane next to another glass pane, the texture doesn't connect like the glass blocks do when I place them together. This happens for other glass nodes like glass stairs and slabs too and I think that they should be able to like the glass blocks do. Here is a picture of what I mean.

screenshot_20240409_003144

@appgurueu
Copy link
Contributor

appgurueu commented Apr 11, 2024

Glass has a special engine-supported drawtype enabling this; the nodebox draw type does not support this. So there isn't an easy way to fix this (short of registering way too many nodes with different textures and always picking the appropriate one, which would be too wasteful and dirty to warrant implementation) without an engine change.

Not sure whether to label this a feature request (because the nodes are in principle fine as-is) or a bug (because it's inconsistent with glass nodes).

@DustyBagel
Copy link
Author

DustyBagel commented Apr 16, 2024

I would consider it a feature request because the game works completely fine as is. This is just something I would like to be possible to at least be able to mod in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants