Skip to content

Instantly share code, notes, and snippets.

@falkreon
Created April 18, 2017 03:19
Show Gist options
  • Save falkreon/b8558281c79ef91e6833a870669cf4ce to your computer and use it in GitHub Desktop.
Save falkreon/b8558281c79ef91e6833a870669cf4ce to your computer and use it in GitHub Desktop.
[22:12:57] [Client thread/ERROR] [FML/]: The following problems were captured during this phase
[22:12:57] [Client thread/ERROR] [FML/]: Caught exception from Extra Utilities 2 (extrautils2)
java.lang.IllegalArgumentException: Inputs must have a max size of 1 just like water bottles. Brewing Stands override the input with the output when the brewing is done, items that stack would end up getting lost.
at net.minecraftforge.common.brewing.AbstractBrewingRecipe.<init>(AbstractBrewingRecipe.java:44) ~[AbstractBrewingRecipe.class:?]
at net.minecraftforge.common.brewing.BrewingRecipe.<init>(BrewingRecipe.java:29) ~[BrewingRecipe.class:?]
at net.minecraftforge.common.brewing.BrewingRecipeRegistry.addRecipe(BrewingRecipeRegistry.java:52) ~[BrewingRecipeRegistry.class:?]
at com.rwtema.extrautils2.potion.PotionsHelper.addExplicitDerivedRecipes(PotionsHelper.java:43) ~[PotionsHelper.class:?]
at com.rwtema.extrautils2.potion.PotionsHelper.registerPotionType(PotionsHelper.java:84) ~[PotionsHelper.class:?]
at com.rwtema.extrautils2.potion.PotionsHelper.registerPotionType(PotionsHelper.java:70) ~[PotionsHelper.class:?]
at com.rwtema.extrautils2.backend.entries.XU2Entries$46.registerTypesAndRecipes(XU2Entries.java:787) ~[XU2Entries$46.class:?]
at com.rwtema.extrautils2.backend.entries.PotionEntry.postInit(PotionEntry.java:23) ~[PotionEntry.class:?]
at com.rwtema.extrautils2.backend.entries.EntryHandler.postInit(EntryHandler.java:82) ~[EntryHandler.class:?]
at com.rwtema.extrautils2.ExtraUtils2.postInit(ExtraUtils2.java:160) ~[ExtraUtils2.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616) ~[forge-1.10.2-12.18.3.2281.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[forge-1.10.2-12.18.3.2281.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) ~[forge-1.10.2-12.18.3.2281.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:810) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment