All versions
0.9.6
Release
GuessTheUtils 0.9.6 for 1.21.6-1.21.8last year 158
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
GuessTheUtils 0.9.6
New Stuff
- Shortcuts reminder now uses the same list as https://gtb.zmh.me/themes, updating automatically and independently of the mod itself. (thanks zmhprogram)
- Added setting to filter CJK or non-ASCII shortcuts from reminder messages.
- Added
/gettranslation <theme> <language>command to get approved translations of a given theme and quickly paste them in chat. (thanks sophie.fox) - Added
/qgtbcommand to quickly queue/requeue GTB. (thanks sophie.fox) - Added
/lrjcommand to automatically leave and rejoin. - Changed theme length display to show individual word lengths.
- Changed the location where the mod stores its configs and files to
<minecraft_root>/config/guesstheutils. Your settings will be reset. Sorry! - Score tracker is now more lenient when rejoining, only disabling if score mismatches are actually detected. (thanks sophie.fox)
- Added options for scoreboard background opacity and highlight strength.
- Added an easy way to open replays folder by clicking on the replay saved message, or executing
/guesstheutils replay open.
Bug Fixes
- Fixed a bug where
/g member <name>would cause tracker to crash mid-game. (thanks potato1075) - Improved item hider behavior to hopefully prevent it from being active outside of GTB. (thanks potato1075)
- Fixed a rare case of tracker crashing after receiving incomplete game setup data from the server.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| guesstheutils-0.9.6+1.21.6-sources.jar | Unknown | 104.7 KiB |
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:49W6BOju:SXLUP34I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49W6BOju:SXLUP34I"
}

