-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
181 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/client/render/item/model/MissingItemModel.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_10447 net/minecraft/client/render/item/model/MissingItemModel | ||
FIELD field_55352 missingModel Lnet/minecraft/class_1087; | ||
METHOD <init> (Lnet/minecraft/class_1087;)V | ||
ARG 1 missingModel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
mappings/net/minecraft/client/render/model/ModelTextures.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
CLASS net/minecraft/class_10419 net/minecraft/client/render/model/ModelTextures | ||
FIELD field_55275 EMPTY Lnet/minecraft/class_10419; | ||
FIELD field_55276 TEXTURE_REFERENCE_PREFIX C | ||
FIELD field_55277 textures Ljava/util/Map; | ||
METHOD <init> (Ljava/util/Map;)V | ||
ARG 1 textures | ||
METHOD method_65543 add (Lnet/minecraft/class_2960;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_10419$class_10420$class_10421;)V | ||
ARG 0 atlasTexture | ||
ARG 1 textureId | ||
ARG 2 value | ||
ARG 3 builder | ||
METHOD method_65544 fromJson (Lcom/google/gson/JsonObject;Lnet/minecraft/class_2960;)Lnet/minecraft/class_10419$class_10420; | ||
ARG 0 json | ||
ARG 1 atlasTexture | ||
METHOD method_65545 get (Ljava/lang/String;)Lnet/minecraft/class_4730; | ||
ARG 1 textureId | ||
METHOD method_65546 isTextureReference (Ljava/lang/String;)Z | ||
ARG 0 textureId | ||
CLASS class_10420 Textures | ||
FIELD field_55278 EMPTY Lnet/minecraft/class_10419$class_10420; | ||
CLASS class_10421 Builder | ||
FIELD field_55279 entries Ljava/util/Map; | ||
METHOD method_65547 build ()Lnet/minecraft/class_10419$class_10420; | ||
METHOD method_65548 addSprite (Ljava/lang/String;Lnet/minecraft/class_4730;)Lnet/minecraft/class_10419$class_10420$class_10421; | ||
ARG 1 textureId | ||
ARG 2 spriteId | ||
METHOD method_65549 addTextureReference (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_10419$class_10420$class_10421; | ||
ARG 1 textureId | ||
ARG 2 target | ||
CLASS class_10422 TextureReferenceEntry | ||
CLASS class_10423 Builder | ||
FIELD field_55280 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_55281 textures Ljava/util/List; | ||
METHOD method_65550 addLast (Lnet/minecraft/class_10419$class_10420;)Lnet/minecraft/class_10419$class_10423; | ||
ARG 1 textures | ||
METHOD method_65551 build (Lnet/minecraft/class_10525;)Lnet/minecraft/class_10419; | ||
ARG 1 modelNameSupplier | ||
METHOD method_65552 (Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;Lit/unimi/dsi/fastutil/objects/Object2ObjectMap;Ljava/lang/String;Lnet/minecraft/class_10419$class_10424;)V | ||
ARG 2 textureId | ||
ARG 3 entry | ||
METHOD method_65553 (Ljava/util/Map$Entry;)Ljava/lang/String; | ||
ARG 0 entry | ||
METHOD method_65554 addFirst (Lnet/minecraft/class_10419$class_10420;)Lnet/minecraft/class_10419$class_10423; | ||
ARG 1 textures | ||
CLASS class_10424 Entry | ||
CLASS class_10425 SpriteEntry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.