promotional bannermobile promotional banner

Spartan Weaponry Addon Toolkit

Developer tools for easier creation of Spartan Weaponry addons.

File Details

spartantoolkit-1.20.1-1.3.0.jar

  • R
  • Jul 9, 2024
  • 55.85 KB
  • 19.1K
  • 1.20.1
  • Forge + 1

File Name

spartantoolkit-1.20.1-1.3.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

  • Add an itemstack sensitive isEnabled check to all weapon traits
  • Allow material bonus action traits on melee weapons with no action traits
  • Introduce methods for ranged traits for modifying both dealt and taken damage and customizing behavior on tick and on hit
  • Add a method for adding a rarity to all weapons of a material
  • Made onHitEntity trigger even when a non-player entity attacks
  • Added a simpler SpartanMaterial constructor for most use cases
  • Material attribute setters were introduced to discourage the use of anonymous classes for materials
  • Changed homepage in mods.toml to the mod's Modrinth site