-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 24w45a stuff Very unfinished, but it's 8AM and I haven't slept so this is what I've done for now... * Map more stuff * More stuff * Even more stuff * More client mappings * Rendering stuff, part 1 * Map the rest --------- Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
- Loading branch information
Showing
314 changed files
with
1,998 additions
and
168 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/class_10395 net/minecraft/client/ClientBootstrap | ||
FIELD field_55225 initialized Z | ||
METHOD method_65385 initialize ()V |
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
2 changes: 1 addition & 1 deletion
2
...ft/data/client/BlockStateSupplier.mapping → ...ft/client/data/BlockStateSupplier.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS net/minecraft/class_4917 net/minecraft/data/client/BlockStateSupplier | ||
CLASS net/minecraft/class_4917 net/minecraft/client/data/BlockStateSupplier | ||
COMMENT A supplier of a block state JSON definition. | ||
METHOD method_25743 getBlock ()Lnet/minecraft/class_2248; |
2 changes: 1 addition & 1 deletion
2
...aft/data/client/BlockStateVariant.mapping → ...aft/client/data/BlockStateVariant.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
2 changes: 1 addition & 1 deletion
2
.../data/client/BlockStateVariantMap.mapping → .../client/data/BlockStateVariantMap.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
13 changes: 13 additions & 0 deletions
13
mappings/net/minecraft/client/data/EquipmentAssetProvider.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,13 @@ | ||
CLASS net/minecraft/class_10206 net/minecraft/client/data/EquipmentAssetProvider | ||
FIELD field_54202 pathResolver Lnet/minecraft/class_7784$class_7489; | ||
METHOD <init> (Lnet/minecraft/class_7784;)V | ||
ARG 1 output | ||
METHOD method_64112 (Ljava/util/Map;Lnet/minecraft/class_5321;Lnet/minecraft/class_10186;)V | ||
ARG 1 key | ||
ARG 2 model | ||
METHOD method_65423 createHumanoidOnlyModel (Ljava/lang/String;)Lnet/minecraft/class_10186; | ||
ARG 0 id | ||
METHOD method_65424 bootstrap (Ljava/util/function/BiConsumer;)V | ||
ARG 0 equipmentBiConsumer | ||
METHOD method_65425 createHumanoidAndHorseModel (Ljava/lang/String;)Lnet/minecraft/class_10186; | ||
ARG 0 id |
Oops, something went wrong.