Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.45 KB

Soulbound

Build Status Latest Release Maven

Soulbound is a mod for Minecraft that adds an enchantment for keeping items upon death.

Addons

Out of the box, Soulbound supports Trinkets and Universal Graves.

If your mod adds an additional player inventory, consider adding integration.

Maven

repositories {
    maven {
        name = "Up-Mods"
        url = "https://maven.uuid.gg/releases"
    }
}

dependencies {
    modImplementation "dev.upcraft.soulbound:Soulbound-Fabric:${soulbound_version}"
}

The API is documented with JavaDocs in the api package.