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

Epic Fight

Changes Minecraft Combat into Souls-Like Combat.

Загрузки
3.6M
Подписчики
1K
Обновлён
31 мая 2026 г.
Лицензия
GPL-3.0-or-later

Опубликован 4 октября 2023 г.

Epic Fight banner
divider
Patreon Discord YouTube GitHub CurseForge
divider

Epic Fight

Epic Fight adds complex game mechanics and fighting styles to your gameplay. With a pinch of soulslike combat and unique animation handling that bends Minecraft, Epic Fight will spice up your gameplay to a whole new level and bring great new challenges along the way.

New Mechanics: You'll face a new take on Minecraft's combat, where all entities have new and challenging fighting mechanics. Epic Fight overhauls the game, bringing Souls-Like Combat from famous titles such as the FromSoftware's Dark Souls series, Sekiro & Elden Ring.

Difficulty: Epic Fight may seem intimidating at first, especially for players who have never experienced the challenge of souls-like combat. However, Epic Fight is designed for everyone. We've ensured that a wide variety of weapons and skills are available, allowing each player to find a playstyle that suits them.

divider

✨ Features

  • Souls-Like Combat - Venture through a world with completely new entity behaviours, challanges and items to craft!
  • Skills - Find, Learn and Master cool new abilities, unlocking whole new ways to fight against your enemies!
  • New Weapons - Craft awesome new weapons with different skills & playstyles!
  • Flexibility - Epic Fight is as configurable as it gets, try out all the different config options to tweak it to your liking!
  • Friends - Enjoy the mod alone or with friends, form a raid party & venture together !
divider

📷 Media

media
media
media
divider

📥 Installation

Client & Server Required !

divider

⚙️ Configuration

Most options can be changed in-game - no restart needed. Open Mods → Epic Fight → Config, or edit the config file in .minecraft/config/epicfight-common.toml directly.

Tip: edits made to the config file apply the next time you load a world.

divider

❤️ Credits

Made with care by Antikythera Studios.

  • Code & Art - the Antikythera Studios team
  • Translations - blade_master_x, nameed, smokingbastard, luke_nogami, xablauler, a_k1m0, requiem4, shape.nan, ig114514, andy852546, kevinl2000, icewolf8964, yesman_0, kilotheneko, banikula, majmun.boy & lots of other collaborators.

Enjoying the mod? A ⭐ on the repo and recommending the mod on Modrinth / CurseForge helps more than you'd think.

divider
Support & Affiliates

Ченджлог

21.17.3.1-mc1.21.1-neoforgeРелиз1.21.1 · 31 мая 2026 г.

Fixes

  • Fixed Simply Tooltips hard dependency crash by delegating it to the ICompatModule

Tested against:

  • Minecraft: 1.21.1
  • NeoForge: 21.1.219
21.17.3-mc1.21.1-neoforgeРелиз1.21.1 · 31 мая 2026 г.

Additions

  • Added Item Specific Overrides to Builder to allow any explicit tier configurations.
  • Added Simply Tooltips Compatibility with a plethora of Epic Fight's own features.

Changes

  • Used @WrapOperation instead of @Redirect to improve compatibility with other mods' mixins.
  • Updated GeckoLib compatibility

Deprecations

  • Deprecated setWeaponData() as modifyBuilder() made the former method redundant.

Fixes

  • More inheritance issues regarding WeaponCapability
  • Custom Data in Item Presets was not working due to a logic error.
  • Skills not using isWeaponCategory()

Tested against:

  • Minecraft: 1.21.1
  • NeoForge: 21.1.219
21.17.2-mc1.21.1-neoforgeРелиз1.21.1 · 12 мая 2026 г.

Additions

  • Added builder modifiers to WeaponModifier just a small addition that gives more power to addon developers.

Hotfixes

  • Fixed Issue regarding dual wielding not working. Caused by a weapon category match being that just passing the entire weapon cap instead of just the category.
  • Fixed weapon category and collider inheritance by setting them to null and only adding the first categories if it stayed null from inheritance.

Tested against:

  • Minecraft: 1.21.1
  • NeoForge: 21.1.219
21.17.1-mc1.21.1-neoforgeРелиз1.21.1 · 11 мая 2026 г.

Changes

ExCap


  • Introduced the Hybrid Registry System
    • The hybrid Registry system uses the DeferredRegister to register new data statically, while also allowing Datapacks to override it down the line.
      • DeferredRegister registers it upon static compile-time while datapacks then override it upon a world load or running /reload
  • Added Modifiers – A replacement of ExCap's system for Dynamic Overrides
  • Existing ExCap registration for Core Epic Fight content has been turned from event driven into Registry Driven via DeferredRegister.
  • Added the option to register a Weapon Capability monolithically via just the Builder. Modularity is no longer forced.
  • Implemented Inheiritance for WeaponCapability.Builder allowing even faster prototyping and building of new weapons.
  • Implemented CustomData a new way for addons to extend on weapon data using datapacks and code. All is done in DeferredRegister. Either as weapon data or as moveset data. Java can be used to extend both Weapon and Moveset data. Datapacks and JSON can only be used to extend Weapon data.
  • Experimental Change: Introduced WeaponCategory inheiritance which uses multiple inheiritance for its weapon categories.
  • Mass deprecation of as many old WeaponCapabilityPresets weapons and Old ExCap methods that were deemed extremely difficult to work with and extremely tedious to use.

  • Added Hand switching item animation
  • Added max passive skills gamerule. /gamerule maxPassiveSkills <value>
  • Added animation mirroring for combo weapons and living animations.
  • Made it so roll/dodge skills cannot be performed midair.
  • Made it so you cannot spam dash attacks.
  • Tweaks to the Skill equipping window GUI. No longer closes when equipping a skill and some other tweaks here and there.

Fixes

  • Fixed biped entities mounted atop horses & other entities rendering all weird. The skeletons on top of spiders (spider jockeys) should be more visually pleasing. Same goes for the Chicken jockey.
  • Fixed the tools being misplaced on skeletons when they sit/mount on other entities
  • Fixed chicken jockey behavior, now it attacks the player and targets it properly.

Tested against:

  • Minecraft: 1.21.1
  • NeoForge: 21.1.219
20.14.17-mc1.20.1-forgeРелиз1.20.1 · 6 мая 2026 г.

Update by Forixaim

Removed

  • Removed ExCap. Delegating the change to be exclusive to 1.21.1

Tested against:

  • Forge: 47.4.4
  • Minecraft: 1.20.1
21.16.4-mc1.21.1-neoforgeРелиз1.21.1 · 20 апреля 2026 г.

Fixed

  • Fixed Emote data pack crashes with custom animations in dedicated server #2534
  • Fixed a crash when opening datapack editor #2546

Tested against:

  • Minecraft: 1.21.1
  • NeoForge: 21.1.219
21.16.3-mc1.21.1-neoforgeРелиз1.21.1 · 13 апреля 2026 г.

Added

  • Added a Tag system for item capability data pack #2526
  • Added Wildfire's Female Gender mod compatibility

Fixed

  • Fixed the player head jittering in TPS mode while blocking & looking at a nearby block at the same time #2524
  • Fixed Skill Books not dropped by mobs #2528

Tested against:

  • Minecraft: 1.21.1
  • NeoForge: 21.1.219
20.14.16-mc1.20.1-forgeБета1.20.1 · 13 апреля 2026 г.

Added

  • Added ExCap as built-in into Epic Fight
  • Added Wildfire's Female Gender mod compatibility

Tested against:

  • Forge: 47.4.4
  • Minecraft: 1.20.1

Комментарии

Загружаем…