Merge pull request #2587 from shartte/patch-1

- Fixed Item Drain recipes in JEI marking the fluid as an input
This commit is contained in:
simibubi 2022-01-09 13:25:22 +01:00 committed by GitHub
commit 676beab44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ public class ItemDrainCategory extends CreateRecipeCategory<EmptyingRecipe> {
.get(0)
.getItems());
fluidStacks.init(0, true, 132, 8);
fluidStacks.init(0, false, 132, 8);
fluidStacks.set(0, withImprovedVisibility(fluidOutput));
itemStacks.init(0, true, 26, 7);
itemStacks.set(0, matchingIngredients);