Tags
Creators
Details
1.3.3
Compatibility
Changes
Submit Pokemon Task: Added a new quest action and a dedicated interface allowing players to easily select and submit a specific Pokémon directly from their party to complete quests.
Specific Player Targeting for PvP Quests: Added a new configuration option to "Defeat Player" quests, allowing to specify an exact player name required to complete the objective.
Required Abilities for Quests: Introduced the ability to require specific Pokemon Abilities to complete a quest.
Dynamic Form and Shiny Icons Restoration: Fixed an issue caused by the 1.21.1 component update where regional forms (like Alola) and Shiny variants would not display correctly on quest icons, restoring full 3D model accuracy in the FTB Quests UI.
Raid Den Species Tracking: Restored the ability to track the specific species of the Pokémon defeated in raids, ensuring "Win Raid" tasks can correctly filter by species or Pokémon type.
Evolution Quest Validation Fix: Resolved a bug where evolution events failed to properly trigger, ensuring the new species is accurately recorded for quest progression.
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:agTMcrPN:hOSnU1us"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:agTMcrPN:hOSnU1us"
}

