Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated last month
All versions
v1.3
Release
Minecraft on Discord v1.37 months ago 168
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Either a smol update or some changes:
- Fixed Sub-Server bug where after joining a sub-server, it does not know if you are back to the same server as before if you decide to go back to its lobby (This being targeted at Minehut) or that a network's minigames counts as sub-servers even if it is on the same IP (This being targeted at Hypixel, or any other network server), it can't be still accurate
- Fixed (or added a smol check who even knows) a bug that pause screen does not count as an thing to check after you done messing with whatever screen you were before while the game is paused
- Added more checks for mods, like uh, Flashback, Sodium, Iris, Resourcify, and added a check for a mod that has a configuration screen using YACL or other configuration mods (those supported by this version) but also add more screens to flag on the vanilla's side (Viewing Realms and uhh others)
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:PVnS13Yf:Ql7ZU0Nu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PVnS13Yf:Ql7ZU0Nu"
}



