Skip to content

Commit 96f6f90

Browse files
authored
Remove some now-useless unpicks (FabricMC#3882)
* Remove some now-useless unpicks * More unpick shenanigans
1 parent fdd7f98 commit 96f6f90

File tree

7 files changed

+3
-68
lines changed

7 files changed

+3
-68
lines changed

mappings/net/minecraft/client/render/entity/model/EntityModelPartNames.mapping

+2
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,5 @@ CLASS net/minecraft/class_6230 net/minecraft/client/render/entity/model/EntityMo
158158
COMMENT The key of a wind bottom model part, whose value is {@value}.
159159
FIELD field_47450 RODS Ljava/lang/String;
160160
COMMENT The key of a rods model part, whose value is {@value}.
161+
FIELD field_49564 MUSHROOMS Ljava/lang/String;
162+
COMMENT The key of a mushrooms model part, whose value is {@value}.

src/constants/java/net/fabricmc/yarn/constants/LlamaVariants.java

-15
This file was deleted.

src/constants/java/net/fabricmc/yarn/constants/ParrotVariants.java

-16
This file was deleted.

unpick-definitions/entity_model_parts.unpick

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ constant entity_model_parts net/minecraft/client/render/entity/model/EntityModel
7878
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames WIND_MID
7979
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames WIND_BOTTOM
8080
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames RODS
81+
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames MUSHROOMS
8182
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames BONE
8283

8384
target_method net/minecraft/client/model/ModelPart getChild (Ljava/lang/String;)Lnet/minecraft/client/model/ModelPart;

unpick-definitions/llama_variants.unpick

-11
This file was deleted.

unpick-definitions/parrot_variants.unpick

-12
This file was deleted.

unpick-definitions/rabbit_types.unpick

-14
This file was deleted.

0 commit comments

Comments
 (0)