-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [fix] Remove shields from weapons tag * [fix] Implement extra check for armour - As `#c:armor` tag didn't officially exist in this version, almost 0 mods use it. * [fix] Ranged weapon fixes * [fix] Use cached `ItemStack#item` instead of iteration Lazily evaluated methods are an insidious killer at times * [fix] Remove unneeded item conversion * [fix] target `SwordItem`, `CrossbowItem` und `BowItem` in `isWeapon` --------- Co-authored-by: Bibi Reden <[email protected]>
- Loading branch information
1 parent
3899668
commit 15204e4
Showing
4 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters