Started by
SnailsAttack
on
Topic category: Help with Minecraft modding (Java Edition)
As the title says, is there a way to obtain the values of the player's configuration settings, such as the render distance, framerate, default field of view, field of view effect strength multiplier, fancy/fast graphics quality, etc?
(Minecraft.getInstance().getFps())
are you kidding me
(Minecraft.getInstance().options.fov().get())
.fov().get()? seriously?