Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated last month
All versions
20.2.8
Release
Epic Fight: Tinkers Integration 20.2.8last month 420
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Important Notes
- Experimental Mechanics: Moveset modifiers can now be applied to ANY Tinkers' Construct tool. This fundamentally changes how tools interact with animations they were not originally designed to use. Although the feature has been thoroughly tested, there may still be hidden bugs, visual glitches, or unexpected behavior. Please report any issues you encounter so they can be addressed in future updates.
- Datapack Availability: Modpack makers who want to add new modifiers can find the template datapack here.
New Features & Addon Compatibility
- Universal Moveset Modifiers: Moveset modifiers can now be applied to ANY Tinkers' Construct tool, removing the previous weapon restrictions.
- Expanded Addon Support: Added dedicated moveset modifiers for weapons from the following addons:
- Epic Fight: Resurrection
- Sword Soaring
- Epic Fight: Night Fall
- Swasher Upgrade: Added proper aiming and shooting animations for the Swasher.
Performance Improvements
- Armor Rendering Optimization: Refactored the armor rendering logic to cache reflection calls, significantly reducing FPS drops and frame-time spikes during per-frame armor rendering.
Bug Fixes
- Animation Fix: Fixed an issue that prevented the shooting animation from playing in certain situations.
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:wN34gDMH:wcfhFGtn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wN34gDMH:wcfhFGtn"
}

