-
Notifications
You must be signed in to change notification settings - Fork 378
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
Showing
18 changed files
with
110 additions
and
15 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 +1,8 @@ | ||
CLASS net/minecraft/class_3859 net/minecraft/recipe/BlastingRecipe | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 ingredient | ||
ARG 4 result | ||
ARG 5 experience | ||
ARG 6 cookingTime |
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,8 @@ | ||
CLASS net/minecraft/class_3920 net/minecraft/recipe/CampfireCookingRecipe | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 ingredient | ||
ARG 4 result | ||
ARG 5 experience | ||
ARG 6 cookingTime |
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/recipe/CookingRecipeSerializer.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,6 +1,14 @@ | ||
CLASS net/minecraft/class_3957 net/minecraft/recipe/CookingRecipeSerializer | ||
FIELD field_17552 recipeFactory Lnet/minecraft/class_3957$class_3958; | ||
FIELD field_46105 codec Lcom/mojang/serialization/Codec; | ||
METHOD <init> (Lnet/minecraft/class_3957$class_3958;I)V | ||
ARG 1 recipeFactory | ||
ARG 2 cookingTime | ||
CLASS class_3958 RecipeFactory | ||
METHOD create (Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Lnet/minecraft/class_1874; | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 ingredient | ||
ARG 4 result | ||
ARG 5 experience | ||
ARG 6 cookingTime |
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,16 +1,25 @@ | ||
CLASS net/minecraft/class_3972 net/minecraft/recipe/CuttingRecipe | ||
COMMENT A recipe that has only one input ingredient. It can be used by any type | ||
COMMENT of recipe as long as its subclass implements the proper interface. | ||
FIELD field_17642 input Lnet/minecraft/class_1856; | ||
FIELD field_17643 output Lnet/minecraft/class_1799; | ||
FIELD field_17642 ingredient Lnet/minecraft/class_1856; | ||
FIELD field_17643 result Lnet/minecraft/class_1799; | ||
FIELD field_17645 group Ljava/lang/String; | ||
FIELD field_17646 type Lnet/minecraft/class_3956; | ||
FIELD field_17647 serializer Lnet/minecraft/class_1865; | ||
METHOD <init> (Lnet/minecraft/class_3956;Lnet/minecraft/class_1865;Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;)V | ||
ARG 1 type | ||
ARG 2 serializer | ||
ARG 3 group | ||
ARG 4 ingredient | ||
ARG 5 result | ||
CLASS class_3973 Serializer | ||
FIELD field_17648 recipeFactory Lnet/minecraft/class_3972$class_3973$class_3974; | ||
FIELD field_46107 codec Lcom/mojang/serialization/Codec; | ||
METHOD <init> (Lnet/minecraft/class_3972$class_3973$class_3974;)V | ||
ARG 1 recipeFactory | ||
CLASS class_3974 RecipeFactory | ||
METHOD create (Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1792;I)Lnet/minecraft/class_3972; | ||
ARG 1 group | ||
ARG 2 ingredient | ||
ARG 3 result | ||
ARG 4 count |
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/class_1861 net/minecraft/recipe/MapExtendingRecipe | ||
METHOD <init> (Lnet/minecraft/class_7710;)V | ||
ARG 1 category | ||
METHOD method_51165 findFilledMap (Lnet/minecraft/class_8566;)Lnet/minecraft/class_1799; | ||
ARG 0 inventory |
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,6 +1,12 @@ | ||
CLASS net/minecraft/class_1867 net/minecraft/recipe/ShapelessRecipe | ||
FIELD field_40257 category Lnet/minecraft/class_7710; | ||
FIELD field_9047 input Lnet/minecraft/class_2371; | ||
FIELD field_9047 ingredients Lnet/minecraft/class_2371; | ||
FIELD field_9049 group Ljava/lang/String; | ||
FIELD field_9050 output Lnet/minecraft/class_1799; | ||
FIELD field_9050 result Lnet/minecraft/class_1799; | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_7710;Lnet/minecraft/class_1799;Lnet/minecraft/class_2371;)V | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 result | ||
ARG 4 ingredients | ||
CLASS class_1868 Serializer | ||
FIELD field_46104 CODEC Lcom/mojang/serialization/Codec; |
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,8 @@ | ||
CLASS net/minecraft/class_3861 net/minecraft/recipe/SmeltingRecipe | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 ingredient | ||
ARG 4 result | ||
ARG 5 experience | ||
ARG 6 cookingTime |
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 +1,8 @@ | ||
CLASS net/minecraft/class_3862 net/minecraft/recipe/SmokingRecipe | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V | ||
ARG 1 group | ||
ARG 2 category | ||
ARG 3 ingredient | ||
ARG 4 result | ||
ARG 5 experience | ||
ARG 6 cookingTime |
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,2 +1,4 @@ | ||
CLASS net/minecraft/class_1852 net/minecraft/recipe/SpecialCraftingRecipe | ||
FIELD field_40255 category Lnet/minecraft/class_7710; | ||
METHOD <init> (Lnet/minecraft/class_7710;)V | ||
ARG 1 category |
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,6 @@ | ||
CLASS net/minecraft/class_3975 net/minecraft/recipe/StonecuttingRecipe | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1792;I)V | ||
ARG 1 group | ||
ARG 2 ingredient | ||
ARG 3 result | ||
ARG 4 count |