Skip to content

2.0.0 - 1.20.6

Compare
Choose a tag to compare
@Provismet Provismet released this 26 May 19:11
· 7 commits to 1.20.6 since this release

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!)