Links
Tags
Creators
Details
All versions
2.1.0
Release
Apothic Category Compat 2.1.0 - NeoForge 1.21.13 months ago 3,842
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
v2.1.0
Added
- Lands of Icaria bidents now route to Trident.
- Around 30 modded staffs (Iron's Spellbooks, Twilight Forest scepters, Ice and Fire, Forbidden Arcanus, and more) now route to apothic_compats:staff when both Apothic Compats and Malum are loaded.
- Lands of Icaria scythes route to apothic_compats:scythe under the same condition.
- Cataclysm Void Forge, Infernal Forge, and Forbidden Arcanus blacksmith gavels now route to Melee Weapon through a new tag, controlled by the weapon_pickaxes_as_melee config toggle (default true).
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.
Notes
- Pack devs can add more items to the #apothic_category_compat:weapon_pickaxes tag in their own datapack to extend the pickaxe routing.
- Use the vanilla /reload after editing weapon_pickaxes_as_melee since /acc reload only refreshes the affix blacklist.
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:sTeXh64S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Uonyc6M4:sTeXh64S"
}

