Re-add processing tooltip.
This commit is contained in:
@@ -69,6 +69,10 @@ public class ItemPattern extends ItemBase implements ICraftingPatternProvider {
|
|||||||
if (isOredict(stack)) {
|
if (isOredict(stack)) {
|
||||||
tooltip.add(TextFormatting.BLUE + I18n.format("misc.refinedstorage:pattern.oredict") + TextFormatting.RESET);
|
tooltip.add(TextFormatting.BLUE + I18n.format("misc.refinedstorage:pattern.oredict") + TextFormatting.RESET);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isProcessing(stack)) {
|
||||||
|
tooltip.add(TextFormatting.BLUE + I18n.format("misc.refinedstorage:processing") + TextFormatting.RESET);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
tooltip.add(TextFormatting.RED + I18n.format("misc.refinedstorage:pattern.invalid") + TextFormatting.RESET);
|
tooltip.add(TextFormatting.RED + I18n.format("misc.refinedstorage:pattern.invalid") + TextFormatting.RESET);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user