Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

2.2.2

Changelog

Bugfixes:

  • Fixed a crash that was caused by the Config file referencing the wrong variable. That's why 2.2.1 disappeared so quickly. Oops

Changes in version 2.2.1 (no longer available):

Tweaks:

  • Re-added the fully charged attack bonus from Throwing weapons from 1.12.2. Now Throwing weapons will only give the Thrown Damage Bonus depending on it's charge.

Changes in version 2.2.0:

Apologies this took so long. Been busy porting my mods to 1.18.x and 1.20.1. Should be releasing those soon.

[IMPORTANT] Addon mods will need to add their weapons to the respective tags for each weapon type (e.g. spartanweaponry:dagger, etc.)
This is especially important for Heavy Crossbows, because the tag is now used to detect the weapons to use the Bolt Quiver properly

Bugfixes:

  • Fixed the Attack Reach attribute crash when being used. It should now work properly
  • Added a extra sanity check to weapon material tags to gracefully handle an invalid tag
  • Changed rendering code to fix a desync with thrown Boomerangs continuiously dropping slightly in flight
  • Boomerangs returning flag should now be synced to the client using the built in data manager
  • Fixes for Throwing Weapon code where ammo and durability is improperly calculated

Tweaks:

  • Added uncraftable tooltips to weapons which have an empty or improper repair material tag
  • This mod now requires at least version 36.1.47 of Minecraft Forge to prevent a reference to something that was added in that version

Changes in version 2.2.0 Release Candidate 2:

Bugfixes:

  • Disabled debug features which were only intended for development anyway
  • Fixed a crash when registering model overrides from an addon mods DeferredRegister. A debug log message was expecting a registry name for the item and couldn't find one
  • Fixed a bug with Throwing Weapons not taking durability damage when attacking in melee
  • Fixed a bug with Throwing Weapons not reducing damage when melee attacking with no ammo

Changes in version 2.2.0 Release Candidate 1:

Additions:

  • Added the Scythe as a new weapon! It can be used to harvest heads from certain mobs, some of which don't have heads in vanilla! See below

  • Added 11 new heads/skulls for the following mobs:
        - Blaze
        - Enderman
        - Spider
        - Cave Spider
        - Piglin
        - Zombified Piglin
        - Husk
        - Stray
        - Drowned
        - Illager (for Pillager, Vindicator, Illusioner and Evoker)
        - Witch

  • Added the Parrying Dagger as a returning weapon from 1.12.2! It can be used to block melee attacks

  • Overhauled how Throwing Weapons work to allow them to have a stack and durability!
          - Lost ammo? No problem. You can replenish your precious ammo your enchanted Throwing Weapon by combining a fresh (or old) weapon of the same type in the Anvil

  • Added the following new Enchantments:

    - Supercharge - Reduces charging time with Throwing Weapons - Max Levels: 2

    - Expanse - Increases total ammo capacity for Throwing Weapons - Max Levels: 2

    - Sharpshooter - Reduces aiming time with Crossbows - Max Levels: 2

Tweaks:

  • Quivers can now pick up projectiles directly off the ground, rather than just being placed in the inventory, thanks to Mixins
  • Removed custom recipe generation classes; replaced with vanilla's data generators
  • Added data generators for Recipes (including conditional recipes and Tipped Projectile recipes), Models, Item Tags, Loot Tables, Loot Modifiers, Global Loot Modifiers, Sound Definitions and Advancements
            The mod now uses the generated assets/data from these generators
  • Added the ability for JEI to hide recipes depending on what is disabled
  • Dynamite is now affected by water drag
  • Fixed Throwing Weapon despawn behaviour not spawning the Throwing Weapon Item Stack on the ground
  • Tweaked the tooltips… again!
  • Added extra info to the handle, pole, Dynamite and all the Head tooltips
  • Added Longbow and Heavy Crossbow loot to the Village Fletcher chest instead of the Village Weaponsmith
  • Added new Advancements for the Scythe and the Parrying Dagger, as well as a head collection challenge
  • Added a new config option to forcibly show disabled items in JEI, even if they cannot be crafted
  • Updated translations from Crowdin
        - Added Mexican Spanish and Russian translations, courtesy of Luci0Art and DrHesperus respectively
        - All the translations are incomplete and require updating to the latest 2.2.0 translations. If you wish to contribute to these, find the translations here: https://crowdin.com/project/spartan-weaponry-minecraft-mod
  • Fixed a bug which made the Quiver HUD prioritising showing Bolt Quivers when multiple Quivers are on the hotbar
  • Fixed the absence of triggering the Critical Hit event when weapons are used to attack, which is causing compatiblity issues with mods such as War Dance

API Changes:

  • API version changed to version 6
  • Added methods to create Scythes and Parrying Daggers
  • Added a new Weapon Property called "Backstab Damage Bonus". This property inflicts bonus damage based on if the target entity is facing away from the immediate entity (either the player in melee or the projectile when thrown)
  • Damage bonuses now only apply to direct damage from the player (this prevents summoned mounts from Lycanite's Mobs from benefitting from those bonuses)
  • Tweaked Extra Damage Weapon Properties, which can take into account natural armor before awarding the damage bonus. It is disabled by default, but can be enabled and tweaked to determine how much armor points is required before not awarding the damage bonus.
  • Two-Handed now also provides a damage reduction in addition to Mining Fatigue for the weapon used. Also configurable
  • QoL change: Particles will now emit from mobs when any Damage Bonus is inflicted. Positive damage bonuses emit magical crit particles, while negative damage bonuse emit smoke particles
  • Added DeferredRegister compatibility by supressing auto registration of the item's name using an extra method for each recipe creation method which accepts a new boolean parameter which if set to true will not set the registry name for the weapon.
  • Added a helper method in the WeaponMaterial class to automatically convert RGB values to the expected integer values the mod requires for material colours. This should make it a bit more human-friendly to use.
  • Added callbacks for use in Throwing Weapon Weapon Traits, which allow certain aspects of Throwing Weapons to be modified. The 'Heavy' Weapon Trait now implements this
  • Added data generator helper functions for use in addon data generators. Addon mods can now freely access Recipe, Item Tag and Model helper functions from the API now!

There is probably a *lot* of fixes that I've forgotten to add to this log. Sorry it took so long since the last 1.16.x release. Once the bugs are ironed out for this version, 1.18.2 will come next!

Files

SpartanWeaponry-1.16.5-2.2.2.jar(1.58 MiB) Primary Download

External resources



Project members

ObliviousSpartan

Owner


Technical information

License
Apache-2.0
Client side
required
Server side
required
Project ID