Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.21.5-1.3.12
Release
ItemLocks 1.21.5-1.3.12 (Neo)8 months ago 103
Compatibility
Minecraft: Java Edition
1.21.5
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
1.3.12
- This version contains a collective port for minecraft versions still running on ItemLocks 1.3.8 - 1.3.11 to bring them up to par with recent changes and fixes.
- 1.3.9: Now using Cloth Config
- 1.3.9 (Fabric): Added Mod Menu support
- 1.3.9: Old config GUI is now gone (new GUI is still accessible with the N (default) key)
- 1.3.10 (Fabric): Fix overlap issue caused by legacy rendering code which made items disappear in various inventories with custom fonts
- 1.3.11: Reworked update notification system due to previous host removing free tier text hosting.
- Functionality is almost the same for now, but will improve in the future.
- 1.3.12 (Fabric): Fixed issue where F1 (Hide HUD) keybind would not hide hotbar locks.
- 1.3.12 (Neo): Fixed issue where Swap Offhand Key Bind in Key Bindings menu would show a missing translation due to a typo in the translation key.
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:tJzrFuyy:QELPXEHD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tJzrFuyy:QELPXEHD"
}


