shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
334 stars 68 forks source link

Use correct buffer source for rendering #1768

Open RaphiMC opened 5 days ago

RaphiMC commented 5 days ago

Uses the buffer source of the GuiGraphics instead of getting it from Minecraft. This fixes the issue with ImmediatelyFast because ImmediatelyFast changes the internal buffer source.

Fixes https://github.com/shedaniel/RoughlyEnoughItems/issues/1753

shedaniel commented 1 day ago

I see, so this fixes the weird translation errors in 1.21.2 with REI and ImmediatelyFast?

RaphiMC commented 1 day ago

I see, so this fixes the weird translation errors in 1.21.2 with REI and ImmediatelyFast?

Yes