• 0

    posted a message on gradle build issue

    I have Gradle 2.0 and JDK 1.8.0_202 I also use version 1.8.0_202 for JRE.

    Posted in: Modification Development
  • 0

    posted a message on gradle build issue

    Hey master801 thank you for the reply, I've replaced every single URL with "http://files.minecraftforge.net/maven" in it to "https://maven.minecraftforge.net/" (including the ones in user/.gradle) and powershell gave me "

    build_5a2uhb4ag6aq7btd2pus76e534$_run_closure1_closure2_closure4 has been compiled by a more recent version of the Java Runtime (class file version 8241.8224), this version of the Java Runtime only recognizes class file versions up to 52.0

    " this error message as output. So I reverted it and only changed the URL at "build.gradle" file which did nothing. Have I done something wrong?

    Posted in: Modification Development
  • 0

    posted a message on gradle build issue

    I've just finished making my minecraft mod however I can't build it.

    14:23:57.623 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
    14:23:57.626 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred configuring root project 'Vaz'.
    14:23:57.628 [ERROR] [org.gradle.BuildExceptionReporter] > Could not resolve all dependencies for configuration ':classpath'.
    14:23:57.632 [ERROR] [org.gradle.BuildExceptionReporter]    > Could not resolve net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT.
    14:23:57.636 [ERROR] [org.gradle.BuildExceptionReporter]      Required by:
    14:23:57.638 [ERROR] [org.gradle.BuildExceptionReporter]          :Vaz:unspecified
    14:23:57.642 [ERROR] [org.gradle.BuildExceptionReporter]       > Unable to load Maven meta-data from http://repo1.maven.org/maven2/net/minecraftforge/gradle/ForgeGradle/1.2-SNAPSHOT/maven-metadata.xml.
    14:23:57.645 [ERROR] [org.gradle.BuildExceptionReporter]          > Could not GET 'http://repo1.maven.org/maven2/net/minecraftforge/gradle/ForgeGradle/1.2-SNAPSHOT/maven-metadata.xml'. Received status code 501 from server: HTTPS Required
    14:23:57.650 [ERROR] [org.gradle.BuildExceptionReporter]       > Could not HEAD 'http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/1.2-SNAPSHOT/ForgeGradle-1.2-20211118.175523-305.pom'. Received status code 308 from server: Permanent Redirect

    (I couldn't upload a picture)
    I've tried the solution in this thread "3008723-1-7-10-gradle-build-issues" but unfortunately it didn't work.

    Is there any way to fix or build in a different way? if so I would be really grateful if I could get some help!

    Posted in: Modification Development
  • 0

    posted a message on spawner problem

    Thank you a lot for helping me stranger! It works flawlessly, it would've taken weeks(if not more) for me to figure that out you saved me a lot of trouble.I wish you a great day.

    Posted in: Modification Development
  • 0

    posted a message on spawner problem

    Unfortunately it doesn't, I now need a mob spawner to make another one and the recipe yields in a pig spawner, so it's basically a weird way to get rid of unwanted leather. Thank you for answering.

    Posted in: Modification Development
  • 0

    posted a message on spawner problem

    Hello, I'm a really new minecraft modder making mods only for me and my friends. I wanted to add a zombie spawner recipe

    GameRegistry.addRecipe(new ItemStack(Blocks.mob_spawner, 1),new Object[]{"III","   ","   ",'I',Items.leather});

    However when the spawner is crafted it's a pig spawner. I've tried a lot of things, mostly copy pasting things because I am not experienced enough to know what I'm actually doing and needless to say it didn't work. I've searched through web pages related to this topic but couldn't find anything useful. I would be really grateful if someone could help me out on this.

    Posted in: Modification Development
  • To post a comment, please .