Jump to content

Bricked_out

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Bricked_out

  1. wait, so when you're talking about console, you mean in the build tab (inside of sync) and posting at the top of the tree where tons of text is, or is it somewhere else in Intellij
  2. Sorry, I'm new to modding, but is the log in .minecraft > logs > debug.log? or is it somewhere else, sorry to waste your time, I might be gone for awhile since its a weekday.
  3. I have an issue when trying to sync gradle when rewritting settings in build.gradle (repositories, dependencies, and plugins), I clicked the elephant icon that appears in the top right-hand corner. the issue states " Could not resolve all files for configuration ':runtimeClasspathCopy'. > Could not find net.minecraftforge:forge:1.18.1-39.0.76_mapped_parchment_2021.08.15-1.18.1. Searched in the following locations: - file:/C:/Users/K1/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.18.1-39.0.76_mapped_parchment_2021.08.15-1.18.1/forge-1.18.1-39.0.76_mapped_parchment_2021.08.15-1.18.1.pom - file:/C:/Users/K1/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.18.1-39.0.76_mapped_parchment_2021.08.15-1.18.1/forge-1.18.1-39.0.76_mapped_parchment_2021.08.15-1.18.1.jar Required by: project : Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html " the full error thing from the top of the tree for reporting failures has the full error stuff here: https://pastebin.com/0JqKHu4F Any help will be great, have a great day/night.
  4. When trying to open forge's MDK setup for making mods, I get an error reading: " Could not resolve all files for configuration ':runtimeClasspathCopy'. > Could not find net.minecraftforge:forge:1.18.1-39.0.75_mapped_official_1.18.1. Searched in the following locations: - file:/C:/Users/K1/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.18.1-39.0.75_mapped_official_1.18.1/forge-1.18.1-39.0.75_mapped_official_1.18.1.pom - file:/C:/Users/K1/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.18.1-39.0.75_mapped_official_1.18.1/forge-1.18.1-39.0.75_mapped_official_1.18.1.jar Required by: project : Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html", I'm not familiar with mechanics with gradle, so I'm left puzzled on what do to, I've tried looking up "Could not resolve all files for configuration ':runtimeClasspathCopy'.", but I couldn't find anything to help me, a second error I have received is "Caused by: java.util.zip.ZipException: zip END header not found", I'm not sure if its related or not. I am using IntelliJ (community edition) to make mods, in the top of the tree with an error, the full issue is here: https://pastebin.com/GBP7GL62 if there is any solution to these problems, let me know, have a good day/night. (edit note, I was a bit in a rush to type this, so if I wasn't supposed to do something in this post, let me know.)
×
×
  • Create New...

Important Information

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