Rename `unlockCraftedRecipe` to `onRecipeCrafted` (#3598)

This commit is contained in:
Jerozgen 2023-06-24 03:44:49 +03:00 committed by GitHub
parent d3935bc27c
commit 353d986b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
ARG 1 lastDeathPos
METHOD method_43122 getLastDeathPos ()Ljava/util/Optional;
METHOD method_45015 shouldCloseHandledScreenOnRespawn ()Z
METHOD method_51283 unlockCraftedRecipe (Lnet/minecraft/class_1860;Ljava/util/List;)V
METHOD method_51283 onRecipeCrafted (Lnet/minecraft/class_1860;Ljava/util/List;)V
ARG 1 recipe
ARG 2 ingredients
METHOD method_7254 unlockRecipes (Ljava/util/Collection;)I