Skip to content

Commit

Permalink
Remove some now-useless unpicks (#3882)
Browse files Browse the repository at this point in the history
* Remove some now-useless unpicks

* More unpick shenanigans
  • Loading branch information
Shnupbups authored May 27, 2024
1 parent fdd7f98 commit 96f6f90
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ CLASS net/minecraft/class_6230 net/minecraft/client/render/entity/model/EntityMo
COMMENT The key of a wind bottom model part, whose value is {@value}.
FIELD field_47450 RODS Ljava/lang/String;
COMMENT The key of a rods model part, whose value is {@value}.
FIELD field_49564 MUSHROOMS Ljava/lang/String;
COMMENT The key of a mushrooms model part, whose value is {@value}.
15 changes: 0 additions & 15 deletions src/constants/java/net/fabricmc/yarn/constants/LlamaVariants.java

This file was deleted.

16 changes: 0 additions & 16 deletions src/constants/java/net/fabricmc/yarn/constants/ParrotVariants.java

This file was deleted.

1 change: 1 addition & 0 deletions unpick-definitions/entity_model_parts.unpick
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ constant entity_model_parts net/minecraft/client/render/entity/model/EntityModel
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames WIND_MID
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames WIND_BOTTOM
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames RODS
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames MUSHROOMS
constant entity_model_parts net/minecraft/client/render/entity/model/EntityModelPartNames BONE

target_method net/minecraft/client/model/ModelPart getChild (Ljava/lang/String;)Lnet/minecraft/client/model/ModelPart;
Expand Down
11 changes: 0 additions & 11 deletions unpick-definitions/llama_variants.unpick

This file was deleted.

12 changes: 0 additions & 12 deletions unpick-definitions/parrot_variants.unpick

This file was deleted.

14 changes: 0 additions & 14 deletions unpick-definitions/rabbit_types.unpick

This file was deleted.

0 comments on commit 96f6f90

Please sign in to comment.