
Frostbyte's Improved Inventory
Slot cycle, Durability display, Stack refill, Auto swap tools, Container sort & search, Zoom, Paperdoll, Gamma, Boat item view, Colored armor bar, Inventory tabs, Map & Shulker box preview, Expanded bundle tooltip, More HUD info, & Better locator bar
Links
Tags
Creators
Details
1.12.7
Compatibility
Required content
Changes
Updated to 1.21.10
Additions:
- Added copper armor to the colored armor bar
Bug Fixes:
- Using Alt to slot cycle now respects its config option
- Fixed map preview only showing the background texture
Changes:
- The colored armor bar now supports modded armors. By default, modded armors use the iron armor texture.
- To add support for a modded armor, create a resource pack with the following folder structure:
assets/inventory/textures/gui/sprites/hud. The folders must be named exactly as written, or the custom textures won't be recognized. - Each armor material requires three textures:
<material>_armor_full.png,<material>_armor_half1.pngfor the left half, and<material>_armor_half2.pngfor the right half, where<material>is the id of the armor material. Place these textures in thehudfolder of the resource pack.
- To add support for a modded armor, create a resource pack with the following folder structure:
Optional dependencies
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:tBjxZ7JW:uL9npJTz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tBjxZ7JW:uL9npJTz"
}


