maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
410 stars 104 forks source link

Use the fps value in MinecraftClient instead of updateFps() method #295

Closed zly2006 closed 1 year ago

zly2006 commented 1 year ago

This mod is incompatible with exordium. When installed exordium, the miniHUD huds are not rendered every render tick, and then the fps value of miniHUD is not the real fps of minecraft.

Just use net.minecraft.client.MinecraftClient#getCurrentFps to get the correct fps value.