generated lanterns on top of block have wall-texture
micrwvae opened this issue · 8 comments
Describe the bug
when visiting a ancient city i saw lanterns that were on top of blocks but had the texture as if they were on a wall
the
Reproduction Steps
Example:
- install mod
- tp to an ancient city which has lanterns
- mine and place one to get the right blockstate
Expected behavior
lanterns placed look like in vanilla without the conection to the wall
Mod Information:
- Minecraft Version: 1.19.2
- Loader Version: fabric 14.9 on client and server
- Mod Version: 1.4.0
made a mistake
they generate as the one that is supposed to be on walls
meaning if you update them without providing a support on the side where they should connect they pop off
oh yeah my bad should said that the one that is on the left was mined and placed down
Do they all generate like this, or do some generate normally? I’m asking because the one to the left, in your image, appears to be normal.
If you can, do you mind sending me a F3 screenshot of a lantern that is trying generate hanging?
Yes, that's exactly what I was looking for. I might be able to fix this by overriding Minecraft's structures, but I'd like to avoid that because it could cause conflicts with other mods.
I'll continue to look into ways of fixing this.
Now that the mod is using Statement, this should be fixed. Although, I will test that before closing this issue.