Tags
Creators
Details
1.1.0-release.1+in-20100110
Compatibility
Changes
Debug 1.1.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!
Changes
- Added a new config option "Show Full Co-Ords".
- When enabled co-ords on the F3 screen will not be limited to two decimal places.
- Set to false by default.
- Fixed issue where the window would stop responding after requesting to close the window.
- This issue effected all mods made for Quilt 110, and we wanted to fix it.
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:85I3Sy1c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OKeRiPSv:85I3Sy1c"
}


