All versions
1.6
Release
TaCZ: Bleeding 1.6last month 4,977
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
WHAT'S NEW IN VERSION 1.6: 🩸 New Bleeding System:
- The single bleeding effect has been split into two entirely different types!
- Light Bleeding: Can be triggered by cacti, sweet berry bushes, or fall damage. Deals damage every 5 seconds and stops naturally after 1 minute.
- Heavy Bleeding: Triggered by mob attacks, players, or explosions. Deals damage every single second and won't stop until you treat it.
🏥 First Aid & Medicine:
- Tourniquet: A new medical item designed specifically to stop Heavy Bleeding. Using it applies "Slowness II" for 30 seconds.
- Medical Salve: Quickly cures Light Bleeding and grants "Regeneration I" for 8 seconds.
- Bandages (Sterile/Dirty): Now universal! They stop both types of bleeding at once and heal 4.0 HP (2 hearts).
🫀 Atmosphere & Panic Effects:
- Heartbeat Sound: If you are heavily bleeding and your health drops below 3 hearts, you will hear a terrifying heartbeat. The lower your health, the faster and more panicked the pulse gets!
- Improved Overlay: The blood vignette on your screen now pulses dynamically. With heavy bleeding and low health, it flashes twice as fast and becomes much more intense.
- More Blood Particles: Heavy bleeding causes the character to spawn way more blood drips in the air and leave dense blood trails on the ground while moving.
⚙️ Miscellaneous:
- Added crafting recipes for the Tourniquet and Medical Salve.
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:SWCxXGHG:o2Hv57mH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SWCxXGHG:o2Hv57mH"
}

