File Details
YoinkGUI 1.9.2 for MC 1.21.5
- B
- Mar 5, 2026
- 1.03 MB
- 5
- 1.21.5
- Fabric
File Name
yoinkgui-1.9.2+1.21.5.jar
Supported Versions
- 1.21.5
Curse Maven Snippet
YoinkGUI v1.9.2
Released February 17, 2026
Updated March 5, 2026
- Removed port from servername causing issues with some servers.
Fixes
- Fixed client being null when trying to open the config screen from the main menu.
- Fixed screens not being blurred.
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()). - Added
VersionedScreenclass to handle version-specific minecraft screen code. (Same system as Keybinds)
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.

