JDKDigital / Adorned

Minecraft Mod: A flexible and expandable accessory/equipment API for users and developers.
https://www.curseforge.com/minecraft/mc-mods/adorned
Other
1 stars 1 forks source link

Adorned API License: LGPL v3

Overview

Adorned is a continuation of Curios for 1.21+ on the NeoForge loader. It aims to stay compatible with mods using Curios in previous versions of Minecraft by keeping the same API and tag structure. The internal modid is still "curios" and will stay that way for compatibility reasons.

Features

Documentation

Adding to Your Project:

Add the following to your build.gradle file:

repositories {
    maven {
        url = "https://www.cursemaven.com"
    }
}
dependencies {
    runtimeOnly "curse.maven:adorned-1036809:${file_id}"
    compileOnly "curse.maven:adorned-1036809:${file_id}"
}

Replace ${file_id} with the file you want to use found on CurseForge https://www.curseforge.com/minecraft/mc-mods/adorned/files.