From a6ca18d69b6b6d74fa88b2104550f6c3df7e65fd Mon Sep 17 00:00:00 2001 From: Jake Potrebic <15055071+Machine-Maker@users.noreply.github.com> Date: Sun, 10 Oct 2021 14:13:25 -0700 Subject: [PATCH] Fix parameter mis-order in BrewingRecipeRegistry (#2734) --- mappings/net/minecraft/recipe/BrewingRecipeRegistry.mapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/recipe/BrewingRecipeRegistry.mapping b/mappings/net/minecraft/recipe/BrewingRecipeRegistry.mapping index d3aa41f98b..77841e347a 100644 --- a/mappings/net/minecraft/recipe/BrewingRecipeRegistry.mapping +++ b/mappings/net/minecraft/recipe/BrewingRecipeRegistry.mapping @@ -30,8 +30,8 @@ CLASS net/minecraft/class_1845 net/minecraft/recipe/BrewingRecipeRegistry METHOD method_8077 isValidIngredient (Lnet/minecraft/class_1799;)Z ARG 0 stack METHOD method_8078 craft (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799; - ARG 0 input - ARG 1 ingredient + ARG 0 ingredient + ARG 1 input METHOD method_8079 isItemRecipeIngredient (Lnet/minecraft/class_1799;)Z ARG 0 stack METHOD method_8080 registerPotionType (Lnet/minecraft/class_1792;)V