-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash.. #10
Comments
I have the same error as the op so until somebody can tell us what's going on i've removed it from my pack |
this caused by a too-new gtce. this addon is written for gtce 1.6, yall are using gtce 1.8.4 which has a different api theres a pr to support 1.8 (see #6), but 1.8.4 seems to have additional changes beyond what the pr changes |
Anyone looking for a working version look under my repositories |
@hjae78 Thanks! |
@hjae78 Your download link is invalid, because dropbox shows a file deleted to me! |
@DanHCraft I'm trying to build from his repo, got a few errors because the versions are so old (even Gradle throws some errors with his build.gradle) Will report back with the compiled .jar |
GregsConstruct-1.12.2-1.0.3-UNOFFICIAL.jar.zip Here it is, just changed some Gradle stuff and built it with the latest GTCE version. Works fine on my MC instance |
You are an angel, thank you very much ^-^/. I tried it by my self also earlier, but failed with the dependencies of multiconnect. |
java.lang.NoSuchMethodError: gregtech.api.recipes.RecipeMap.findRecipe(JLjava/util/List;Ljava/util/List;)Lgregtech/api/recipes/Recipe;
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_606_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.func_71384_a(Minecraft.java:535)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
GregsConstruct-1.12.2-1.0.1.jar
gregtech-1.12.2-1.8.4.419.jar
The text was updated successfully, but these errors were encountered: