Skip to content

A Minecraft enchantment for keeping items when you die.

Notifications You must be signed in to change notification settings

japherwocky/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.

About

A Minecraft enchantment for keeping items when you die.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%