Tags
Creators
Details
Licensed MPL-2.0
Published 4 months ago
All versions
0.7.0
Release
BattleCards 0.7.04 months ago 56
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Content Changes
- Adds On Fire status effect, which sets the target on fire for its duration. Higher magnitudes reapply the flame should it be put out.
- Adds Multishot status effect, which is consumed by the next projectile card to double the number of cards thrown by the 'throw_card' effect. Higher magnitudes multiply card count by even more.
- Hoards of Rot cards now have keywords befitting their effects.
- Passable Papercraft card have been refactored to remove all uses of the the 'throw_cards' effect, and have keywords. The refactor should not change their behaviour.
Datapack Changes
- 'throw_cards' has been removed, made redundant by options in 'throw_card' and 'repeat'.
- 'throw_card' now accepts the 'countDelay' argument, which spaces out copies thrown due to the 'count' argument.
- many small datapack changes made for consistancy between similar effects.
Bugfixes
- Multi-pronged Proposition and Chilling Proposition had their barrel bent to the left. It has been straightened.
- Shrapnel Mine shrapnel originated from the nearest target rather than the mine. This often spared the target, which was unacceptable.
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:cQIsZcJw:IlFJNN16"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cQIsZcJw:IlFJNN16"
}

