Tags
Creators
Details
Licensed LGPL-3.0-only
Published last week
Updated yesterday
All versions
1.1+mod
Beta
Mod - Beta v1.1last week 32
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Dedicated servers only
Changes
- The soul's HP is now called energy
- Fixed new ghosts spawning every tick in certain conditions
- Fixed stats from your soul energy level continuing after revive
- Keep Inventory is now actually always off
- Doesn't randomly say "Spawned" in the chat anymore
- Ghosts now take damage when its player takes damage
- Slime, Witch Instant Harm Splash Potion and Zombie Villager attacks now take 1 energy from the soul
- Creaking Hearts now gives 2 energy to the soul instead of 1
- The consuming sound is now audible to everyone
- All types of fish are no longer consumable for the soul, ink sacs and glow ink sacs still are
- Soul energy now updates when taking damage; fixes some types of damage that damaged the soul unintentionally
- In the Graveyard, the players max health is now 1 heart instead of half a heart
- Shields break and uncraft upon use in the graveyard
- A messages pops up on the actionbar saying how much energy you have gained when consuming an item
- player/death.mcfunction now runs after respawning instead of during the death screen
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Jpqagpcb:VMJVsPpO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jpqagpcb:VMJVsPpO"
}

