Links
Tags
Creators
Details
Licensed MPL-2.0
Published 3 months ago
Updated 4 months ago
All versions
1.5.0
Release
WobbleFX 1.5.04 months ago 229
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
WobbleFX 1.5.0
Expanded WobbleFX with an in-game settings UI, Mod Menu support, presets, and improved entity targeting.
Added
- In-game config screen for WobbleFX settings
- Optional Mod Menu config integration
- Client command to open settings:
/wobblefx - Presets: Subtle, Normal, Meme, Extreme
- Live controls for strength, duration, speed, body roll, body yaw, head counter, limb amount, and bounce
- Target toggles for mobs, players, and armor stands
- Adjustable armor stand wobble duration
- Config file saving to
config/wobblefx.json
Improved
- Wobble effect now reads live config values instead of fixed constants
- Repeated hit behavior is more configurable through presets and sliders
- Armor stand support now works through a dedicated hit trigger and renderer hook
- Fixed a Mod Menu screen opening crash caused by duplicate blur calls
Notes
- This mod is client-side only
- The effect is visual only
- Does not change damage, knockback, hitboxes, or server-side behavior
- Config changes are saved when pressing Done
- Armor stands now wobble for a configurable duration, defaulting to 5 seconds
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:CVnmBnyF:uEJ3IQpb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CVnmBnyF:uEJ3IQpb"
}

