This isn't something I noticed in game, but something I noticed while combing the repository (I'm in the process of making an addon).
It appears that the Netherite Rapier uses the iron_modifier value rather than the netherite_modifier value like it should. That's it, that's the bug report.
Source:
|
(int) (iron_modifier + rapier_positive_modifier - rapier_negative_modifier), |
This isn't something I noticed in game, but something I noticed while combing the repository (I'm in the process of making an addon).
It appears that the Netherite Rapier uses the iron_modifier value rather than the netherite_modifier value like it should. That's it, that's the bug report.
Source:
SimplySwords/common/src/main/java/net/sweenus/simplyswords/registry/ItemsRegistry.java
Line 492 in e6ee1db