Skip to content

Up-Mods/Soulbound

 
 

Repository files navigation

Soulbound

Build Status Latest Release Maven

Soulbound is a mod for Minecraft that adds an enchantment for keeping items upon death. It is built for the QuiltMC modding toolchain.

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_version}"
}

The API is documented with JavaDocs in the api package.