1.0.0
Compatibility
Changes
KitSync
KitSync is a lightweight client-side Fabric mod that helps you keep your hotbar organized automatically. Instead of manually moving items around every time you play, you can save custom hotbar layouts as profiles and have the mod rearrange your inventory to match them whenever you open your inventory.
It's especially useful for PvP, survival, speedrunning, and general gameplay where keeping tools, weapons, food, and utility items in consistent slots improves muscle memory.
Features
- Automatically restores your saved hotbar layout.
- Create and save multiple hotbar profiles.
- Quickly switch between profiles using configurable keybinds.
- Optional auto-disable after one complete arrangement.
- Matches items by:
- Item type
- Enchantments
- Custom names
- Client-side only.
- Lightweight with minimal performance impact.
User Interface
The Nize GUI lets you:
- Create new hotbar profiles.
- Rename or manage existing profiles.
- Save your current hotbar as a profile.
- Select the active profile.
- Toggle automatic behavior such as auto-disable.
- Configure profile keybinds for quick switching.
How to Use
1. Create a Profile
- Arrange your hotbar exactly how you want it.
- Open the Nize menu.
- Create a new profile.
- Save your current hotbar layout.
2. Activate a Profile
Select any saved profile from the GUI or use its assigned keybind.
Once active, opening your inventory will automatically move matching items into the correct hotbar slots.
3. Automatic Arrangement
Whenever your inventory is open, Nize checks your active profile and gradually rearranges your hotbar until it matches the saved layout.
If Auto Disable is enabled, the profile automatically deactivates after the arrangement has completed.
Controls
1. Open GUI
- Open the Nize GUI using the Open GUI keybind (configurable in Minecraft Controls).
Profile Switching
- Each profile can be assigned its own configurable keybind.
- Pressing the assigned key instantly activates or deactivates that profile.
Notes
- Nize is client-side only.
- The mod only reorganizes items that already exist in your inventory.
- Items are matched intelligently using their item type, enchantments, and custom names, helping prevent incorrect replacements for enchanted or renamed items.
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:l8y8DyeE:K0E2l48U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l8y8DyeE:K0E2l48U"
}

