Skip to content

Commit

Permalink
fix: VillagerClothingFeatureRenderer#findTexture -> getTexture (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Aug 24, 2024
1 parent 5bedf50 commit 0151be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLASS net/minecraft/class_3885 net/minecraft/client/render/entity/feature/Villag
ARG 4 key
METHOD method_17154 (Ljava/lang/String;Lnet/minecraft/class_7922;Ljava/lang/Object;Ljava/lang/Object;)Lnet/minecraft/class_3888$class_3889;
ARG 4 k
METHOD method_17155 findTexture (Ljava/lang/String;Lnet/minecraft/class_2960;)Lnet/minecraft/class_2960;
METHOD method_17155 getTexture (Ljava/lang/String;Lnet/minecraft/class_2960;)Lnet/minecraft/class_2960;
ARG 1 keyType
ARG 2 keyId
METHOD method_43211 (Lnet/minecraft/class_3298;)Ljava/util/Optional;
Expand Down

0 comments on commit 0151be6

Please sign in to comment.