Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 days ago
All versions
1.0.2+mc26.1.2
Release
KoHs Inventory Tweaks 1.0.2 — Minecraft 26.1.24 days ago 9
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
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 extracted for rendering.
- HUD hotbar, held-item, entity, and world enchantment rendering remain Vanilla.
Scope and compatibility
- The existing Minecraft 26.1.2 GUI-scaling path is unchanged.
- Client-side only; inventory transactions, packets, clicks, keys, and transfer speed are unchanged.
- Built for Minecraft
26.1.2, Fabric Loader0.19.3+, Fabric API0.155.2+26.1.2, and Java25+. - 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:ZSP4wYds"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CjgeYNJu:ZSP4wYds"
}


