All versions
2.1.4.5
Release
Grid Inventory 2.1.4.5last month 201
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Grid Inventory 2.1.4.5
Reported by Folcoy and Sheldon J Plankton on Discord — thank you.
- Fix items picked up off the ground being placed into armour slots. When a collected item could not fit anywhere in the grid, the fallback search for a free slot scanned the player's entire inventory container instead of just the 3x9 grid. That range runs past the 36 main slots into the four armour slots and the offhand, and any empty slot outside the grid was accepted as a valid destination without further checks — so a dropped item could end up worn. The search is now confined to the grid, and an item with genuinely nowhere to go is left on the ground, matching vanilla. Triggering it took a fairly full inventory: every hotbar slot occupied and no remaining grid space large enough for the item's footprint, which is why it went unreported for so long.
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:kU8s6u8S:tLLbJNRh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kU8s6u8S:tLLbJNRh"
}

