-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25w10a: Some additional Rendering items (#4143)
* Some additional Rendering items; please examine "MultipartBlockStateModel". * a bit of consistency.
- Loading branch information
1 parent
5d27901
commit 55422e7
Showing
16 changed files
with
52 additions
and
16 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 was deleted.
Oops, something went wrong.
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
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/client/render/model/MultipartBlockStateModel.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,19 @@ | ||
CLASS net/minecraft/class_10895 net/minecraft/client/render/model/MultipartBlockStateModel | ||
FIELD field_57948 bakedModels Lnet/minecraft/class_10895$class_1095; | ||
FIELD field_57949 state Lnet/minecraft/class_2680; | ||
FIELD field_57950 models Ljava/util/List; | ||
CLASS class_10204 Selector | ||
METHOD method_68527 build (Ljava/lang/Object;)Lnet/minecraft/class_10895$class_10204; | ||
CLASS class_1095 MultipartBakedModel | ||
FIELD field_5427 selectors Ljava/util/List; | ||
FIELD field_57011 particleSprite Lnet/minecraft/class_1058; | ||
FIELD field_57951 map Ljava/util/Map; | ||
METHOD <init> (Ljava/util/List;)V | ||
ARG 1 selectors | ||
METHOD method_64095 getFirst (Ljava/util/List;)Lnet/minecraft/class_1087; | ||
ARG 0 selectors | ||
METHOD method_68528 build (Lnet/minecraft/class_2680;)Ljava/util/List; | ||
CLASS class_816 MultipartUnbakedModel | ||
FIELD field_4330 selectors Ljava/util/List; | ||
FIELD field_57952 bakerCache Lnet/minecraft/class_7775$class_10897; | ||
CLASS class_9981 EqualityGroup |