Minecraft Better FPS Graph mod 2024 download
logo
minecraft mod Better FPS Graph

Better FPS Graph

Game Version: 1.16.3
Total Downloads: 2,633
Updated: Oct 28, 2020
Created: Aug 2, 2020
Download Better FPS GraphDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
V1.2-1.16 release 12.71 KB Oct 28, 2020 1.16.3 1,377 download Better FPS Graph V1.2-1.16 releaseDownload
V1.5-1.15 release 12.69 KB Oct 28, 2020 1.15.2 285 download Better FPS Graph V1.5-1.15 releaseDownload
V1.1-1.16 release 12.67 KB Oct 27, 2020 1.16.3 27 download Better FPS Graph V1.1-1.16 releaseDownload
V1.4-1.15 release 12.65 KB Oct 27, 2020 1.15.2 19 download Better FPS Graph V1.4-1.15 releaseDownload
V1.0-1.16 release 8.44 KB Aug 3, 2020 1.16.1 402 download Better FPS Graph V1.0-1.16 releaseDownload
V1.3-1.15 release 8.44 KB Aug 3, 2020 1.15.2 367 download Better FPS Graph V1.3-1.15 releaseDownload
V1.2-1.15 release 7.75 KB Aug 2, 2020 1.15.2 19 download Better FPS Graph V1.2-1.15 releaseDownload
V1.1-1.15 release 7.56 KB Aug 2, 2020 1.15.2 10 download Better FPS Graph V1.1-1.15 releaseDownload
V1.0-1.15 release 7.01 KB Aug 2, 2020 1.15.2 16 download Better FPS Graph V1.0-1.15 releaseDownload
Quick Fix 2 beta 12.69 KB Oct 28, 2020 1.15.2 100 download Better FPS Graph Quick Fix 2 betaDownload
Quick fix beta 12.65 KB Oct 28, 2020 1.15.2 11 download Better FPS Graph Quick fix betaDownload

Description

Share this:

What this mod does, is it makes the FPS graph show what's causing the lag, through the usage of colors. This is useful for debugging laggy mods, that have added integration for this.

 

Icon is an example of what it might look like.

Green represents the render time of the graph itself, black is unknown, the rest of the colors are up to the devs.

 

Implementation:

buildscript {
repositories {
...
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
...
classpath "com.wynprice.cursemaven:CurseMaven:2.1.4"
}
}

apply plugin: "com.wynprice.cursemaven"

dependencies {
...

compile fg.deobf("curse.maven:better-fps-graph:[version_file_id]")
}

 

 

Comments

Add a comment