-
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.
* 1.21.2-pre2 stuff * Map recipe and loot context * Glyph renames
- Loading branch information
Showing
51 changed files
with
295 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_384 net/minecraft/client/font/EmptyBakedGlyph | ||
FIELD field_38311 INSTANCE Lnet/minecraft/class_384; |
2 changes: 0 additions & 2 deletions
2
mappings/net/minecraft/client/font/EmptyGlyphRenderer.mapping
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
6 changes: 3 additions & 3 deletions
6
mappings/net/minecraft/client/recipebook/RecipeBookType.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,5 +1,5 @@ | ||
CLASS net/minecraft/class_10331 net/minecraft/client/recipebook/RecipeBookType | ||
FIELD field_54841 groups Ljava/util/List; | ||
FIELD field_54841 categories Ljava/util/List; | ||
METHOD <init> (Ljava/lang/String;I[Lnet/minecraft/class_10355;)V | ||
ARG 3 groups | ||
METHOD method_64888 getGroups ()Ljava/util/List; | ||
ARG 3 categories | ||
METHOD method_64888 getCategories ()Ljava/util/List; |
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/datafixer/fix/LockComponentPredicateFix.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CLASS net/minecraft/class_46 net/minecraft/loot/context/LootContextAware | ||
METHOD method_292 validate (Lnet/minecraft/class_58;)V | ||
ARG 1 reporter | ||
METHOD method_293 getRequiredParameters ()Ljava/util/Set; | ||
METHOD method_293 getAllowedParameters ()Ljava/util/Set; |
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/loot/context/LootContextParameters.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 +1,13 @@ | ||
CLASS net/minecraft/class_181 net/minecraft/loot/context/LootContextParameters | ||
FIELD field_1224 BLOCK_STATE Lnet/minecraft/class_169; | ||
FIELD field_1225 EXPLOSION_RADIUS Lnet/minecraft/class_169; | ||
FIELD field_1226 THIS_ENTITY Lnet/minecraft/class_169; | ||
FIELD field_1227 DIRECT_ATTACKING_ENTITY Lnet/minecraft/class_169; | ||
FIELD field_1228 BLOCK_ENTITY Lnet/minecraft/class_169; | ||
FIELD field_1229 TOOL Lnet/minecraft/class_169; | ||
FIELD field_1230 ATTACKING_ENTITY Lnet/minecraft/class_169; | ||
FIELD field_1231 DAMAGE_SOURCE Lnet/minecraft/class_169; | ||
FIELD field_1233 LAST_DAMAGE_PLAYER Lnet/minecraft/class_169; | ||
FIELD field_24424 ORIGIN Lnet/minecraft/class_169; | ||
FIELD field_51805 ENCHANTMENT_LEVEL Lnet/minecraft/class_169; | ||
FIELD field_51806 ENCHANTMENT_ACTIVE Lnet/minecraft/class_169; |
Oops, something went wrong.