Описание
**You need [Epic Fight](https://modrinth.com/mod/epic-fight/versions) 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")
}
```