While breaking the Altar block, you can see the breaking texture rendering on the items that are on it
Synthestra opened this issue ยท 2 comments
Mod Loader
Forge
Minecraft Version
1.18.2
Botania version
1.18.2-432
Modloader version
40.1.20
Modpack info
No response
The latest.log file
No Crash
Issue description
While breaking the Altar block, you can see the breaking texture rendering on the items that are on it
Steps to reproduce
- Place item on altar
- Start breaking it
- See breaking texture
Other information
No response
this is because when Minecraft renders a block entity being broken, it simply calls the block entity renderer twice, the second time with the breaking texture. Not sure if this is easy to fix, if not might not be worth fixing.
Okay, I looked into this. I remembered vanilla having a method to control whether a BE is called again with cracking animation or not, but that seems to be gone (probably during the 1.15 refactors). So this is not really worth fixing without a lot of hacks, sorry. It'll be a wontfix.