All versions
0.8.0-BETA
Beta
Ragdollified 0.8.0-BETAlast month 9,686
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Client and server
Changes
Ragdollified 0.8.0 Changelog
- Fixed ragdolls not spawning due to the entityID bug (hopefully fixed fully)
- Overhauled first-person ragdoll camera
- Bunch of small improvements I won't list like last time to not bloat the changelog
- Fresh animation fix to villagers
- Fixed curse of vanishing not working with corpses
- Fixed piglins, piglin brutes, zombified piglins, and vindicator ragdolls spawning in the ground
- Fixed small mobs going flying because of velocity/weight
- Added API for addons (mostly for revive and corpse stuff for now)
- Added Curios rendering support (even for geckolib-based curios)
- Added Guard Villagers support
- Added witch ragdoll
- Added horse, skeleton horse, and zombie horse ragdoll
- Added mule ragdoll
- Added donkey ragdoll
- Added fox ragdoll
- Added wolf ragdoll
- Added panda ragdoll
- Added iron golem ragdoll
- Added goat ragdoll
- Added enderman ragdoll
- Added polar bear ragdoll
- Added turtle ragdoll
- Added camel ragdoll
- Added llama ragdoll
- Added rabbit ragdoll
- Added frog ragdoll
- Added hoglin ragdoll
- Added zoglin ragdoll
- Added sniffer ragdoll
- Added ravager ragdoll
- Added phantom ragdoll
- Added parrot ragdoll
- Added slime ragdoll
- Added magma cube ragdoll
- Added silverfish ragdoll
- Added endermite ragdoll
- Added allay ragdoll
- Added strider ragdoll
- Added snow golem ragdoll
- Added blaze ragdoll
- Added spider ragdoll
- Added cave spider ragdoll
- Added shulker ragdoll
- Added ghast ragdoll
- Added vex ragdoll
- Added warden ragdoll
- Added baby variants to the ragdolls above
- Fixed mobs holding still while dying having zero velocity (directional carry speed)
Attempted:
- MCA Compat (failed multiple times; not worth the time invested, and I gave up)
THIS IS A LARGE UPDATE; PLEASE EXPECT BUGS
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:PMOR9v1z:8y3YTbYJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PMOR9v1z:8y3YTbYJ"
}

