Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.21.1' into 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMode committed Dec 5, 2024
2 parents 1f47190 + a7eb10c commit 8aee407
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public ExperienceOrbMixin(EntityType<?> entityType, Level level) {
method = "repairPlayerItems",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/world/item/enchantment/EnchantedItemInUse;itemStack()Lnet/minecraft/world/item/ItemStack;",
remap = false
target = "Lnet/minecraft/world/item/enchantment/EnchantedItemInUse;itemStack()Lnet/minecraft/world/item/ItemStack;"
)
)
private ItemStack port_lib$grabStackToMend(ItemStack original) {
Expand Down

0 comments on commit 8aee407

Please sign in to comment.