Iconic

Quick rating

Community listing page, reviews here may not be monitored by the author.

Iconic

By Sindercube

No reviews yet

A library for creating customizable content mods

Mod Loaders
Minecraft

About

Description

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.