Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 3 years ago
Updated 2 years ago
All versions
2.0
Release
EFMCompat 20.2.02 years ago 161.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes

Thank you for be so patient, here's the changes of the new update of EFMCompat:
- More accurate hitboxes
- More accurate trails
- New textures for the weapons trails (and for the Recruits using the texture pack)
- Katana special attack now have color (using the texture pack)
- Artorias removed
- The Incinerator's ability working
New mods weapons compats:
- Aether
- Basic Weapons
- Biomancy
- Blue Skies
- Elementus
- Elementus arcane
- Epic Empires
- Epic Paladins
- Forbidden Arcanus
From the Shadows- Knave's Needs
- L2 Complements
- L2 Weaponry
- RPG Style More Weapons
- Simple Weapons for Better Compat (Now for Epic Fight!)
- Twilight Forest
- The Undergarden
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| EFMCompat Textures.zip | Required resource pack | 5.14 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:upBx6tuB:AfuFakPO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:upBx6tuB:AfuFakPO"
}

