Soulbound is a mod for Minecraft that adds an enchantment for keeping items upon death. It is built for the QuiltMC modding toolchain.
Out of the box, Soulbound supports Trinkets and Universal Graves.
If your mod adds an additional player inventory, consider adding integration.
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.