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
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"
}
}
]