Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 16 hours ago
All versions
1.0.2+mc1.21.11
Release
KoHs Inventory Tweaks 1.0.2 — Minecraft 1.21.1116 hours ago 9
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Minecraft 1.21.11 port
- Added the maintained Fabric implementation for Minecraft
1.21.11. - Fixed the player model in the real scaled inventory: render bounds, entity size, position, and mouse-follow coordinates now use the same centered transform as the inventory surface and slots.
Inventory animation fixes
- Stabilized ON/OFF controls by removing switch-only entrance scaling, hover lift, and glow pulsing while preserving enabled/disabled colors and markers.
- The Remove All Inventory Animations confirmation no longer restarts the underlying Inventory Tweaks panel animation.
- Extended animation removal to suppress enchanted-item foil only while inventory slots are rendered. HUD hotbar, held items, entities, and the world remain Vanilla.
Scope and compatibility
- Client-side only; inventory transactions, packets, clicks, keys, and transfer speed are unchanged.
- Built for Minecraft
1.21.11, Fabric Loader0.19.3+, Fabric API0.141.6+1.21.11, and Java21+. - Fabric API is required. Mod Menu is optional.
Optional dependencies
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:CjgeYNJu:Csup9scQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CjgeYNJu:Csup9scQ"
}


