This commit is contained in:
MauveCloud 2017-03-11 19:50:00 -08:00
parent f61c77c53c
commit 0c37284c97

View file

@ -576,7 +576,7 @@ public class JEIGregtechRecipe implements IRecipeWrapper {
mInputs.addTooltipCallback((slotIndex, input, ingredient, tooltip) -> { mInputs.addTooltipCallback((slotIndex, input, ingredient, tooltip) -> {
int slotType = slotIndex / 1000; int slotType = slotIndex / 1000;
int inputIndex = slotType % 1000; int inputIndex = slotIndex % 1000;
switch (slotType) { switch (slotType) {
case 1: case 1:
//it's output //it's output