Skip to content

Commit

Permalink
1.20.2-rc2 stuff (#3673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups authored Sep 18, 2023
1 parent 37fe135 commit 17aceb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/mob/EndermiteEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ CLASS net/minecraft/class_1559 net/minecraft/entity/mob/EndermiteEntity
ARG 1 world
ARG 2 spawnReason
ARG 3 pos
ARG 4 random
METHOD method_26911 createEndermiteAttributes ()Lnet/minecraft/class_5132$class_5133;
4 changes: 4 additions & 0 deletions mappings/net/minecraft/entity/passive/CamelEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ CLASS net/minecraft/class_7689 net/minecraft/entity/passive/CamelEntity
FIELD field_40734 sittingAnimationState Lnet/minecraft/class_7094;
METHOD method_45344 setLastPoseTick (J)V
ARG 1 lastPoseTick
METHOD method_45346 getPassengerAttachmentY (ZFLnet/minecraft/class_4048;F)D
ARG 1 primaryPassenger
ARG 3 dimensions
ARG 4 scaleFactor
METHOD method_45350 isSitting ()Z
METHOD method_45351 isChangingPose ()Z
METHOD method_45352 startSitting ()V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS net/minecraft/class_1688 net/minecraft/entity/vehicle/AbstractMinecartEnti
FIELD field_45140 clientPitch D
FIELD field_45141 clientVelocity Lnet/minecraft/class_243;
FIELD field_46214 PASSENGER_ATTACHMENT_Y_OFFSET F
FIELD field_46219 VILLAGER_PASSENGER_ATTACHMENT_Y_OFFSET F
FIELD field_7660 yawFlipped Z
FIELD field_7661 CUSTOM_BLOCK_OFFSET Lnet/minecraft/class_2940;
FIELD field_7663 DAMAGE_WOBBLE_TICKS Lnet/minecraft/class_2940;
Expand Down

0 comments on commit 17aceb8

Please sign in to comment.