Attempting to render a fluid in gui crashes the game
BoogieMonster1O1 opened this issue ยท 0 comments
Describe the bug
Calling RenderUtil#renderGuiTank crashes the game
Environment (please complete the following information with the version):
- Minecraft: 1.18
- Mod Loader: Fabric
Logs
https://pastebin.com/HxFRH5rY
Additional context
The issue occurs because the incorrect vertex format is used. The POSITION_TEXTURE_COLOR
vertex format is used however only the position and texture elements are filled while rendering. The issue is with Reborn Core.