All versions
1.2.3
Release
LockSlot 1.2.3last month 609
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Added
- A complete Mod Menu + Cloth Config settings screen.
- Individual controls for 9 hotbar slots and 27 main inventory slots.
- Three protection modes: drop only, drop plus Shift-click, and full slot locking.
- A protected-item list that works independently of slot locks.
- Item search by short name, with a selectable suggestion list.
Ctrl + Shift + Qas an intentional-drop shortcut for protected items.- Three visual styles: lock icon, colored fill, and icon with fill.
- An HSV color picker with configurable fill, icon, and border opacity.
- English and Russian localization.
- Automatic backup of damaged LockSlot configuration files before recovery.
Changed
/lockslotnow opens the graphical settings screen.- Protected item types can move freely between slots while remaining protected from normal
Qdrops. - Clicking outside the inventory window remains available as an intentional way to drop an item.
- Updated the mod to Minecraft 1.21.11 and the current Fabric/Cloth Config dependency set.
Fixed
- Corrected locked-slot overlay alignment in inventory screens.
- Prevented the hotbar overlay from drawing over the vanilla slot frame.
- Applied the final one-pixel right/down hotbar alignment correction.
- Kept fill, border, and lock-icon positioning consistent across hotbar and inventory rendering.
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:H6GgMaB6:k2Po5eA3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H6GgMaB6:k2Po5eA3"
}

