Skip to content

Commit

Permalink
Fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Nov 5, 2024
1 parent 6731dd7 commit 4a7effc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public int getXp() {

@Mixin(targets = "net/minecraft/world/inventory/GrindstoneMenu$4")
public abstract static class GrindstoneMenuOutputSlotMixin {
@Shadow(aliases = "field_16780")
@Shadow(aliases = { "this$0", "field_16780" })
@Final
GrindstoneMenu menu;

Expand Down

0 comments on commit 4a7effc

Please sign in to comment.