Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Oct 6, 2024
1 parent 5a0e098 commit 7a08230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CLASS net/minecraft/class_8679 net/minecraft/client/render/ChunkRenderingDataPre
ARG 2 camera
ARG 3 cameraPos
ARG 4 activeSections
METHOD method_52834 updateSectionOcculusionGraph (ZLnet/minecraft/class_4184;Lnet/minecraft/class_4604;Ljava/util/List;Lit/unimi/dsi/fastutil/longs/LongOpenHashSet;)V
METHOD method_52834 updateSectionOcclusionGraph (ZLnet/minecraft/class_4184;Lnet/minecraft/class_4604;Ljava/util/List;Lit/unimi/dsi/fastutil/longs/LongOpenHashSet;)V
ARG 1 cullChunks
ARG 2 camera
ARG 3 frustum
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/recipe/ServerRecipeManager.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CLASS net/minecraft/class_1863 net/minecraft/recipe/ServerRecipeManager
METHOD method_64679 forEachRecipeDisplay (Lnet/minecraft/class_5321;Ljava/util/function/Consumer;)V
ARG 1 key
ARG 2 action
METHOD method_64681 intitialize (Lnet/minecraft/class_7699;)V
METHOD method_64681 initialize (Lnet/minecraft/class_7699;)V
ARG 1 features
METHOD method_64682 isEnabled (Lnet/minecraft/class_7699;Lnet/minecraft/class_1856;)Z
ARG 0 features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CLASS net/minecraft/class_10299 net/minecraft/recipe/display/RecipeDisplayBootstreap
CLASS net/minecraft/class_10299 net/minecraft/recipe/display/RecipeDisplayBootstrap
METHOD method_64731 registerAndGetDefault (Lnet/minecraft/class_2378;)Lnet/minecraft/class_10295$class_10296;
ARG 0 registry

0 comments on commit 7a08230

Please sign in to comment.