Tags
Creators
Details
All versions
2.0.4+26.3
Beta
YoinkGUI 2.0.4 for MC 26.33 days ago 10
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
YoinkGUI 2.0.4
Released September 21, 2026
Fixes
- Replaced the manually rendered Yoink button with Minecraft's button widget.
- Updated the button-position screen to use the native button widget.
- Updated screen mouse and keyboard handling for the 26.3 input events.
Changes
- Updated to
26.3for Minecraft26.3support. - Updated the Gradle wrapper from
9.5.1to9.7.1. - Enabled Gradle build caching and configuration caching.
- Updated Java and mixin compatibility to Java
25. - Updated Stonecutter from
0.9.1-beta.2to0.9.8.
Code changes
- Added native
Buttonregistration throughScreen.init. - Removed manual button rendering, coordinate-based hit testing, and mouse-coordinate conversion.
- Updated keybinds to use Mojang input constants and keyboard input types.
- Added mouse-drag and mouse-release hooks to
VersionedScreen. - Removed the obsolete default mixin entry.
Library updates
- Updated Fabric Loom from
1.17-SNAPSHOTto1.18-SNAPSHOT. - Updated Fabric Loader from
0.19.3to0.19.5. - Updated Fabric Kotlin from
1.13.11+kotlin.2.3.21to1.14.1+kotlin.2.4.20. - Updated Kotlin JVM from
2.4.0-Beta2to2.4.20. - Updated Mod Publish from
2.0.0-beta.1to2.2.1. - Updated Kotlin coroutines from
1.10.2to1.11.0.
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:z8Bf39cy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5j4oEPp2:z8Bf39cy"
}

