Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Nov 1, 2023
1 parent 68ee69e commit 944a71c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions mappings/net/minecraft/client/option/HotbarStorage.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CLASS net/minecraft/class_302 net/minecraft/client/option/HotbarStorage
FIELD field_1648 dataFixer Lcom/mojang/datafixers/DataFixer;
FIELD field_32135 STORAGE_ENTRY_COUNT I
METHOD <init> (Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;)V
ARG 1 directory
ARG 2 dataFixer
METHOD method_1409 save ()V
METHOD method_1410 getSavedHotbar (I)Lnet/minecraft/class_748;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ CLASS net/minecraft/class_553 net/minecraft/client/render/entity/model/BatEntity
ARG 1 root
METHOD method_31980 getTexturedModelData ()Lnet/minecraft/class_5607;
METHOD method_54805 setRoostingHeadAngles (F)V
ARG 1 pitch
ARG 1 yaw
4 changes: 4 additions & 0 deletions mappings/net/minecraft/village/TradeOffers.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -179,22 +179,26 @@ CLASS net/minecraft/class_3853 net/minecraft/village/TradeOffers
ARG 3 count
ARG 4 experience
METHOD <init> (Lnet/minecraft/class_1792;IIII)V
ARG 1 item
ARG 2 price
ARG 3 count
ARG 4 maxUses
ARG 5 experience
METHOD <init> (Lnet/minecraft/class_1792;IIIIF)V
ARG 1 item
ARG 2 price
ARG 3 count
ARG 4 maxUses
ARG 5 experience
ARG 6 multiplier
METHOD <init> (Lnet/minecraft/class_1799;IIII)V
ARG 1 stack
ARG 2 price
ARG 3 count
ARG 4 maxUses
ARG 5 experience
METHOD <init> (Lnet/minecraft/class_1799;IIIIF)V
ARG 1 sell
ARG 2 price
ARG 3 count
ARG 4 maxUses
Expand Down

0 comments on commit 944a71c

Please sign in to comment.