Tags
Creators
Details
All versions
1.9.2+1.21.6-1.21.8
Beta
YoinkGUI 1.9.2 for MC 1.21.86 months ago 18
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
YoinkGUI v1.9.2
Released February 15, 2026
Changes
- Migrated from Fabric (Yarn) mappings to Mojang mappings in preparation for Minecraft 1.26.1 support.
- Updated all API imports to 1.21+ standards (MinecraftClient → Minecraft, Text → Component, etc.)
- Switched Fabric Loom plugin to
net.fabricmc.fabric-loom-remap. - Updated keybinding registration for 1.21.9+ compatibility.
Code changes
- Refactored all client code to use Mojang mappings instead of Yarn.
- Added AbstractContainerScreenAccessor for accessing hoveredSlot.
- Removed obsolete HandledScreenAccessor interface.
- Updated screen rendering from DrawContext to GuiGraphics.
- Updated text handling from
net.minecraft.text.Texttonet.minecraft.network.chat.Component. - Updated input handling from InputUtil to InputConstants.
- Updated NBT handling from NbtElement to Tag.
- Changed command execution method from
sendtoexecute. - Updated mouse coordinate calculation for new window API.
- Updated screen property access (
currentScreen→screen,runDirectory→gameDirectory). - Updated key binding detection from
wasPressed()toconsumeClick(). - Updated method overrides (
close()→onClose()).
Library updates
- Updated Gradle version from
9.2.0to9.3.1. - Updated Fabric Kotlin version to
1.13.9+kotlin.2.3.10. - Updated Java compilation and target compatibility to version 25.
- Updated Fabric API for
1.21.1from (previous) to0.116.8+1.21.1. - Updated Fabric API for
1.21.8to0.136.1+1.21.8. - Updated Fabric API for
1.21.9to0.141.3+1.21.11. - Updated Mod Menu for
1.21.5to14.0.1. - Updated Mod Menu for
1.21.8to15.0.1. - Updated Mod Menu for
1.21.9to17.0.0-beta.2. - Updated YACL to
3.8.2for all supported Minecraft versions. - Added support for Minecraft 26.1 with initial dependency configurations.
- Yarn mappings are no longer used and have been removed from all version configurations.
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:5j4oEPp2:Wzcyrqht"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5j4oEPp2:Wzcyrqht"
}




