Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 days ago
All versions
1.0.0-beta.3+89717d3e
Beta
Iconographic 1.0.0-beta.3+89717d3elast month 19
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Added prettier Gemstones.
- Added an option to hide/move extra stats to extra elements.
- Moved Enchanted Book Enchantment name into the Item Name.
- Added a holographic name for Shiny Items.
- Added Enchanted Book & Pet Candy Tag.
- Added a keybind to toggle Iconographic Tooltips.
Changes
- Added an option to disable stats alignment.
- Reorder the config.
- Added Compatability to SkyHanni's Level 100 Pet bar.
Fixes
- Fixed Drill Components not showing up for a few people.
- Fixed Item Ability Alignment killing other elements.
- Fixed some stats not having an empty line after them.
- Fixed Pet Abilities applying to pet held items.
- Fixed squares in the level bars.
This Update was brought to you by:
Juna, Mona, Rain, JustAlex
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:jrPpQCNN:fEVYK7eJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jrPpQCNN:fEVYK7eJ"
}


