forked from QuiltMC/quilt-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e077dfb
commit 4ba9fc2
Showing
24 changed files
with
250 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
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,6 @@ | ||
CLASS net/minecraft/unmapped/C_fcvwjvlq net/minecraft/inventory/RecipeInputInventory | ||
METHOD m_dvbyvcly getHeight ()I | ||
METHOD m_mmnfalel getInvStack ()Ljava/util/List; | ||
METHOD m_mjhyecbx toPositionedInput ()Lnet/minecraft/unmapped/C_euomljmv$C_yjgdhrsl; | ||
METHOD m_mmnfalel getStacks ()Ljava/util/List; | ||
METHOD m_rkeovwln getWidth ()I | ||
METHOD m_tegcmbjp toInput ()Lnet/minecraft/unmapped/C_euomljmv; |
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
42 changes: 37 additions & 5 deletions
42
mappings/net/minecraft/recipe/BrewingRecipeRegistry.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,18 +1,50 @@ | ||
CLASS net/minecraft/unmapped/C_ilssplzn net/minecraft/recipe/BrewingRecipeRegistry | ||
FIELD f_aruotgdf potionRecipes Ljava/util/List; | ||
FIELD f_dhquiuxe itemRecipes Ljava/util/List; | ||
FIELD f_ltwfhqjw BREWING_TIME_SECONDS I | ||
FIELD f_mxpxplfe bottomIngredients Ljava/util/List; | ||
FIELD f_rhvjiasu EMPTY Lnet/minecraft/unmapped/C_ilssplzn; | ||
METHOD m_bwccxzca create (Lnet/minecraft/unmapped/C_czxxrbcp;)Lnet/minecraft/unmapped/C_ilssplzn; | ||
METHOD m_cugqmywj addVanillaRecipes (Lnet/minecraft/unmapped/C_ilssplzn$C_anvszzom;)V | ||
ARG 0 builder | ||
METHOD m_cwnwpxhs craft (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 input | ||
ARG 1 topInput | ||
ARG 2 bottomInput | ||
METHOD m_fdkgeuuc hasItemRecipe (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
ARG 1 ingredient | ||
METHOD m_ldkmprrc isValidIngredient (Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
ARG 1 bottomInput | ||
ARG 2 topInput | ||
METHOD m_kdcuqyob isBottomIngredient (Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
METHOD m_ldkmprrc isTopIngredient (Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
METHOD m_lronsnat isPotionRecipeIngredient (Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
METHOD m_ngonaytv hasPotionRecipe (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
ARG 1 ingredient | ||
ARG 1 bottomInput | ||
ARG 2 topInput | ||
METHOD m_ngyngnto isBrewable (Lnet/minecraft/unmapped/C_cjzoxshv;)Z | ||
ARG 1 potion | ||
METHOD m_wrviwmkr hasRecipe (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
ARG 1 ingredient | ||
ARG 1 bottomInput | ||
ARG 2 topInput | ||
METHOD m_zqdnpuap isItemRecipeIngredient (Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
CLASS C_anvszzom Builder | ||
FIELD f_cumxoxtw bottomIngredients Ljava/util/List; | ||
FIELD f_exnloijq itemRecipes Ljava/util/List; | ||
FIELD f_qqsssiby potionRecipes Ljava/util/List; | ||
FIELD f_szfgeigs features Lnet/minecraft/unmapped/C_czxxrbcp; | ||
METHOD m_ilqhdtus build ()Lnet/minecraft/unmapped/C_ilssplzn; | ||
METHOD m_kjbtjqbn addItemRecipe (Lnet/minecraft/unmapped/C_vorddnax;Lnet/minecraft/unmapped/C_vorddnax;Lnet/minecraft/unmapped/C_vorddnax;)V | ||
ARG 1 bottomInput | ||
ARG 2 topInput | ||
ARG 3 output | ||
METHOD m_omxvxkhk addStarterRecipes (Lnet/minecraft/unmapped/C_vorddnax;Lnet/minecraft/unmapped/C_cjzoxshv;)V | ||
METHOD m_pdipybln addBottomIngredient (Lnet/minecraft/unmapped/C_vorddnax;)V | ||
METHOD m_sieojnmp addPotionRecipe (Lnet/minecraft/unmapped/C_cjzoxshv;Lnet/minecraft/unmapped/C_vorddnax;Lnet/minecraft/unmapped/C_cjzoxshv;)V | ||
ARG 1 bottomInput | ||
ARG 2 topInput | ||
METHOD m_uovaqaoc requirePotion (Lnet/minecraft/unmapped/C_vorddnax;)V | ||
ARG 0 item | ||
CLASS C_uuqlcqac Recipe | ||
FIELD f_fszziriy ingredient Lnet/minecraft/unmapped/C_tcpsydrv; | ||
FIELD f_qoekordr input Lnet/minecraft/unmapped/C_cjzoxshv; | ||
FIELD f_srxxptri output Lnet/minecraft/unmapped/C_cjzoxshv; | ||
METHOD m_udixioab input ()Lnet/minecraft/unmapped/C_cjzoxshv; | ||
METHOD m_yrmcoeqb output ()Lnet/minecraft/unmapped/C_cjzoxshv; |
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,22 @@ | ||
CLASS net/minecraft/unmapped/C_euomljmv net/minecraft/recipe/CraftingRecipeInput | ||
FIELD f_ebgyevua stacks Ljava/util/List; | ||
FIELD f_gempqgqe inputCount I | ||
FIELD f_hxkvnbdm matcher Lnet/minecraft/unmapped/C_nyagoaau; | ||
FIELD f_qapubcmu EMPTY Lnet/minecraft/unmapped/C_euomljmv; | ||
FIELD f_tlhfbbvl width I | ||
FIELD f_uucvrzzn height I | ||
METHOD m_dhcnljxm getWidth ()I | ||
METHOD m_dyulubbb of (IILjava/util/List;)Lnet/minecraft/unmapped/C_euomljmv; | ||
METHOD m_oajnzqrl get (II)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 x | ||
ARG 2 y | ||
METHOD m_ogdredzm getStacks ()Ljava/util/List; | ||
METHOD m_plfjjrel getHeight ()I | ||
METHOD m_stcmggrk getInputCount ()I | ||
METHOD m_uywbpkmo createPositioned (IILjava/util/List;)Lnet/minecraft/unmapped/C_euomljmv$C_yjgdhrsl; | ||
ARG 0 width | ||
ARG 1 height | ||
ARG 2 stacks | ||
METHOD m_xankaukl getMatcher ()Lnet/minecraft/unmapped/C_nyagoaau; | ||
CLASS C_yjgdhrsl Positioned | ||
FIELD f_azxqobux EMPTY Lnet/minecraft/unmapped/C_euomljmv$C_yjgdhrsl; |
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,3 +1,5 @@ | ||
CLASS net/minecraft/unmapped/C_cdhgeyop net/minecraft/recipe/MapExtendingRecipe | ||
METHOD <init> (Lnet/minecraft/unmapped/C_aodytokc;)V | ||
ARG 1 category | ||
METHOD m_gfiwlaty findFilledMap (Lnet/minecraft/unmapped/C_euomljmv;)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 0 input |
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,5 @@ | ||
CLASS net/minecraft/unmapped/C_cxmcihwl net/minecraft/recipe/RecipeInput | ||
METHOD m_gptaeput getSize ()I | ||
METHOD m_hhjzrppb get (I)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 i | ||
METHOD m_wuqjkela isEmpty ()Z |
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 +1,10 @@ | ||
CLASS net/minecraft/unmapped/C_oeuthbtr net/minecraft/recipe/RepairItemRecipe | ||
METHOD m_qssibaeg (Lnet/minecraft/unmapped/C_qlclfxvn;Lnet/minecraft/unmapped/C_qlclfxvn;Lnet/minecraft/unmapped/C_qlclfxvn$C_vbojeisc;Lnet/minecraft/unmapped/C_cjzoxshv$C_rjzpeyec;)V | ||
ARG 3 enchantment | ||
METHOD m_sywqdcal canCombine (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Z | ||
ARG 0 left | ||
ARG 1 right | ||
METHOD m_tplyzfou (Lnet/minecraft/unmapped/C_cjzoxshv$C_rjzpeyec;)Z | ||
ARG 0 enchantment | ||
METHOD m_tsxbkugn findItemsToCombine (Lnet/minecraft/unmapped/C_euomljmv;)Lcom/mojang/datafixers/util/Pair; | ||
ARG 1 input |
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.