Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. {
  2. "id": "mini-jeux",
  3. "time": "2014-02-25T19:00:00+01:00",
  4. "releaseTime": "2014-03-07T19:00:00+01:00",
  5. "type": "release",
  6. "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --accessToken ${auth_session} --version mini-jeux --gameDir ${game_directory} --assetsDir ${game_assets}",
  7. "libraries": [
  8. {
  9. "name": "java3d:vecmath:1.3.1"
  10. },
  11. {
  12. "name": "net.sf.trove4j:trove4j:3.0.3"
  13. },
  14. {
  15. "name": "com.ibm.icu:icu4j-core-mojang:51.2"
  16. },
  17. {
  18. "name": "net.sf.jopt-simple:jopt-simple:4.5"
  19. },
  20. {
  21. "name": "com.paulscode:codecjorbis:20101023"
  22. },
  23. {
  24. "name": "com.paulscode:codecwav:20101023"
  25. },
  26. {
  27. "name": "com.paulscode:libraryjavasound:20101123"
  28. },
  29. {
  30. "name": "com.paulscode:librarylwjglopenal:20100824"
  31. },
  32. {
  33. "name": "com.paulscode:soundsystem:20120107"
  34. },
  35. {
  36. "name": "io.netty:netty-all:4.0.10.Final"
  37. },
  38. {
  39. "name": "com.google.guava:guava:15.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.4"
  55. },
  56. {
  57. "name": "com.mojang:authlib:1.3"
  58. },
  59. {
  60. "name": "org.apache.logging.log4j:log4j-api:2.0-beta9"
  61. },
  62. {
  63. "name": "org.apache.logging.log4j:log4j-core:2.0-beta9"
  64. },
  65. {
  66. "name": "org.lwjgl.lwjgl:lwjgl:2.9.0",
  67. "rules": [
  68. {
  69. "action": "allow"
  70. },
  71. {
  72. "action": "disallow",
  73. "os": {
  74. "name": "osx"
  75. }
  76. }
  77. ]
  78. },
  79. {
  80. "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0",
  81. "rules": [
  82. {
  83. "action": "allow"
  84. },
  85. {
  86. "action": "disallow",
  87. "os": {
  88. "name": "osx"
  89. }
  90. }
  91. ]
  92. },
  93. {
  94. "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
  95. "rules": [
  96. {
  97. "action": "allow"
  98. },
  99. {
  100. "action": "disallow",
  101. "os": {
  102. "name": "osx"
  103. }
  104. }
  105. ],
  106. "natives": {
  107. "linux": "natives-linux",
  108. "windows": "natives-windows"
  109. },
  110. "extract": {
  111. "exclude": [
  112. "META-INF/"
  113. ]
  114. }
  115. },
  116. {
  117. "name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20131017",
  118. "rules": [
  119. {
  120. "action": "allow",
  121. "os": {
  122. "name": "osx"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20131017",
  129. "rules": [
  130. {
  131. "action": "allow",
  132. "os": {
  133. "name": "osx"
  134. }
  135. }
  136. ]
  137. },
  138. {
  139. "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20131017",
  140. "rules": [
  141. {
  142. "action": "allow",
  143. "os": {
  144. "name": "osx"
  145. }
  146. }
  147. ],
  148. "natives": {
  149. "osx": "natives-osx"
  150. },
  151. "extract": {
  152. "exclude": [
  153. "META-INF/"
  154. ]
  155. }
  156. },
  157. {
  158. "name": "net.java.jinput:jinput-platform:2.0.5",
  159. "natives": {
  160. "linux": "natives-linux",
  161. "windows": "natives-windows",
  162. "osx": "natives-osx"
  163. },
  164. "extract": {
  165. "exclude": [
  166. "META-INF/"
  167. ]
  168. }
  169. }
  170. ],
  171. "mainClass": "net.minecraft.client.main.Main",
  172. "minimumLauncherVersion": 4,
  173. "incompatibilityReason": "There is a bug in LWJGL which makes it incompatible with OSX 10.5.8. Please go to New Profile and use 1.5.2 for now. Sorry!",
  174. "rules": [
  175. {
  176. "action": "allow"
  177. },
  178. {
  179. "action": "disallow",
  180. "os": {
  181. "name": "osx",
  182. "version": "^10\\.5\\.\\d$"
  183. }
  184. }
  185. ]
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement