From 1f6fc41eaebc3c565bef12606ff98a076fc32e89 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 19 Mar 2020 04:30:52 +0800 Subject: 20w12a Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java') diff --git a/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java b/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java index 74da3efb1..740dde936 100644 --- a/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java +++ b/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java @@ -114,7 +114,7 @@ public class SimpleRecipeEntry extends RecipeEntry { xx = bounds.x + 4 + 18 * (getItemsPerLine() - 2); yy = bounds.y + getHeight() / 2 - 8; MinecraftClient.getInstance().getTextureManager().bindTexture(CHEST_GUI_TEXTURE); - blit(xx, yy, 0, 28, 18, 18); + drawTexture(xx, yy, 0, 28, 18, 18); xx += 18; outputWidget.setZ(getZ() + 50); outputWidget.getBounds().setLocation(xx, yy); -- cgit