Skip to content

earlystream/WobbleFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modrinth profile GitHub profile

Meme Wobble Mod

Client-side Fabric mod for Minecraft 1.21.11 that adds a short "Invincible wobble" style hit reaction to living entities.

What It Does

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

Supported Behavior

  • All LivingEntity renders get a root/body wobble.
  • Biped-style models get extra body, head, arm, and leg wobble.
  • Repeated hits retrigger the effect cleanly.

Build

Use Java 21.

JAVA_HOME=/usr/lib/jvm/java-21 ./gradlew build

Built jar:

build/libs/memewobble-1.0.0.jar

Test

  1. Launch the client with the mod installed.
  2. Spawn a zombie.
  3. Hit it repeatedly.
  4. Verify the wobble retriggers on each hit and settles back to normal quickly.

Project Layout

src/main/java/com/kila/memewobble/
src/main/resources/
build.gradle
settings.gradle
gradle.properties
gradlew
gradlew.bat
gradle/

About

Client-side Fabric mod that adds a springy wobble effect to entities when they get hit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages