Fix for #909
This commit is contained in:
parent
f61c77c53c
commit
0c37284c97
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ public class JEIGregtechRecipe implements IRecipeWrapper {
|
|||
|
||||
mInputs.addTooltipCallback((slotIndex, input, ingredient, tooltip) -> {
|
||||
int slotType = slotIndex / 1000;
|
||||
int inputIndex = slotType % 1000;
|
||||
int inputIndex = slotIndex % 1000;
|
||||
switch (slotType) {
|
||||
case 1:
|
||||
//it's output
|
||||
|
|
Loading…
Reference in a new issue