Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
All versions
20.13.5-1.20.1
Release
epicfight-forge-20.13.5-1.20.18 months ago 2,341
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Minecraft version: 1.20.1 Forge version: 47.4.4
Fixed
- Fixed a regression where the Phantom Ascent skill was triggered when pressing the jump key while any screen was open (e.g., inventory, chat). #2170
- Fixed a crash when right click some blocks from Supplementaries #2187
- Fixed patron capes always being default
- Fixed an unintended mechanism where you weren't able to attack in Epic Fight mode while Preference Work is set to Switch Mode, so it works in the same way as Item Auto Switching option, an old config where automatically sets player mode depending on the item that player holds
Changed
- Refactored the code to eliminate unnecessary native GLFW calls,
optimizing whether key down checks are performed per tick, by adapting
Minecraft vanilla
KeyMapping, which may also potentially fix other compatibility issues with other mods.
Added
- Built-in Controlify integration for controller support. No need to install Epic Fight: Controlify anymore. Install only Controlify: Forgified on 1.20.1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| epicfight-forge-20.13.5-1.20.1-sources.jar | Unknown | 5.78 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vu3NZ5Ma:u7xQUdgE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vu3NZ5Ma:u7xQUdgE"
}

