Greg's Construct

Greg's Construct

341k Downloads

crash

Huaxidesu opened this issue ยท 0 comments

commented

Time: 2019-06-09 01:51:21 CST
Description: Initializing game

java.lang.NoSuchMethodError: gregtech/api/recipes/RecipeMap.findRecipe(JLjava/util/List;Ljava/util/List;)Lgregtech/api/recipes/Recipe; (loaded from jar:file:/F:/.Deep%20Space%20Matrix/.DeepSpaceMatrix/.minecraft/mods/gregtech-1.12.2-1.8.1.404.jar!/gregtech/api/recipes/RecipeMap.class by net.minecraft.launchwrapper.LaunchClassLoader@ecca87f2) called from class gregsconstruct.GtRecipes (loaded from jar:file:/F:/.Deep%20Space%20Matrix/.DeepSpaceMatrix/.minecraft/mods/GregsConstruct-1.12.2-1.0.1.jar!/gregsconstruct/GtRecipes.class by net.minecraft.launchwrapper.LaunchClassLoader@ecca87f2).
at gregsconstruct.GtRecipes.removeRecipesByInputs(GtRecipes.java:60)
at gregsconstruct.GtRecipes.init(GtRecipes.java:21)
at gregsconstruct.GregsConstruct$events.registerRecipes(GregsConstruct.java:41)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_601_events_registerRecipes_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:629)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)