Advertisement
elijahgoforth

Untitled

Jul 1st, 2013
4,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. {
  2. "id": "<Profile Name>",
  3. "time": "2013-01-01T00:00:00-00:00",
  4. "releaseTime": "2012-01-01T00:00:00-00:00",
  5. "type": "release",
  6. "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets}",
  7. "libraries": [
  8. {
  9. "name": "net.sf.jopt-simple:jopt-simple:4.5"
  10. },
  11. {
  12. "name": "com.paulscode:codecjorbis:20101023"
  13. },
  14. {
  15. "name": "com.paulscode:codecwav:20101023"
  16. },
  17. {
  18. "name": "com.paulscode:libraryjavasound:20101123"
  19. },
  20. {
  21. "name": "com.paulscode:librarylwjglopenal:20100824"
  22. },
  23. {
  24. "name": "com.paulscode:soundsystem:20120107"
  25. },
  26. {
  27. "name": "org.lwjgl.lwjgl:lwjgl:2.9.0"
  28. },
  29. {
  30. "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0"
  31. },
  32. {
  33. "name": "argo:argo:2.25_fixed"
  34. },
  35. {
  36. "name": "org.bouncycastle:bcprov-jdk15on:1.47"
  37. },
  38. {
  39. "name": "com.google.guava:guava:14.0"
  40. },
  41. {
  42. "name": "org.apache.commons:commons-lang3:3.1"
  43. },
  44. {
  45. "name": "commons-io:commons-io:2.4"
  46. },
  47. {
  48. "name": "net.java.jinput:jinput:2.0.5"
  49. },
  50. {
  51. "name": "net.java.jutils:jutils:1.0.0"
  52. },
  53. {
  54. "name": "com.google.code.gson:gson:2.2.2"
  55. },
  56. {
  57. "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
  58. "natives": {
  59. "linux": "natives-linux",
  60. "windows": "natives-windows",
  61. "osx": "natives-osx"
  62. },
  63. "extract": {
  64. "exclude": [
  65. "META-INF/"
  66. ]
  67. }
  68. },
  69. {
  70. "name": "net.java.jinput:jinput-platform:2.0.5",
  71. "natives": {
  72. "linux": "natives-linux",
  73. "windows": "natives-windows",
  74. "osx": "natives-osx"
  75. },
  76. "extract": {
  77. "exclude": [
  78. "META-INF/"
  79. ]
  80. }
  81. }
  82. ],
  83. "mainClass": "net.minecraft.client.main.Main",
  84. "minimumLauncherVersion": 2
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement