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

24w46a small stuff #4050

Merged
merged 2 commits into from
Nov 15, 2024
Merged
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 @@ -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 @@ -5,6 +5,7 @@ CLASS net/minecraft/class_10323 net/minecraft/block/entity/CreakingHeartBlockEnt
FIELD field_54910 comparatorOutput I
FIELD field_55500 DEFAULT_CREAKING_PUPPET Ljava/util/Optional;
FIELD field_55501 creakingPuppet Lcom/mojang/datafixers/util/Either;
FIELD field_55502 ticks J
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
ARG 1 pos
ARG 2 state
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;
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CLASS net/minecraft/class_1071 net/minecraft/client/texture/PlayerSkinProvider
ARG 2 textures
METHOD method_65882 (Lnet/minecraft/class_1071$class_8686;Lnet/minecraft/class_8685;Ljava/lang/Throwable;)Ljava/util/Optional;
ARG 1 skinTextures
ARG 2 throwable
CLASS class_8686 Key
CLASS class_8687 FileCache
FIELD field_45640 directory Ljava/nio/file/Path;
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/mob/CreakingEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CLASS net/minecraft/class_10275 net/minecraft/entity/mob/CreakingEntity
ARG 1 damageSource
METHOD method_65791 killFromHeart (Lnet/minecraft/class_1282;)V
ARG 1 damageSource
METHOD method_65792 hasNoHomePos ()Z
METHOD method_65792 isTransient ()Z
METHOD method_65793 finishCrumbling ()V
CLASS class_10276 CreakingBodyControl
METHOD <init> (Lnet/minecraft/class_10275;Lnet/minecraft/class_10275;)V
Expand Down
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