CNPC-EpicFight-Integration - Unofficial

A Update to the addon for the original "CNPC-EpicFight-Integration" allowing you to use epic fight datapacks with the latest version of epic fight "20.14.10"

File Details

CNPC-EpicFight-Addon-1.20.1.20260506_sync-fix

  • R
  • May 6, 2026
  • 64.71 KB
  • 264
  • 1.20.1
  • Forge

File Name

CNPC-EpicFight-Addon-1.20.1.20260506.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cnpc-epicfight-integration-unofficial-1472807:8049765")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Bug Fixes

  • Finally fixed the issue where living animations did not sync when joining or refreshing the world as well as desyncing when swapping mob patches between cnpcs. This fix completes the full mobpatch flow between Cnpcs and Epic fight.

  • Here is an example of what living motions look like if you have never tried them before:

"default_livingmotions": {
  "idle": "epicfightx:biped/living/hold_greatsword",
  "walk": "epicfightx:biped/living/walk_greatsword",
  "chase": "epicfightx:biped/living/run_greatsword",
  "fall": "epicfight:biped/living/fall",
  "death": "epicfight:biped/living/death",
  "float": "epicfightx:biped/living/float"
},
"humanoid_weapon_motions": [
  {
    "weapon_categories": ["greatsword"],
    "style": "common",
    "livingmotions": {
      "idle": "epicfightx:biped/living/hold_greatsword",
      "walk": "epicfightx:biped/living/walk_greatsword",
      "chase": "epicfightx:biped/living/run_greatsword"
    }
  }
]