HomeJavaModsIconic
Iconic
ModsJava

Iconic

by Soumeh · on Modrinth

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Fabric only.

⬇ Download for 1.21–1.21.1⬇ Download for 1.19–1.19.4
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Requires Fabric API Hosted On Cloudsmith

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more