EpicFight-Extra
Brings a large number of animations to Epic Fight.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
EpicFight-Extra
You need Epic Fight as a prerequisite.
Changes / Updates
- Most animations are now smoother.
- Combo chains for all weapons have been increased to 5 hits.
- Added a new weapon: Scythe.
Future Plans - Add more weapons.
- Add more monster behaviors.
For Developers: ```bash repositories {
exclusiveContent { forRepository { maven { name = "Modrinth"; url = "https://api.modrinth.com/maven" } } forRepositories(fg.repository) filter { includeGroup "maven.modrinth" } }
}
dependencies { implementation fg.deobf("maven.modrinth:epicfight-extra:1.1.4-mc1.20.1-forge") } ```