Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 days ago
All versions
1.0.0-beta.5+d76258ce
Beta
Iconographic 1.0.0-beta.5+d76258ce2 days ago 407
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Added/Updated stats.
- Added Rod Part element.
- Added an option to force the base vanilla tooltip background.
- Addded an option to disable the Dungeonized tag.
Changes
- Improved the looks of Drill Components.
- Marked Iceberg as Incompatible.
- Icebergs fully breaks our Tooltips with the dev not responding to bug reports.
- Improved potential compatability with other mods.
Fixes
- Fixed an extra space above item names.
- Fixed non-connecting stat side tooltips not sharing one background.
- Fixed gemstones trying to replace other non-gemstone lines.
- Fixed Vanilla tooltips option not working on side gui.
- Fixed Skill Progress Bar not working on Skill Menu.
- Fixed some non SkyBlock Items having tags.
- Fixed incorrect rarity tags on some items.
- Fixed PetTags killing skin part of pet category.
- Fixed removing the empty line above the rarity line if other mods add their own lines below.
This Update was brought to you by
Juna, Rain, Alex, Mona, Luna
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:6cIGnKmu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jrPpQCNN:6cIGnKmu"
}


