promotional bannermobile promotional banner

Spartan Weaponry Addon Toolkit

Developer tools for easier creation of Spartan Weaponry addons.

File Details

spartantoolkit-1.20.1-1.4.1.jar

  • R
  • Jul 16, 2024
  • 58.74 KB
  • 49.3K
  • 1.20.1
  • Forge + 1

File Name

spartantoolkit-1.20.1-1.4.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:spartan-weaponry-addon-toolkit-1051658:5538649")

NeoForge

implementation fg.deobf("curse.maven:spartan-weaponry-addon-toolkit-1051658:5538649")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Updated to Spartan Weaponry 3.1.1
  • Allows addon developers to define the order in which weapon traits are displayed in their weapons' tooltips
  • BetterWeaponTrait now has an overridable getDescription method as a more intuitive and flexible alternative to SpartanAddon.getTraitDescriptions()
  • Fix isEnabled checks being ignored by throwing weapon traits
  • Translatable components of weapon trait descriptions are now generated from the traits' registry names instead of type names to allow for multiple levels of a trait type having different descriptions
  • Traits that have multiple levels can now be registered automatically
  • Stopped supporting roman numerals in trait registry names in favor of using the automated system with arabic numerals (this is also consistent with base Spartan Weaponry)