Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

TehNut-Mods/Soulbound

Repository files navigation

Soulbound

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

Addons

Out of the box, Soulbound supports Trinkets.

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

Maven

repositories {
    maven { url "https://maven.tehnut.info" }
}

dependencies {
    modImplementation "info.tehnut.soulbound:Soulbound:${soulbound_version}"
}

The API is documented with JavaDocs in SoulboundContainer.