Tags
Creators
Details
1.3.8
Compatibility
Changes
Drip-Drop Update!
-
Now upon death, the following mobs will drop body parts: Skeleton, Wither Skeleton, Stray, Bogged, Breeze, Blaze, Magma Cube, Slime, Iron Golem, Spider, Cave Spider, Witch, Bat, Phantom, Glow Squid, Squid, Chicken, Vex, Piglin, Piglin Brute, Zombified Piglin
-
Added 5 NEW variants of Red Blood
-
Added 3 NEW variants of Zombie Blood
-
Added 3 NEW variants of Enderman Blood
-
Added 3 NEW variants of Phantom Blood
-
Added Red Blood to: Ocelot, Tropical Fishes
-
Added dust to: Silverfish, Snow Golem.
-
Added Non-Collition with: cave_air, snow.
-
Players will now leave random red blood splashes of varying sizes depending on the damage they receive.
-
Mobs with red blood will now drop blood droplets upon death. These droplets will form a pool of blood upon impact with the ground. (If the droplets don't reach the ground but float in water, the blood droplets will be visible)
-
The blood of the Illagers will no longer be pale in color but will be red (as many asked me to be)
-
To prevent overload, only damaged mobs within 32 blocks of the player will now bleed
-
Fixed Axolotls Blood Bug
-
Changes in code structure to further optimize performance
-
Updated to Fabric 1.21.1
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:GMc9eFJe:U39clrse"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GMc9eFJe:U39clrse"
}

