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:
commit
676beab44b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class ItemDrainCategory extends CreateRecipeCategory<EmptyingRecipe> {
|
||||||
.get(0)
|
.get(0)
|
||||||
.getItems());
|
.getItems());
|
||||||
|
|
||||||
fluidStacks.init(0, true, 132, 8);
|
fluidStacks.init(0, false, 132, 8);
|
||||||
fluidStacks.set(0, withImprovedVisibility(fluidOutput));
|
fluidStacks.set(0, withImprovedVisibility(fluidOutput));
|
||||||
itemStacks.init(0, true, 26, 7);
|
itemStacks.init(0, true, 26, 7);
|
||||||
itemStacks.set(0, matchingIngredients);
|
itemStacks.set(0, matchingIngredients);
|
||||||
|
|
Loading…
Reference in a new issue