isXander / Controlify

Another controller mod - for fabric!
https://www.isxander.dev/mods/controlify
GNU Lesser General Public License v3.0
126 stars 24 forks source link

NBT Tooltips Conflict #247

Closed NyaomiDEV closed 4 months ago

NyaomiDEV commented 4 months ago

Mod Info (fill out the following information)

Describe the problem The client crashes as soon as it draws the GLFW window because Tried to lookup sprite, but atlas is not initialized. This is because NBT Tooltips ticks the game as soon as the window is drawn.

Offending line: https://github.com/zabi94/NBTTooltip/blob/f3fceb611467f8128f06ef113e52efc7396fead7/src/main/java/zabi/minecraft/nbttooltip/NBTTooltip.java#L65

To Reproduce Steps to reproduce the behavior:

  1. Install Controlify and NBT Tooltips
  2. Observe crash

Expected behavior The client should just start.

Screenshots Not applicable

Minecraft Info (please complete the following information):

Additional context Not applicable