Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 days ago
All versions
1.0.3+mc1.21.10
Release
KoHs Inventory Tweaks 1.0.3 — Minecraft 1.21.103 days ago 5
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Supported build
- Minecraft
1.21.10 - Fabric Loader
0.19.3+ - Fabric API
0.138.4+1.21.10 - Java
21+ - Client-side only; Mod Menu is optional
Technical changes
- Added the isolated Minecraft 1.21.10 implementation and source tree.
- Ported rendering, widgets, input hooks, resources, and mixins to the 1.21.10 mapped APIs.
- Corrected player-model rendering in the main menu preview, customization previews, GUI Scaler, and the real inventory by keeping entity bounds and scissor coordinates in the same coordinate space.
- Removed the unsupported Nautilus inventory preview and its unused localization entries on 1.21.10.
- Added a responsive startup-failure history panel to Issues Tracker. It records confirmed startup blockers and related startup crash reports only when the culprit is explicitly attributable.
- Preserved the original immediate offhand behavior; no artificial delay is added to normal hotbar-to-offhand input.
Validation
- Clean Gradle build and remapped JAR completed successfully.
- Launched through Fabric in the
Test 1.21.10Modrinth instance. - Reached a stable Minecraft screen with no KoHs mixin, injection, or classloading errors.
SHA-256: E9A0D357FE56D5E09E8C63C1F5687164322FF73AC7BCF195A406ABD5466B5AF4
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:97lReQJx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CjgeYNJu:97lReQJx"
}


