Skip to content

Commit

Permalink
[1.21.1] Fix mixin crash in production in Porting Lib Base (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug authored Dec 3, 2024
1 parent 56347bb commit a7eb10c
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 a7eb10c

Please sign in to comment.