Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardise WrapperLookup params and fields to "registries" #3956

Merged
merged 6 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch '24w34a' into registries-param
  • Loading branch information
Shnupbups authored Aug 23, 2024
commit 758e8966912e9d2d63f1b78c6d33e13a039204f6
2 changes: 1 addition & 1 deletion mappings/net/minecraft/recipe/Recipe.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CLASS net/minecraft/class_1860 net/minecraft/recipe/Recipe
COMMENT {@return a preview of the recipe's output}
COMMENT
COMMENT <p>The returned stack should not be modified. To obtain the actual output,
COMMENT call {@link #craft(Inventory, DynamicRegistryManager)}.
COMMENT call {@link #craft(RecipeInput, RegistryWrapper.WrapperLookup)}.
ARG 1 registries
METHOD method_8111 getRemainder (Lnet/minecraft/class_9695;)Lnet/minecraft/class_2371;
COMMENT {@return the remaining stacks to be left in the {@code inventory} after the recipe is used}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.