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 and non-Glass slabs can't be stacked together #1

Open
sirrobzeroone opened this issue May 20, 2020 · 0 comments
Open

Glass and non-Glass slabs can't be stacked together #1

sirrobzeroone opened this issue May 20, 2020 · 0 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@sirrobzeroone
Copy link
Owner

Its not possible inside the minetest engine to have a node which has half the properties of "normal" and half the properties of "glasslike". Unfortunately this means if I include code to allow the stacking of glass and non-glass slabs you get some interesting visual effects in game.

Summary:

  • Normal slab on glass slab - slab appears as top normal slab with some strange graphic overlay.
  • Glass slab on normal slab - slab appears as top glass slab ie full glass block.
  • For example of above place "glass" slab on "obsidian glass" slab and vice versa the node will take on the look of the top most slab, this seemed minimal issue so left this combo okay
@sirrobzeroone sirrobzeroone added bug Something isn't working wontfix This will not be worked on labels May 20, 2020
@sirrobzeroone sirrobzeroone self-assigned this May 20, 2020
@Sumi1998 Sumi1998 mentioned this issue Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant