Skip to content

Commit

Permalink
we're gonna fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Jul 16, 2024
1 parent 0968e10 commit fa71e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions changelog-1.21.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Internal changes to how item properties are registered
- Allowed users to define items for other modded ziglin variants in datamaps
- Fix tags being borked
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public int getUseDuration(ItemStack pStack, LivingEntity entity) {
}


@SuppressWarnings("deprecation") //In Minecraft, deprecated methods can be overridden but not called.
@Override
public int getEnchantmentValue() {
return 1;
Expand Down

0 comments on commit fa71e85

Please sign in to comment.