Jump to content

Naver789

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Naver789

  1. thanks i will try that
  2. I just followed a tutorial, I thought that could be right. I changed it to a minimum code. Still errors. The needed packages are imported --> Press Ctrl + Shift + O dosnt change anything. Could the eroor relate to the "mcmod.info" file, i dont have that. Just a folder called "META-INF" with the file "mods.toml"?
  3. https://www.oreilly.com/library/view/minecraft-modding-with/9781491918883/ch01.html https://www.oreilly.com/library/view/minecraft-modding-with/9781491918883/ch01.html I use multiple tutorials because sometimes even a tutorail is wrong, so i can double check that. I also used the "Readme" file form forge, that was of course the most important manual. I did everything from that manual. I tried also this command "gradlew --refresh-dependencies"
  4. I just installed forge and eclipse and made a workplace for minecraft mod development. I did everything like the the installation manual, but when I started the template project I got many errors which shouldnt be there. I tried to reinstall forge and eclipse but it didnt change the problem. Can someone explain me what I did wrong?
  5. Thank you very much for your reply, it worked, my enviromental varibles were wrong, but know it works. But I have still an issue, after setting everything up the "MDKexample" (the template project) is missing. I tried to delete everthing and to reset everthing but that file is still missing. -i used the command "gradlew genEclipseRuns" -after that i also used the command "gradlew eclipse" -both were successfull -than I started eclipse, and selected the main folder "MyMod" --> no files -than i tried to search for the file manualy --> no files i would be very thankfull for another advice ps.I probably should make a new topic for that question
  6. C:\Users\Naver789\Desktop\MM\MyMod>gradlew genEclipseRuns To honour the JVM settings for this build a new JVM will be forked. Please consi der using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'MyMod'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve net.minecraftforge.gradle:ForgeGradle:3.+. Required by: project : > Failed to list versions for net.minecraftforge.gradle:ForgeGradle. > Unable to load Maven meta-data from https://files.minecraftforge.net/ maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml. > Could not get resource 'https://files.minecraftforge.net/maven/net /minecraftforge/gradle/ForgeGradle/maven-metadata.xml'. > Could not GET 'https://files.minecraftforge.net/maven/net/minec raftforge/gradle/ForgeGradle/maven-metadata.xml'. > sun.security.validator.ValidatorException: PKIX path buildin g failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 3s I updated Java but still "Build Failed"
  7. Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. Alle Rechte vorbehalten. C:\Users\Naver789>cd Desktop\MM\MyMod C:\Users\Naver789\Desktop\MM\MyMod>gradlew genEclipseRuns To honour the JVM settings for this build a new JVM will be forked. Please consi der using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'MyMod'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve net.minecraftforge.gradle:ForgeGradle:3.+. Required by: project : > Failed to list versions for net.minecraftforge.gradle:ForgeGradle. > Unable to load Maven meta-data from https://files.minecraftforge.net/ maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml. > Could not get resource 'https://files.minecraftforge.net/maven/net /minecraftforge/gradle/ForgeGradle/maven-metadata.xml'. > Could not GET 'https://files.minecraftforge.net/maven/net/minec raftforge/gradle/ForgeGradle/maven-metadata.xml'. > sun.security.validator.ValidatorException: PKIX path buildin g failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 3s I am new in java scripting so I have no clue where my Error is. I try to make my own mod for Minecraft with eclipse and forge. In the installation manuel the first step is to run cmd with the command "gradlew genEclipseRuns", but after that it crashes and says " Build failed". I already found some possible solution for that problem in this forum but none of them had worked for me. -I installed Java jdk1.8.0_212 and jre1.8.0_212 -I am using Minecraft 1.14.3 and Forge 1.14.3 -I am using Windows 8.1 Pro 2013 64bit and also java is 64bit -RAM is high enough "org.gradle.jvmargs=-Xmx3G" Can someone help me please?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.