Client-side Fabric mod for Minecraft 1.21.11 that adds a short "Invincible wobble" style hit reaction to living entities.
When a living entity is hit and enters hurtTime, the rendered model gets a brief spring wobble:
- strong initial bend on impact
- overshoot past neutral
- 1-2 smaller settling oscillations
- quick decay back to normal
This is visual only.
It does not:
- change knockback
- move hitboxes
- affect damage logic
- send packets
- change server behavior
- All
LivingEntityrenders get a root/body wobble. - Biped-style models get extra body, head, arm, and leg wobble.
- Repeated hits retrigger the effect cleanly.
Use Java 21.
JAVA_HOME=/usr/lib/jvm/java-21 ./gradlew buildBuilt jar:
build/libs/memewobble-1.0.0.jar
- Launch the client with the mod installed.
- Spawn a zombie.
- Hit it repeatedly.
- Verify the wobble retriggers on each hit and settles back to normal quickly.
src/main/java/com/kila/memewobble/
src/main/resources/
build.gradle
settings.gradle
gradle.properties
gradlew
gradlew.bat
gradle/