From e919ac9837853c8b9b6d67035d37d0fdc9e5df11 Mon Sep 17 00:00:00 2001 From: Marcel Konrad Date: Thu, 28 Jun 2018 01:37:29 +0200 Subject: [PATCH] Change button ids --- .../worldhandler/gui/content/impl/ContentRecipes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/exopandora/worldhandler/gui/content/impl/ContentRecipes.java b/src/main/java/exopandora/worldhandler/gui/content/impl/ContentRecipes.java index 8eb6985..fc0b409 100644 --- a/src/main/java/exopandora/worldhandler/gui/content/impl/ContentRecipes.java +++ b/src/main/java/exopandora/worldhandler/gui/content/impl/ContentRecipes.java @@ -49,7 +49,7 @@ public class ContentRecipes extends Content } } - ElementPageList list = new ElementPageList(x, y, recipes, null, 114, 20, 3, this, new int[] {6, 7, 8}, new ILogicPageList() + ElementPageList list = new ElementPageList(x, y, recipes, null, 114, 20, 3, this, new int[] {4, 5, 6}, new ILogicPageList() { @Override public String translate(IRecipe key)