
KISS – Keep Inventories Sorted, Simple
ArchivedLightweight inventory sorting mod.
109Kdownloads
83followers
109Kdownloads
83followers
KISS – Keep Inventories Sorted, Simple has been archived. KISS – Keep Inventories Sorted, Simple will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
0.5.0
Release
KISS – Keep Inventories Sorted, Simple v0.5.02 years ago 685
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Support for Minecraft 1.21.4
- Replaced kyrptconfig with MidnightConfig
- This is a big change, necessary because
kyrptconfigwasn't getting updated and caused the config screen for the mod to instantly crash the game on 1.21.4 when attempting to open it.MidnightConfigshould be a more reliable dependency, but I had to remove some functionality to get this done. Unfortunately your existing configuration won't be migrated, so please take a look at the new config screen to set the mod up to your liking.
- This is a big change, necessary because
- Removed "ignore list" functionality
- I never used this, it seemed broken in my testing anyway and nobody reached out when I mentioned planning to remove it. It made the config library change mentioned above much simpler.
- Deprecated buttons
- Buttons are now hidden by default; you can enable them again via the configuration for now (use hotkeys instead – default is
Ror the middle mouse button). - Despite the deprecation I also fixed some button logic and updated button texture.
- Please shout if you rely on using buttons instead of hotkeys, I might reconsider the planned removal.
- Buttons are now hidden by default; you can enable them again via the configuration for now (use hotkeys instead – default is
- A few other minor fixes
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:FbHSPTyF:XiLGMXKx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FbHSPTyF:XiLGMXKx"
}

