Platform render issue with cutout disguises
9SENSEI opened this issue ยท 2 comments
Mod Loader
Forge
Minecraft Version
1.19.2
Botania version
1.19.2-440
Modloader version
Forge:43.2.3
Modpack info
No response
The latest.log file
N/A
Issue description
spectral platform had edge rendering issues when simulating tall grass in 1.19
Steps to reproduce
No response
Other information
No response
As far as I can tell, this is easily fixed on Forge, but seems nearly impossible to fix in Fabric, where the bug also exists.
The root cause is that platforms are rendered with a fixed render type, which is "translucent" by default. That type will not work properly for non-cube block models that are supposed to use a different type of rendering (like the "cutout" rendering for most foliage). The translucent rendering also causes issues with the block breaking animation for platforms. (#4557)