mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
I don't want this differentiated
This commit is contained in:
parent
8ba1d23eff
commit
1d27f6e52d
1 changed files with 1 additions and 2 deletions
|
@ -62,8 +62,7 @@ public class BookletRecipeCategory implements IRecipeCategory{
|
|||
public void setRecipe(@Nonnull IRecipeLayout recipeLayout, @Nonnull IRecipeWrapper recipeWrapper){
|
||||
if(recipeWrapper instanceof BookletRecipeWrapper){
|
||||
BookletRecipeWrapper wrapper = (BookletRecipeWrapper)recipeWrapper;
|
||||
boolean isBigScreen = Minecraft.getMinecraft().displayHeight >= 600;
|
||||
recipeLayout.getItemStacks().init(0, true, 70, isBigScreen ? -3 : -7);
|
||||
recipeLayout.getItemStacks().init(0, true, 70, -4);
|
||||
recipeLayout.getItemStacks().set(0, Arrays.asList(wrapper.thePage.getItemStacksForPage()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue