Перейти к содержимому
Mineforgian

Epic Fight: Tinkers Integration

Fixes compatibility issues and integrates Tinkers' Construct weapons/modifiers with Epic Fight weapon types and movesets.

Загрузки
1K
Подписчики
3
Обновлён
21 августа 2026 г.
Лицензия
GPL-3.0-only

Опубликован 21 марта 2026 г.

image

Epic Fight - Tinker Compat

Minecraft Forge Version License


What does this mod do?

  • Makes the TConstruct tool stats system work with the Epic Fight combat system

Features

Tool Stats

  • There are 3 new stats for tools: Impact, max strikes, and armor negation, which are based on the materials.

image image image

  • There are 2 new stats for armor: weight and stun armor, which are based on the materials.

image image

  • Each material has its own stats. Combining materials can create variant tool stats. You can see the tool stats in the tinker station.

image image


Tool Base Stats

(Some tools are still in progress and will have unique attack animations, innate skills, and modifiers in future updates)

It is highly unlikely that future updates will feature fully unique custom animations for weapons due to my lack of animation experience, limited time, and declining interest in the project. Instead, I will focus more on the compatibility logic between the two mods

  • Small Tools
    • Dagger (Dagger), the tool texture's size has been scaled up to look cooler:
    • +5% armor negation.

image

  • Kama (Hoe):
    • +2 max strikes
    • 20% impact multiplier

image

  • Mattlock / Pickadze / Pickaxe (Pickaxe):
    • 20% impact multiplier
    • 50% armor negation multiplier

image

  • Sword (Sword):
    • +0.5 max strikes
    • 80% impact multiplier

image

  • Axe (Axe):
    • No additional stats

Large Tools

  • Broad Axe (Axe):
    • +25% armor negation
    • 50% impact multiplier

image

  • Cleaver (Greatsword) was designed to have medium overall weapon stats:
    • +1 impact
    • +4 max strikes
    • +15 armor negation

image

  • Excavator (Shovel) was designed to dig blocks rather than act as a fine weapon:
    • No additional stat
  • Scythe (GreatSword) was designed to perform high AOE strikes:
    • +6 max strikes
    • 120% max strikes multiplier

image

  • Sledge Hammer (GreatSword plus) was designed to deal with a small, powerful mob group:
    • +1 max strikes
    • 150% impact multiplier
    • passive skill: Negate all incoming attacks from the front when performing strikes.

image

  • Vein Hammer (GreatSword) was designed to be more of a tool than a weapon:
    • +2 max strikes
    • 50% impact multiplier

image

  • Ranged Tools
    • Javelin (Trident/Spear) was designed to be a trident-like weapon, but can add modifiers to change the basic attack animation to a spear and add spears' innate skills.
    • +3 max strikes
    • 70% impact multiplier

image

  • Staff (Trident) was designed to be a trident-like weapon.

Ancient Tools

  • Battlesign (Sword) was designed to be a hybrid melee/shield weapon in a future update. It will still act as a sword for now.
  • Melting Pan (Trident) was designed as an ancient staff.
  • Swasher (Sword) was designed as a hybrid melee/ranged weapon in a future update. It is currently a sword.
  • War Pick (Crossbow/Pickaxe): Was designed as a hybrid pickaxe/crossbow weapon in a future update.

Moveset Modifier

These modifiers can change weapon combat style

Basic modifiers

These are modifiers that change the default tool moveset to an Epic Fight weapon moveset. You can add them to any melee tools with no slot cost. Available movesets include: dagger, shortsword, longsword, axe, spear, greatsword, tachi, and uchigatana.

Addon modifiers

These are modifiers that change the tool moveset to an Epic Fight addon weapon moveset:

  • Agony Spear: Transforms the weapon into the Agony spear.

image

  • Ruine Blade: Transforms the weapon into the Ruine greatsword.

image

  • Torment Blade: Transforms the weapon into the Torment greatsword.

image

(Note: These 3 modifiers are only available if the Weapons of Miracles mod is installed, but it is a completely optional dependency).


Modifier

  • Add:
    • So Sticky: Adds +1 max strikes on tools.

image

  • Weightless: Decreases weight by 2.5 on armor.

image

  • Diamond: Adds +1 impact on tools, +1 weight and +1 stun armor on armor.

image

  • Netherite: Adds +10% armor negation on tools, +20% weight and stun armor on armor.

image

  • Fix:
    • Necrotic: The original modifier heals the player on a critical hit, which has been removed by Epic Fight. This mod makes players gain health through innate skills.

image

  • Sweeping edge: Epic Fight doesn't recognize this modifier as a vanilla enchantment, making TConstruct sweeping edge function alongside with Epic Fight combat, causing the mob to get double damage. This mod disables the TConstruct sweeping edge module and makes Epic Fight recognize the modifier level as a vanilla enchantment.

image

  • Double jump: Makes the phantom ascent skill stack with TConstruct double jump.

image

  • Piercing: Disables the armor decrease effect applied when hitting with a tool. Each level now adds +5% armor negation instead.

image


Visual

  • Armor: Fixes armor textures displaying as diamond armor. back front
  • Crossbow: Fixes reload and shooting animations that don't work with TConstruct crossbow.
  • Longbow: Fixes FOV not changing when aiming.
  • Tool: Makes dagger, javelin, sledgehammer, and cleaver textures larger.
  • Shield: Fixes an issue where Tinkers' shields render as black outlines instead of proper textures.
  • Trail: Adds weapon swing trails with colors based on the Tinkers' tool material. Certain modifiers now trigger unique particle effects during weapon swings.

Compatibility

This mod works seamlessly with several addons from both Tinkers' Construct and Epic Fight, including:

  • Weapons of Miracles (WoM): Adds modifiers that change the default tool moveset to WoM movesets.
  • P1nero's Epic Bow: The Longbow now works correctly with the custom drawing/shooting animations from P1nero's mod.
  • Construct's Casting (if applicable): Provides Flamberge (Longsword) and Battlestaff (Spear) movesets.
  • Tinkers' Katana: Provides the Katana (Tachi) moveset.

Other addons should also work fine with the new modifier moveset system.


Datapack

A template datapack for modpack makers who want to customize existing modifiers or create their own custom moveset modifiers. Download the datapack, edit or add the necessary JSON files, and include it in your modpack to apply your changes. Download here. Navigate to the epicfighttinkercompat folder and follow these steps to configure your own:

1. Defining the Modifier (tinkering folder)

This folder contains two subfolders: modifiers and tags.

  • Create the Modifier: Open the modifiers folder. Copy the contents of an existing modifier JSON file into a new file, then rename it to your desired modifier ID.
  • Right-Click Abilities: If your modifier is for a moveset with a right-click active skill, you must include the chargeable module in your JSON. (See antitheus.json for the exact syntax.)
  • Tagging: Open the JSON file inside the tags folder and add your new modifier ID to ensure it is properly associated with the moveset tags.

2. Setting Up Recipes (recipes folder)

  • Crafting Recipes: Navigate to recipes/tools/modifiers/slotless to define the recipe required to apply your newly created modifier.
  • Extraction Recipes (Optional): If you want players to be able to safely remove the modifier and recover their weapon, add an extraction recipe in the root of the recipes folder. Refer to the existing extraction JSON files for the correct syntax.
  • If you don't know the exact registry name of an item for your recipes, hold the item in your main hand in-game and run this command: /data get entity @s SelectedItem

3. Mapping the Moveset (modifier_profiles folder)

This folder acts as a bridge between your modifier and its corresponding Epic Fight moveset.

  • Create a new JSON file here and copy the syntax from the existing files to map your modifier to its corresponding animation set.
  • If you don't know the exact ID of an Epic Fight moveset, you can find it by opening the Datapack Editor GUI provided by Epic Fight in-game.

Roadmap

I plan to implement a custom Datapack Editor GUI for this mod in the future. This will make adding and managing custom moveset modifiers much easier and more intuitive directly in-game.


Installation Required

1. Tinkers' Construct

2. Mantle

3. Epic Fight


Found a bug? Please report it in the Issues tab!

Ченджлог

20.2.8Релиз1.20.1 · 21 августа 2026 г.

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.
20.2.7Релиз1.20.1 · 28 июля 2026 г.

Features & Compatibility

  • Added full compatibility support for the P1nero Epic Bow mod.
  • Introduced a new bow modifier with 2 levels, granting the new innate skills "Arrow Tempest" and "Seeking Tempest" respectively.
  • Added a new aiming animation for the Swasher.

Balance & Tweaks

  • Modified the requirements for Tinkers' Construct "Blocking" and "Dual Wielding" modifiers. Applying these no longer consumes an Ability Slot, as Epic Fight's mechanics handle these features independently without requiring special conditions.

Bug Fixes & Optimization

  • Fixed an issue where the Encyclopedia's slotless section would break if compatible addon mods were not installed.
  • Fixed several performance-related issues and optimized overall resource usage.
20.2.6Релиз1.20.1 · 18 июня 2026 г.
  • Fixed an issue where the shield was not working in Epic Fight mode
20.2.5Релиз1.20.4, 1.20.5, 1.20.6 · 17 июня 2026 г.
  • Added: Default weapon capability for tools from unsupported TConstruct addons
  • Fixed:
    • Crash when playing with mods using built-in MixinExtras
    • Reduced CPU usage by up to 20% by implementing a new NBT caching mechanism.
20.2.4Релиз1.20.1 · 4 июня 2026 г.
  • Add: 7 new modifiers that change the tool moveset to Epic Fight weapon moveset
  • Fix:
    • Missing weapon innate skill for the axe moveset
    • Rebalanced Battlestaff's damage which was unintentionally set too high
20.2.3Релиз1.20.1 · 26 мая 2026 г.
  • Add:
    • Compat for Construct Casting: battlestaff with spear moveset and +2 max strikes in base stats; flamberge with longsword moveset and +1 max strikes in base stats.
    • Missing trail for katana, battlestaff, and flamberge.
  • Fix:
    • Unstable right-click system: now players can perform multiple interaction modifiers in epic fight mode. Any interaction modifier needs to be used when crouching if a blocking modifier is on the tool.
20.2.2Релиз1.20.1 · 11 мая 2026 г.

Fix:

  • Fixed a critical crash when using TConstruct tools in Epic Fight mode.
  • Fixed an issue where the Throwing modifier was not working.
20.2.1Релиз1.20.1 · 10 мая 2026 г.

Add:

  • Added: Custom WeaponSet system to adapt to the removal of Epic Fight's Excap and MoveSet APIs.
  • Added: Compatibility for Tinkers' Katanas (Katana & Fuma Shuriken).

Fix:

  • Fixed: Game crash when installed with Epic Fight 20.14.17.
  • Fixed: Broken basic attack animations/logic for Pickaxes.

Tested against:

  • Minecraft: 1.20.1
  • Forge: 47.4.10
  • Epic Fight: 20.14.17
  • Tinkers' Construct: 3.11.2.166
  • Mantle: 1.11.104

Комментарии

Загружаем…