Tags
Creators
Details
1.0.0-release.1+in-20100110
Compatibility
Changes
Debug 1.0.0 for in-20100110
PLEASE NOTE: This mod will only work on in-20100110! Modrinth doesn't list this version, that's why it's incorrectly listed!
Features
- Pressing F3 whilst in-game will now toggle the Show FPS overlay.
- Added player co-ords to Show FPS overlay.
- If
showModsconfig option is set to true, the Show FPS overlay will display a list of the loaded mods.
Dependencies
- Quilt Loader 0.25.0 or newer.
- You will need to use OrnitheMC to use Quilt with Minecraft in-20100110.
- Java 8. (Built using Eclipse Temurin 8.0.412+8)
- Minecraft Indev 0.31 in-20100110.
It's reccommended to use -Djava.util.Arrays.useLegacyMergeSort=true in your java arguments.
To fix sounds, follow this tutorial.
Licensed under LGPL-3.0-or-later.
This mod is not affiliated with/endorsed by Mojang Studios or Microsoft.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:OKeRiPSv:WEx7BGuA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OKeRiPSv:WEx7BGuA"
}


