Skip to content

Commit

Permalink
sword diff
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagodefendi committed Dec 14, 2024
1 parent 82bddb8 commit c2c8361
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/java/com/defendi/crazyideas/item/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public class ModItems {
new Item.Properties()
.attributes(KatanaItem.createAttributes(
Tiers.DIAMOND,
4,
-2.f
6,
-2.8f
))
)
);
Expand Down Expand Up @@ -199,8 +199,8 @@ public class ModItems {
new Item.Properties()
.attributes(SwordItem.createAttributes(
Tiers.GOLD,
3,
-1.25f
2,
-1.75f
))
)
);
Expand All @@ -225,8 +225,8 @@ public class ModItems {
new Item.Properties()
.attributes(SwordItem.createAttributes(
Tiers.DIAMOND,
5,
-2.4f
2,
-1.5f
))
)
);
Expand All @@ -251,8 +251,8 @@ public class ModItems {
new Item.Properties()
.attributes(SwordItem.createAttributes(
Tiers.DIAMOND,
2,
-1.9f
-1,
6f
))
)
);
Expand Down

0 comments on commit c2c8361

Please sign in to comment.