4.0.0-Core
Compatibility
Changes
- Added Detective Pikachu, Team Up, Unbroken Bonds, Unified Minds, Cosmic Eclipse, Sun & Moon promos, and Sun & Moon Energies,
- Fixed in-game version to be correct.
- Bug Fix: Advancements for Ancient Origins and XY Promos were not working
- Ancient Mew is now rewarded for any player in the end while the Ender Dragon is defeated.
- Bug Fix: Ditto cards all had separate item cooldowns, now they share a cooldown with booster packs.
- Fixed a bug where Ditto card items were removed from a slot other than the main hand when used.
- Bug Fix: Removed all A and B variants of cards from packs
- Added more information to Elite Trainer Box items
- Fixed a bug where buying some Elite Trainer Boxes gave less XP than others
- Bug Fix: Previously, some Elite Trainer Boxes could be purchased more than once per refresh
- Fixed a bug where completing Sword and Shield didn't reward the player with Elite Trainer Boxes.
!!! NOTICE !!!
I had to split the mod into a core mod and by series for Modrinth due to the file size being too large combined.
You don't need to use those if you don't want.
On the GitHub and CurseForge, you can just use "tcg-4.0.0-neoforge-1.21.8.jar"
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:SgxY0oKJ:5lsv9aMs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SgxY0oKJ:5lsv9aMs"
}

