Skip to content

Instantly share code, notes, and snippets.

@RX14
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save RX14/a359d7941a5897a59a9a to your computer and use it in GitHub Desktop.

Select an option

Save RX14/a359d7941a5897a59a9a to your computer and use it in GitHub Desktop.
for (MavenDependency[] dependencies : launcher.getNeededDeps().values()) {
for (MavenDependency dep : dependencies) {
DepDownloader.downloadDepdency(dep.getDownloadURL(), FMLInjectionData.data()[6] + "/mods/" + dep.getDownloadURL().getFile().substring(dep.getDownloadURL().getFile().lastIndexOf("/")));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment