Links
Tags
Creators
Details
All versions
2.1.0
Release
Apothic Category Compat 2.1.0 - Forge 1.19.22 months ago 52
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
v2.1.0
Added
- Name-based sword rule that routes items ending in "sword" to Sword.
- Epic Fight weapon support fix, including a stack-level attribute fallback for addons that put their damage on the stack instead of the item.
Changed
- Renamed from Apothic Compat to Apothic Category Compat, so pack manifests need to point at the new slug apothic-category-compat. Configs auto-migrate on first launch so existing settings carry over.
- Reload command short alias changed to /acc, and the long form follows the new mod id.
- Twilight Forest Block and Chain now routes to Crossbow instead of Bow.
- Twilight Forest Cube of Annihilation now routes through the weapon_pickaxes_as_heavy toggle.
- name_based_heavy_override default is now true. Existing configs keep their current value, so set it to true or delete the config to pick up the new default.
Optional dependencies
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:Uonyc6M4:pfNQr4U5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Uonyc6M4:pfNQr4U5"
}


