Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. $ git clone -b 1.8.9 --depth 1 https://github.com/MinecraftForge/MinecraftForge forge2
  2. Cloning into 'forge2'...
  3. remote: Counting objects: 1285, done.
  4. remote: Compressing objects: 100% (1165/1165), done.
  5. remote: Total 1285 (delta 121), reused 504 (delta 55), pack-reused 0
  6. Receiving objects: 100% (1285/1285), 1.46 MiB | 0 bytes/s, done.
  7. Resolving deltas: 100% (121/121), done.
  8. [vincent@vincent-arch mods]$ cd forge2
  9. [vincent@vincent-arch forge2]$ ./gradlew clean setupForge
  10. Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
  11. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.7/userguide/gradle_daemon.html.
  12. This mapping 'stable_20' was designed for MC 1.8.8! Use at your own peril.
  13. #################################################
  14. ForgeGradle 2.1-SNAPSHOT-da90449
  15. https://github.com/MinecraftForge/ForgeGradle
  16. #################################################
  17. Powered by MCP unknown
  18. http://modcoderpack.com
  19. by: Searge, ProfMobius, Fesh0r,
  20. R4wk, ZeuX, IngisKahn, bspkrs
  21. #################################################
  22. /home/vincent/mods/forge2/jsons/1.8.9-dev.json could not be parsed
  23.  
  24. FAILURE: Build failed with an exception.
  25.  
  26. * What went wrong:
  27. A problem occurred configuring root project 'forge'.
  28. > java.io.FileNotFoundException: Inherited json file (null) not found! Maybe you are running in offline mode?
  29.  
  30. * Try:
  31. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  32.  
  33. BUILD FAILED
  34.  
  35. Total time: 6.867 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement