All versions
V1.4.0
Release
V1.4.0 for 1.21.114 months ago 57
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Inventory Sorting Update
English
Added
- Added one-key inventory sorting.
- Added
Jto sort the current container area. - Added
Kto sort the player inventory. - Added
Shift + Kto sort the player inventory together with the hotbar. - Added support for sorting:
- player inventory
- chests / double chests
- barrels
- shulker boxes
- Added global sorting config file:
config/kabutack-item-sort.properties. - Added two sorting modes:
BROADfor fewer survival-friendly groupsVANILLAfor creative-tab-like ordering
简体中文
新增
- 新增一键整理功能。
- 新增
J:整理当前容器区域。 - 新增
K:整理玩家背包。 - 新增
Shift + K:整理玩家背包与快捷栏。 - 新增可整理目标:
- 玩家背包
- 箱子 / 大箱子
- 木桶
- 潜影盒
- 新增全局整理配置文件:
config/kabutack-item-sort.properties。 - 新增两种整理模式:
BROAD:更少、更适合生存日常的大类分组VANILLA:更接近原版创造栏分类顺序
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:mr1owHxk:Npl9YjVh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mr1owHxk:Npl9YjVh"
}

