1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
This commit is contained in:
Jeffrey Kosse 2022-10-18 18:34:40 +02:00
parent 3b7bdb059d
commit 63fc4397dc

View File

@ -667,7 +667,7 @@ public class SurvivalSlimefunGuide implements SlimefunGuideImplementation {
private void displayRecipes(Player p, PlayerProfile profile, ChestMenu menu, RecipeDisplayItem sfItem, int page) { private void displayRecipes(Player p, PlayerProfile profile, ChestMenu menu, RecipeDisplayItem sfItem, int page) {
List<ItemStack> recipes = sfItem.getDisplayRecipes(); List<ItemStack> recipes = sfItem.getDisplayRecipes();
if (recipes != null && !recipes.isEmpty()) { if (!recipes.isEmpty()) {
menu.addItem(53, null); menu.addItem(53, null);
if (page == 0) { if (page == 0) {