Change button ids

This commit is contained in:
Marcel Konrad
2018-06-28 01:37:29 +02:00
parent 9e3e2476ee
commit e919ac9837

View File

@@ -49,7 +49,7 @@ public class ContentRecipes extends Content
}
}
ElementPageList<IRecipe, String> list = new ElementPageList<IRecipe, String>(x, y, recipes, null, 114, 20, 3, this, new int[] {6, 7, 8}, new ILogicPageList<IRecipe, String>()
ElementPageList<IRecipe, String> list = new ElementPageList<IRecipe, String>(x, y, recipes, null, 114, 20, 3, this, new int[] {4, 5, 6}, new ILogicPageList<IRecipe, String>()
{
@Override
public String translate(IRecipe key)