Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Nov 14, 2024
1 parent 93ef197 commit 71bfca3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CLASS net/minecraft/class_2609 net/minecraft/block/entity/AbstractFurnaceBlockEn
ARG 2 stack
METHOD method_11201 isBurning ()Z
METHOD method_11203 craftRecipe (Lnet/minecraft/class_5455;Lnet/minecraft/class_8786;Lnet/minecraft/class_9696;Lnet/minecraft/class_2371;I)Z
ARG 0 dynamicRegisryManager
ARG 0 dynamicRegistryManager
ARG 1 recipe
ARG 2 input
ARG 3 inventory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ CLASS net/minecraft/class_4910 net/minecraft/client/data/BlockStateModelGenerato
ARG 1 block
METHOD method_65421 registerGrassTintedDoubleBlockAndItem (Lnet/minecraft/class_2248;)V
ARG 1 block
METHOD method_65422 registerBuilltin (Lnet/minecraft/class_2248;)V
METHOD method_65422 registerBuiltin (Lnet/minecraft/class_2248;)V
ARG 1 block
CLASS class_4912 BlockTexturePool
FIELD field_22837 textures Lnet/minecraft/class_4944;
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/render/WorldRenderer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 2 relativePos
ARG 3 cameraPos
ARG 4 needsUpdate
ARG 5 ingoreCameraAlignment
ARG 5 ignoreCameraAlignment
METHOD method_65201 scheduleNeighborUpdates (Lnet/minecraft/class_1923;)V
ARG 1 chunkPos
METHOD method_8563 addParticle (Lnet/minecraft/class_2394;ZZDDDDDD)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CLASS net/minecraft/class_7761 net/minecraft/client/render/block/entity/HangingS
FIELD field_44575 TEXT_SCALE F
FIELD field_44576 TEXT_OFFSET Lnet/minecraft/class_243;
METHOD method_45795 getTexturedModelData (Lnet/minecraft/class_7761$class_10381;)Lnet/minecraft/class_5607;
ARG 0 attachementType
ARG 0 attachmentType
METHOD method_49918 setAngles (Lnet/minecraft/class_4587;F)V
ARG 0 matrices
ARG 1 blockRotationDegrees
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CLASS net/minecraft/class_5599 net/minecraft/client/render/entity/model/LoadedEn
FIELD field_27542 modelParts Ljava/util/Map;
FIELD field_55267 EMPTY Lnet/minecraft/class_5599;
METHOD <init> (Ljava/util/Map;)V
ARG 1 modelarts
ARG 1 modelParts
METHOD method_32072 getModelPart (Lnet/minecraft/class_5601;)Lnet/minecraft/class_630;
ARG 1 layer
METHOD method_65522 copy ()Lnet/minecraft/class_5599;
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/mob/MobEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ CLASS net/minecraft/class_1308 net/minecraft/entity/mob/MobEntity
METHOD method_63635 getArmorDropChances ()[F
METHOD method_6510 isAttacking ()Z
METHOD method_65345 getPreferredWeapons ()Lnet/minecraft/class_6862;
METHOD method_65346 perfersNewArmor (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Lnet/minecraft/class_1304;)Z
METHOD method_65346 prefersNewArmor (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;Lnet/minecraft/class_1304;)Z
ARG 1 newStack
ARG 2 currentStack
ARG 3 slot
Expand Down

0 comments on commit 71bfca3

Please sign in to comment.