Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
Updated 6 days ago
All versions
3.0
Release
Player Corpses 3.03 months ago 123
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.9–1.21.11
Platform
Data Pack
Changes
3.0
- updated to 26.2
- made 1.21.9/10 compatible with this version
- added Trinkets Updated and Trinkets Continued support
- added config option for making loot from corpses go in the slot it was in when the player died
- made some tweaks for better performance
- made updating from older versions of the mod work better
- added new welcome text in chat when opening a world it for the first time
- added a new sound when looting corpses with items in them
- made it so that if the stays after being looted config is enabled and you loot a corpse it will lose its visible equipment
- made the despawn time of the corpses visible in the config screen
- made bones and blood from the has gore config more randomly spawned
- fixed a bug where corpses would spawn in a block if it was lower than a full block
- fixed a bug where hitting a corpse with a spear at the same time as it was about to despawn create an unkillable interaction entity
- fixed a bug where you could dispense a shield onto a corpse
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:jzoouHnf:uG8G3e1D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jzoouHnf:uG8G3e1D"
}

