promotional bannermobile promotional banner

YoinkGui

A fabric mod that allows u to copy a gui via the nbt of the item and parse the nbt into a copyable format!

File Details

YoinkGUI 1.9.2 for MC 1.21.4

  • B
  • Feb 17, 2026
  • 1.03 MB
  • 5
  • 1.21.4+2
  • Fabric

File Name

yoinkgui-1.9.2+1.21.2-1.21.4.jar

Supported Versions

  • 1.21.4
  • 1.21.3
  • 1.21.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:yoinkgui-1323988:7639856"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.Text to net.minecraft.network.chat.Component.
  • Updated input handling from InputUtil to InputConstants.
  • Updated NBT handling from NbtElement to Tag.
  • Changed command execution method from send to execute.
  • Updated mouse coordinate calculation for new window API.
  • Updated screen property access (currentScreenscreen, runDirectorygameDirectory).
  • Updated key binding detection from wasPressed() to consumeClick().
  • Updated method overrides (close()onClose()).

Library updates

  • Updated Gradle version from 9.2.0 to 9.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.1 from (previous) to 0.116.8+1.21.1.
  • Updated Fabric API for 1.21.8 to 0.136.1+1.21.8.
  • Updated Fabric API for 1.21.9 to 0.141.3+1.21.11.
  • Updated Mod Menu for 1.21.5 to 14.0.1.
  • Updated Mod Menu for 1.21.8 to 15.0.1.
  • Updated Mod Menu for 1.21.9 to 17.0.0-beta.2.
  • Updated YACL to 3.8.2 for 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.