Advertisement
spacechase0

MC Version

Jun 15th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "id": "1.5.2_forge",
  3. "time": "2013-04-28T09:09:12-04:00",
  4. "releaseTime": "2013-03-20T07:00:00-04:00",
  5. "type": "release",
  6. "minecraftArguments": "${auth_player_name} ${auth_session} --gameDir ${game_directory} --assetsDir ${game_assets}",
  7. "libraries": [
  8. {
  9. "name": "net.sf.jopt-simple:jopt-simple:4.4"
  10. },
  11. {
  12. "name": "org.ow2.asm:asm-all:4.1"
  13. },
  14. {
  15. "name": "org.lwjgl.lwjgl:lwjgl:2.9.0"
  16. },
  17. {
  18. "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0"
  19. },
  20. {
  21. "name": "net.java.jinput:jinput:2.0.5"
  22. },
  23. {
  24. "name": "net.java.jutils:jutils:1.0.0"
  25. },
  26. {
  27. "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
  28. "natives": {
  29. "linux": "natives-linux",
  30. "windows": "natives-windows",
  31. "osx": "natives-osx"
  32. },
  33. "extract": {
  34. "exclude": [
  35. "META-INF/"
  36. ]
  37. }
  38. },
  39. {
  40. "name": "net.java.jinput:jinput-platform:2.0.5",
  41. "natives": {
  42. "linux": "natives-linux",
  43. "windows": "natives-windows",
  44. "osx": "natives-osx"
  45. },
  46. "extract": {
  47. "exclude": [
  48. "META-INF/"
  49. ]
  50. }
  51. }
  52. ],
  53. "mainClass": "net.minecraft.client.Minecraft"
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement