Tags
Creators
Details
3.7.1
Compatibility
Changes
🩸 PixelBlood – Compatibility Hotfix
This update resolves compatibility errors reported on older Paper server versions and improves the safety of the PixelBlood admin menu.
🐛 Fixes
- Fixed the
/pb adminmenu causing anIncompatibleClassChangeErroron Paper 1.20.4. - Removed direct reliance on version-sensitive
InventoryViewmethods. - The admin menu is now identified using a dedicated
InventoryHolder. - Fixed GUI clicks being processed incorrectly between the admin menu and the player's inventory.
- Prevented shift-clicking items into the PixelBlood admin menu.
- Prevented items being dragged into admin menu slots.
- Added version-safe handling for renamed
ItemFlagvalues. - Fixed blood trails throwing
NoSuchFieldError: Attribute.MAX_HEALTHon older server versions. - Blood trail health calculations now use a compatibility-safe maximum-health lookup.
- Environmental damage events such as fire, lava, cactus and hot-floor damage should no longer generate related console errors.
⚙️ Compatibility
Improved compatibility across supported Paper versions, particularly servers running Paper 1.20.4.
No configuration changes are required. Replace the previous JAR and restart the server.
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:1oCiyYKI:8yhE7TZv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1oCiyYKI:8yhE7TZv"
}

