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