-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few n/m/block and n/m/inventory mappings (#542)
* A few n/m/block and n/m/inventory mappings * Fix conflicts with #540 * Add an extra relevant mapping * `world2` -> `unusedWorld`
- Loading branch information
Showing
7 changed files
with
43 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/unmapped/C_pyxrohya net/minecraft/block/BlockRegistryKeys | ||
METHOD m_lpexxklc of (Ljava/lang/String;)Lnet/minecraft/unmapped/C_xhhleach; |
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,7 @@ | ||
CLASS net/minecraft/unmapped/C_qiypfnai net/minecraft/block/TrialSpawnerBlock | ||
FIELD f_eqxijsod STATE Lnet/minecraft/unmapped/C_cgckxfsw; | ||
METHOD m_hqexpyll (Lnet/minecraft/unmapped/C_bdwnwhiu;Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_ndgqjckh;)V | ||
ARG 1 unusedWorld | ||
ARG 4 trialSpawner | ||
METHOD m_pvtrnirj (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_ndgqjckh;)V | ||
ARG 3 trialSpawner |
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
...ecraft/inventory/JukeboxInventory.mapping → ...ft/inventory/SingleStackInventory.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,8 +1,8 @@ | ||
CLASS net/minecraft/unmapped/C_rsrfiyeu net/minecraft/inventory/JukeboxInventory | ||
CLASS net/minecraft/unmapped/C_rsrfiyeu net/minecraft/inventory/SingleStackInventory | ||
METHOD m_bkmnewbu setStack (Lnet/minecraft/unmapped/C_sddaxwyk;)V | ||
METHOD m_brueltfr emptyStack ()Lnet/minecraft/unmapped/C_sddaxwyk; | ||
METHOD m_brueltfr removeStack ()Lnet/minecraft/unmapped/C_sddaxwyk; | ||
METHOD m_htpnuxlo decreaseStack (I)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 count | ||
METHOD m_xwjsgxrp getStack ()Lnet/minecraft/unmapped/C_sddaxwyk; | ||
CLASS C_ecqzlsuf | ||
CLASS C_ecqzlsuf BlockSingleStackInventory | ||
METHOD m_ejhbwvaa getBlockEntity ()Lnet/minecraft/unmapped/C_kvegafmh; |
d9303b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit d9303b7, 37 file(s) were updated with 477 line(s) added and 486 removed compared to the latest Quilt Mappings version.
View the diff here (1/2):
d9303b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/2):