[Bug]: Texture missing when tilling farmland
Hiconel opened this issue ยท 4 comments
Minecraft version
1.18
Forge version
40.1.71
FramedBlocks version
5.6.0
Describe the bug
The backside texture is missing. Big is only minor because it this disaapears after you rejoin the world. I only tested it with vertical stairs.
How to reproduce the bug
- Place the vertical stairs next to grass, dirt, etc.
- Apply a block texture to the framed block
- Then till the soil with a hoe to create farmland
- Stand on the farmland and look the vertical stairs to see the missing texture
Expected behavior
On the back there should be the same texture as the front.
Additional details
No response
Crash log
No response
Found a surprisingly simple way to fix this, which will be included in the next update.
This is going to be an interesting one to fix. It's low priority though since the issue is not persistent, leaving the area or reloading the world fixes it.
If it bothers you, there is a keybind to update the culling state of framed blocks called "Update culling" (for reference, culling is the process of hiding things that aren't visible anyway, like the back side of that vertical stairs block while it is covered by the dirt block). Looking at the affected block and pressing that key will fix the issue immediately.
Yeah, it's definitely not a big issue, just thought I'd report it since I noticed it. Also, thanks for the keybind tip! ๐