Skip to content

Commit

Permalink
Fix typo in AbstractFurnaceScreenHandler (#4072)
Browse files Browse the repository at this point in the history
Copy-pasted `plater` rather than `player`
  • Loading branch information
Chocohead authored Dec 28, 2024
1 parent 8b00221 commit 77564f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ CLASS net/minecraft/class_1720 net/minecraft/screen/AbstractFurnaceScreenHandler
ARG 3 recipePropertySetKey
ARG 4 category
ARG 5 syncId
ARG 6 platerInventory
ARG 6 playerInventory
METHOD <init> (Lnet/minecraft/class_3917;Lnet/minecraft/class_3956;Lnet/minecraft/class_5321;Lnet/minecraft/class_5421;ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)V
ARG 1 type
ARG 2 recipeType
ARG 3 recipePropertySetKey
ARG 4 category
ARG 5 syncId
ARG 6 platerInventory
ARG 6 playerInventory
ARG 7 inventory
ARG 8 propertyDelegate
METHOD method_16945 isFuel (Lnet/minecraft/class_1799;)Z
Expand Down

0 comments on commit 77564f1

Please sign in to comment.