Advertisement
GalaxyOfZero

integrated Dynamics problem?

Sep 18th, 2022
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. [14:33:18] [Render thread/ERROR]: Error caught from Recipe Category: org.cyclops.integrateddynamicscompat.modcompat.jei.squeezer.SqueezerRecipeCategory
  2. java.lang.IllegalArgumentException: ItemStack value must not be empty. 1 air minecraft:air
  3. at mezz.jei.util.ErrorUtil.checkNotEmpty(ErrorUtil.java:206) ~[jei:7.7.1.152]
  4. at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:88) ~[jei:7.7.1.152]
  5. at mezz.jei.plugins.vanilla.ingredients.item.ItemStackHelper.getUniqueId(ItemStackHelper.java:28) ~[jei:7.7.1.152]
  6. at mezz.jei.ingredients.IngredientInformation.getUniqueIdsWithWildcard(IngredientInformation.java:62) ~[jei:7.7.1.152]
  7. at mezz.jei.ingredients.IngredientBlacklistInternal.isIngredientBlacklistedByApi(IngredientBlacklistInternal.java:24) ~[jei:7.7.1.152]
  8. at mezz.jei.ingredients.IngredientFilter.isIngredientVisible(IngredientFilter.java:432) ~[jei:7.7.1.152]
  9. at mezz.jei.ingredients.IngredientFilter.isIngredientVisible(IngredientFilter.java:428) ~[jei:7.7.1.152]
  10. at mezz.jei.gui.ingredients.GuiIngredient.filterOutHidden(GuiIngredient.java:135) ~[jei:7.7.1.152]
  11. at mezz.jei.gui.ingredients.GuiIngredient.set(GuiIngredient.java:118) ~[jei:7.7.1.152]
  12. at mezz.jei.gui.ingredients.GuiIngredientGroup.set(GuiIngredientGroup.java:121) ~[jei:7.7.1.152]
  13. at mezz.jei.gui.ingredients.GuiIngredientGroup.set(GuiIngredientGroup.java:127) ~[jei:7.7.1.152]
  14. at mezz.jei.gui.ingredients.GuiItemStackGroup.set(GuiItemStackGroup.java:12) ~[jei:7.7.1.152]
  15. at org.cyclops.integrateddynamicscompat.modcompat.jei.squeezer.SqueezerRecipeCategory.setRecipe(SqueezerRecipeCategory.java:103) ~[integrateddynamics:1.10.15]
  16. at org.cyclops.integrateddynamicscompat.modcompat.jei.squeezer.SqueezerRecipeCategory.setRecipe(SqueezerRecipeCategory.java:30) ~[integrateddynamics:1.10.15]
  17. at mezz.jei.gui.recipes.RecipeLayout.create(RecipeLayout.java:72) ~[jei:7.7.1.152]
  18. at mezz.jei.gui.recipes.RecipeGuiLogic.getRecipeLayouts(RecipeGuiLogic.java:178) ~[jei:7.7.1.152]
  19. at mezz.jei.gui.recipes.RecipeGuiLogic.getRecipeLayouts(RecipeGuiLogic.java:164) ~[jei:7.7.1.152]
  20. at mezz.jei.gui.recipes.RecipesGui.updateLayout(RecipesGui.java:497) ~[jei:7.7.1.152]
  21. at mezz.jei.gui.recipes.RecipesGui.onStateChange(RecipesGui.java:549) ~[jei:7.7.1.152]
  22. at mezz.jei.gui.recipes.RecipeGuiLogic.setRecipeCategory(RecipeGuiLogic.java:201) ~[jei:7.7.1.152]
  23. at mezz.jei.gui.recipes.RecipeCategoryTab.handleClick(RecipeCategoryTab.java:44) ~[jei:7.7.1.152]
  24. at mezz.jei.input.CombinedMouseHandler.handleClickInternal(CombinedMouseHandler.java:95) ~[jei:7.7.1.152]
  25. at mezz.jei.input.CombinedMouseHandler.handleVanillaClick(CombinedMouseHandler.java:43) ~[jei:7.7.1.152]
  26. at mezz.jei.input.CombinedMouseHandler.handleClick(CombinedMouseHandler.java:27) ~[jei:7.7.1.152]
  27. at mezz.jei.gui.recipes.RecipesGui.func_231044_a_(RecipesGui.java:355) ~[jei:7.7.1.152]
  28. at net.minecraft.client.MouseHelper.func_198033_b(MouseHelper.java:87) ~[?:?]
  29. at net.minecraft.client.gui.screen.Screen.func_231153_a_(Screen.java:427) ~[?:?]
  30. at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:85) ~[?:?]
  31. at net.minecraft.client.MouseHelper.func_228030_c_(MouseHelper.java:181) ~[?:?]
  32. at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?]
  33. at net.minecraft.client.MouseHelper.func_228028_b_(MouseHelper.java:180) ~[?:?]
  34. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10]
  35. at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10]
  36. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10]
  37. at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) ~[?:?]
  38. at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:306) ~[?:?]
  39. at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:997) ~[?:?]
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
  41. at net.minecraft.client.main.Main.main(Main.java:184) ~[1.16.5.jar:?]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  45. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  46. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) ~[forge-1.16.5-36.2.39.jar:36.2]
  47. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?]
  48. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?]
  49. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?]
  50. at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?]
  51. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?]
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement