3.1.0
Compatibility
Changes
Cards+ 3.1.0 is here!
New Cards!
Metal Card — This card is reusable and deals twice as much damage as a regular card! However, it has a durability of 30 uses.
Crafting Recipe:
- Playing Card
- Iron Ingot

Relief Card — A combination of the Warming Card and the Chilling Card. When it hits a target, it slows them down and restores health to the attacker.
Crafting Recipe:
- Warming Card
- Chilling Card
- Blaze Rod

Unfinished Card — When it hits a target, it has a 50% chance to place a dirt block at the point of impact.
Crafting Recipe:
- Playing Card
- Dirt Block

Advancements!
Cards+ now has its first advancement: "Compactness is key!"
To unlock it, simply use the Cardworks once.

Small Changes
- The Cardworks interface has been made a little clearer.
- Card models have been updated.
- Card hitboxes have been fixed.
Thank you for your interest in the project!
❤️ ETTolon

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:SNEn1DNY:jZz7M2Dw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SNEn1DNY:jZz7M2Dw"
}

