Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.19.x
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last week
About
Iconic is a library mod for creating customizable mods
⚠️ Caution
This project is not stable yet and may change significantly between versions
Usage
Add the Sindercube Cloudsmith Maven to your build file and add Iconic as a dependency
build.gradle
repositories {
maven { url = "https://dl.cloudsmith.io/public/sindercube/artifacts/maven/" }
}
dependencies {
modImplementation "org.sindercube:iconic:$iconic_version"
}
Features (W.I.P.)
Effect Holder API
Create objects that hold effects the same way Enchantments do by implementing the EffectHolder interface.
Make the effects usable by items by making a new item component and implementing ItemEffectHolder<EffectHolder>.
Finally, add the item component to the iconic/tags/data_component_type/effect_holder.json tag.
Tooltip Holders
Automatically add components that implement TooltipAppender to item tooltips by adding them to the iconic/tags/data_component_type/tooltip_holder.json tag.


