promotional bannermobile promotional banner

Combat+ Core

The core library and compatibility layer for the Combat+ series.

File Details

2.0.0+1.20.6

  • R
  • May 26, 2024
  • 79.29 KB
  • 992
  • 1.20.6+1
  • Fabric + 1

File Name

combatplus-core-2.0.0+1.20.6.jar

Supported Versions

  • 1.20.6
  • 1.20.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:combat-plus-core-973671:5374373"

Quilt

modImplementation "curse.maven:combat-plus-core-973671:5374373"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Major release that includes some breaking changes to account for Mojang's own breaking changes in 1.20.5/6.

Additions

  • Added abstract class for melee weapons.
  • Added enchantability item tags for the 4 new item groups + primary versions of these tags.
  • Vanilla enchantments now use Combat+ item tags for when appropriate.
    • The Combat+ tags extend the vanilla ones.
  • Added tag translations.

Changes

  • MeleeWeapon.getWeaponDamage now requires an ItemStack parameter.
  • Combat+ enchantment classes can no longer use the vanilla damage method, the Combat+ version should be used instead.
  • CombatTags has been renamed to CPCItemTags.

Removals

  • FabricASM is no longer used or included by Combat+. (Hurray!)