1.1.0
Compatibility
Changes
ItemViz Changelog (v1.0.0) This update brings massive improvements to the configuration UI, completely overhauls how you manage multiple items, and fixes critical crashes related to other mods.
New Features Multi-Select Editing Mode: Added a powerful new Multi-Select dropdown. You can now edit the scale, offset, and visibility of dozens of items simultaneously! Select All / Deselect All: Added convenient buttons to select or deselect all items currently visible in your filtered list. Perfect for editing an entire category (like all Swords or all Blocks) at once. Placeholder Previews: When editing multiple items at once, the live preview now intelligently displays a placeholder (Barrier) so you always know you're in bulk-edit mode. Brand New Icon: Updated the mod icon to a sleek, modern design. Bug Fixes & Improvements Shield Status Crash Fix: Fixed a critical game crash that occurred in the Main Menu when the shieldstatus mod was also installed. The shield is now safely hidden in the Main Menu (with an explanatory text) and renders perfectly when you join a world! UI Overlap Fixes: Fixed a visual bug where the new multi-select buttons were overlapping and hiding the dropdown menus. Author Metadata: Corrected the mod author metadata to properly credit Superzellen. Cleaned up Descriptions: Removed inaccurate mentions of "Z offsets" from the descriptions (as the mod handles X and Y offsets) and removed unnecessary emojis for a cleaner, more professional look.
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:SjjNr7zk:5zmZeJK0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SjjNr7zk:5zmZeJK0"
}

