
epicfight-skill-extraslots
Adds configurable extra Passive, Mover, and Identity skill slots for Epic Fight. Breaks the vanilla limits on these skill slots. Increase the maximum slot count in the config, and unlock additional slots through EpicFight-Skilltree.
Links
Tags
Creators
Details
3.0
Compatibility
Changes
What's new Added configurable skill mutual-exclusion groups. Only one skill from each group can be equipped at a time. Added an in-game mutual-exclusion editor that automatically lists registered Epic Fight skills and supports search, group creation, group deletion, adding skills, removing skills, and double-click group renaming. Reworked and polished the config and mutual-exclusion editor screens, including support for GUI scale 4 and Auto, fixing text overflow, overlapping buttons, and non-wrapping hint text. Soul Stone recipes now use enchanted books instead of skill books. When Epic Fight: Skill Tree is not installed, Soul Stones can be used directly to add the corresponding extra skill slot. When Epic Fight: Skill Tree is not installed, default Soul Stone recipes no longer depend on Skill Tree ability stones. When Epic Fight: Skill Tree is installed, Soul Stones still follow the original Skill Tree storage and unlock path. Improved the Skill Tree top-bar Soul Stone layout so Soul Stone spacing follows the Ability Stone/Ability Points spacing across different GUI sizes. Fixed a compatibility crash that could occur when Epic Fight: Better Skill Menu was installed without Epic Fight: Skill Tree.
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:c5WfbsVO:FJRG3RsK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c5WfbsVO:FJRG3RsK"
}
