Tags
Creators
Details
All versions
3.1.0+1.21
Release
3.1.0+1.212 years ago 15.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Additions
- Added gamerule (
lethalPoison) to toggle whether poison can be lethal.- Includes new related damage type.
- Sweeping attacks now apply Combat+ post-charged hit effects to all affected entities.
- Enchanted Numerals now grants translation keys for 0 to 10.
- [LilyLib] Added datagen provider for
assets/.../sounds.json - [LilyLib] Added datagen provider for particle textures.
- [LilyLib] Added wrapper provider for the Fabric language datagen provider.
- This provides common useful functions: adding enchantments with their descriptions (for inter-mod compatibility), and adding simple death translations.
Changes
pvpEnchantmentModifiernow has a minimum value of 0.#combat-plus:standard_attacktag includes the vanillais_player_attacktag instead of the individual player attack.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| combatplus-core-3.1.0+1.21-sources.jar | Unknown | 123.23 KiB |
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:NbKFMiE7:5cw6j8Fe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NbKFMiE7:5cw6j8Fe"
}

