Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 4 days ago
All versions
2.1.0-1.21.1
Release
CravenCraft's Bloody Bits 2.1.0-1.21.14 days ago 327
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
V2.1.0 Particle Update
- Added a blood impact mist particles for projectile impacts, which will move towards the damage source (with some random variance).
- Changed blood spray particles to be less over the top by default.
- Made blood spatters slightly smaller.
- Blood spray will go in the opposite direction of the damage (with some random variance).
- Added a Common Config option for damage type debug messages.
- Added Client Config options for blood spray friction and blood mist scale.
- Added a Common Config option for blood spray amount and damage caps.
- Blood sprays are now 3D similar to V1.3.4.
- Blood mist particles will be double the size on a killing blow.
- Silver Fish is now registered to bleed green by default.
- Bugfix for issue: #53
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:4xxMfxFO:XIrV9X7Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4xxMfxFO:XIrV9X7Q"
}

