Jump to content

Lcashe

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Lcashe

  1. @diesieben07Nevermind. Didn't understand you correctly. I removed first part and left only 1.16.5. Thanks
  2. @diesieben07 I saw your comment on one of the posts, you recommended to find forge_bot in discord. Unfortunately, for some reason, I cannot find neither discord forge bot, nor "official" minecraft mappings.
  3. Started the project, got this issue, with help from this site, error has been solved. After continueing following tutorial, after changes in gradle.build, examplemod.java, and restarted the project with .\gradlew genIntellijRuns face exactly the same problem. Error text: FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration ':runtimeClasspathCopy'. > Could not find net.minecraftforge:forge:1.16.5-36.2.34_mapped_official_20210309-1.16.5. Searched in the following locations: - file:/C:/Users/megaa/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.2.34_mapped_official_20210309-1.16.5/forge-1.16.5-36.2.34_mapped_official_202103 09-1.16.5.pom - file:/C:/Users/megaa/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.2.34_mapped_official_20210309-1.16.5/forge-1.16.5-36.2.34_mapped_official_202103 09-1.16.5.jar Required by: project : * 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 31s full log - https://pastebin.com/R2DAm0sj build.gradle - https://pastebin.com/eh5rtXfP Command .\gradlew --stop didn't helped.
  4. @diesieben07 As it is not a new issue, writing it here. After some changes in project according to the tutorial video, I've received exactly the same problem. .\gradlew --stop does't help. PS D:\Minecraft> .\gradlew --stop No Gradle daemons are running. Full log file is here - https://pastebin.com/R2DAm0sj
  5. @diesieben07 PS D:\Minecraft> .\gradlew --stop Stopping Daemon(s) 1 Daemon stopped
  6. @diesieben07 PS D:\Minecraft> gradlew --stop gradlew : The term 'gradlew' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + gradlew --stop + ~~~~~~~ + CategoryInfo : ObjectNotFound: (gradlew:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
  7. @diesieben07ran in terminal, "not recognized as a command..."
  8. Started learning modding from youtube tutorial lessons. The first tutorial - https://www.youtube.com/watch?v=3sZtN_1q0ug&t=307s And got an error in IntelliJ IDEA while building project - Could not resolve all files for configuration ':runtimeClasspathCopy'. Here is build file - https://pastebin.com/fzsc3g0h Here is full crash log - https://pastebin.com/txise6MD Some folder screenshots: https://drive.google.com/file/d/1sxjUjro6ewx-Jq4LPPdDRCvourOv0Wnx/view?usp=sharing https://drive.google.com/file/d/1b6hsjp8yqKH_WWgV37lU07ygn_LLDyAC/view?usp=sharing
×
×
  • Create New...

Important Information

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