Nbt Crafting (Fabric)

Nbt Crafting (Fabric)

630k Downloads

[bug] OpenGL log spam

NoIDontCare opened this issue ยท 0 comments

commented

Version
The Minecraft version and the version of this mod.
Minecraft 1.17.1
Nbtcrafting 2.0.21
ModsOfTheWorld 1.0.8

Describe the bug
A clear and concise description of what the bug is.

OpenGL errors get spammed into the log in a development environment. I believe this is coming from the OpenGL calls in the included ModsOfTheWorld library, specifically the MainMenuScreenMixin, which also adds itself to the project because this error is only occurring on the title screen.

To Reproduce

  1. Add Nbtcrafting as a dependency to a fabric project
  2. Start game and wait for the title screen to load.

Expected behavior
A clear and concise description of what you expected to happen.

No log spam should occur.

Log
The important parts of the log.

https://pastebin.com/aHzmRXKh

I can provide the entire log if necessary.

Additional context
Add any other context about the problem here.