This commit is contained in:
Flanks255 2024-06-11 21:54:51 -05:00
parent 90f8063c75
commit f58948e7ce

View file

@ -68,7 +68,7 @@ public class CoffeeMachineCategory implements IRecipeCategory<CoffeeIngredientRe
Minecraft mc = Minecraft.getInstance(); Minecraft mc = Minecraft.getInstance();
if (!Strings.isNullOrEmpty(recipe.getExtraText())) { if (!Strings.isNullOrEmpty(recipe.getExtraText())) {
guiGraphics.drawString(mc.font, Component.translatable("jei.actuallyadditions.coffee.special").append( ":"), 2, 4, 4210752, false); guiGraphics.drawString(mc.font, Component.translatable("jei.actuallyadditions.coffee.special").append( ":"), 2, 4, 4210752, false);
guiGraphics.drawString(mc.font, Component.literal(recipe.getExtraText()), 2, 16, 4210752, false); guiGraphics.drawString(mc.font, Component.translatable(recipe.getExtraText()), 2, 16, 4210752, false);
} }
if (recipe.getMaxAmplifier() > 0) { if (recipe.getMaxAmplifier() > 0) {