Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21.2-pre2 a little more #4020

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CLASS net/minecraft/class_8972 net/minecraft/client/render/entity/animation/Bree
FIELD field_47430 SLIDING Lnet/minecraft/class_7184;
FIELD field_47846 SLIDING_BACK Lnet/minecraft/class_7184;
FIELD field_52766 INHALING Lnet/minecraft/class_7184;
FIELD field_54958 STANDING Lnet/minecraft/class_7184;
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CLASS net/minecraft/class_10006 net/minecraft/client/render/entity/state/BreezeE
FIELD field_53286 slidingBackAnimationState Lnet/minecraft/class_7094;
FIELD field_53287 inhalingAnimationState Lnet/minecraft/class_7094;
FIELD field_53288 longJumpingAnimationState Lnet/minecraft/class_7094;
FIELD field_54963 standingAnimationState Lnet/minecraft/class_7094;
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ CLASS net/minecraft/class_7788 net/minecraft/data/server/loottable/BlockLootTabl
METHOD method_62727 createWithShearsCondition ()Lnet/minecraft/class_5341$class_210;
METHOD method_64930 paleMossCarpetDrops (Lnet/minecraft/class_2248;)Lnet/minecraft/class_52$class_53;
ARG 1 block
METHOD method_65053 paleHangingMossDrops (Lnet/minecraft/class_1935;)Lnet/minecraft/class_52$class_53;
ARG 1 item
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ CLASS net/minecraft/class_10342 net/minecraft/data/server/loottable/winterdrop/W
ARG 1 block
METHOD method_64938 (Lnet/minecraft/class_2248;)Lnet/minecraft/class_52$class_53;
ARG 1 block
METHOD method_65054 (Lnet/minecraft/class_10342;Lnet/minecraft/class_1935;)Lnet/minecraft/class_52$class_53;
ARG 1 block
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/mob/BreezeEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_8949 net/minecraft/entity/mob/BreezeEntity
FIELD field_47269 standingAnimationState Lnet/minecraft/class_7094;
FIELD field_47270 inhalingAnimationState Lnet/minecraft/class_7094;
FIELD field_47277 slidingAnimationState Lnet/minecraft/class_7094;
FIELD field_47279 longJumpingParticleAddCount I
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ CLASS net/minecraft/class_1682 net/minecraft/entity/projectile/thrown/ThrownEnti
ARG 6 z
ARG 8 world
METHOD method_63673 applyDrag ()V
METHOD method_65041 tickBubbleColumnCollision ()V