Advertisement
ericgolde555

ExampleClient.json

Feb 19th, 2020
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.17 KB | None | 0 0
  1. {
  2.   "id": "ExampleClient",
  3.   "time": "2014-09-02T01:24:35-07:00",
  4.   "releaseTime": "2014-09-02T01:24:35-07:00",
  5.   "type": "release",
  6.   "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type}",
  7.   "libraries": [
  8.     {
  9.       "name": "java3d:vecmath:1.5.2"
  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.6"
  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.15.Final"
  37.     },
  38.     {
  39.       "name": "com.google.guava:guava:17.0"
  40.     },
  41.     {
  42.       "name": "org.apache.commons:commons-lang3:3.3.2"
  43.     },
  44.     {
  45.       "name": "commons-io:commons-io:2.4"
  46.     },
  47.     {
  48.       "name": "commons-codec:commons-codec:1.9"
  49.     },
  50.     {
  51.       "name": "net.java.jinput:jinput:2.0.5"
  52.     },
  53.     {
  54.       "name": "net.java.jutils:jutils:1.0.0"
  55.     },
  56.     {
  57.       "name": "com.google.code.gson:gson:2.2.4"
  58.     },
  59.     {
  60.       "name": "com.mojang:authlib:1.5.21"
  61.     },
  62.     {
  63.       "name": "com.mojang:realms:1.6.1"
  64.     },
  65.     {
  66.       "name": "org.apache.commons:commons-compress:1.8.1"
  67.     },
  68.     {
  69.       "name": "org.apache.httpcomponents:httpclient:4.3.3"
  70.     },
  71.     {
  72.       "name": "commons-logging:commons-logging:1.1.3"
  73.     },
  74.     {
  75.       "name": "org.apache.httpcomponents:httpcore:4.3.2"
  76.     },
  77.     {
  78.       "name": "org.apache.logging.log4j:log4j-api:2.0-beta9"
  79.     },
  80.     {
  81.       "name": "org.apache.logging.log4j:log4j-core:2.0-beta9"
  82.     },
  83.     {
  84.       "name": "org.lwjgl.lwjgl:lwjgl:2.9.1",
  85.       "rules": [
  86.         {
  87.           "action": "allow"
  88.         },
  89.         {
  90.           "action": "disallow",
  91.           "os": {
  92.             "name": "osx"
  93.           }
  94.         }
  95.       ]
  96.     },
  97.     {
  98.       "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1",
  99.       "rules": [
  100.         {
  101.           "action": "allow"
  102.         },
  103.         {
  104.           "action": "disallow",
  105.           "os": {
  106.             "name": "osx"
  107.           }
  108.         }
  109.       ]
  110.     },
  111.     {
  112.       "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1",
  113.       "rules": [
  114.         {
  115.           "action": "allow"
  116.         },
  117.         {
  118.           "action": "disallow",
  119.           "os": {
  120.             "name": "osx"
  121.           }
  122.         }
  123.       ],
  124.       "natives": {
  125.         "linux": "natives-linux",
  126.         "windows": "natives-windows",
  127.         "osx": "natives-osx"
  128.       },
  129.       "extract": {
  130.         "exclude": [
  131.           "META-INF/"
  132.         ]
  133.       }
  134.     },
  135.     {
  136.       "name": "org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822",
  137.       "rules": [
  138.         {
  139.           "action": "allow",
  140.           "os": {
  141.             "name": "osx"
  142.           }
  143.         }
  144.       ]
  145.     },
  146.     {
  147.       "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822",
  148.       "rules": [
  149.         {
  150.           "action": "allow",
  151.           "os": {
  152.             "name": "osx"
  153.           }
  154.         }
  155.       ]
  156.     },
  157.     {
  158.       "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822",
  159.       "rules": [
  160.         {
  161.           "action": "allow",
  162.           "os": {
  163.             "name": "osx"
  164.           }
  165.         }
  166.       ],
  167.       "natives": {
  168.         "linux": "natives-linux",
  169.         "windows": "natives-windows",
  170.         "osx": "natives-osx"
  171.       },
  172.       "extract": {
  173.         "exclude": [
  174.           "META-INF/"
  175.         ]
  176.       }
  177.     },
  178.     {
  179.       "name": "net.java.jinput:jinput-platform:2.0.5",
  180.       "natives": {
  181.         "linux": "natives-linux",
  182.         "windows": "natives-windows",
  183.         "osx": "natives-osx"
  184.       },
  185.       "extract": {
  186.         "exclude": [
  187.           "META-INF/"
  188.         ]
  189.       }
  190.     },
  191.     {
  192.       "name": "tv.twitch:twitch:6.5"
  193.     },
  194.     {
  195.       "name": "tv.twitch:twitch-platform:6.5",
  196.       "rules": [
  197.         {
  198.           "action": "allow"
  199.         },
  200.         {
  201.           "action": "disallow",
  202.           "os": {
  203.             "name": "linux"
  204.           }
  205.         }
  206.       ],
  207.       "natives": {
  208.         "linux": "natives-linux",
  209.         "windows": "natives-windows-${arch}",
  210.         "osx": "natives-osx"
  211.       },
  212.       "extract": {
  213.         "exclude": [
  214.           "META-INF/"
  215.         ]
  216.       }
  217.     },
  218.     {
  219.       "name": "tv.twitch:twitch-external-platform:4.5",
  220.       "rules": [
  221.         {
  222.           "action": "allow",
  223.           "os": {
  224.             "name": "windows"
  225.           }
  226.         }
  227.       ],
  228.       "natives": {
  229.         "windows": "natives-windows-${arch}"
  230.       },
  231.       "extract": {
  232.         "exclude": [
  233.           "META-INF/"
  234.         ]
  235.       }
  236.     }
  237.   ],
  238.   "mainClass": "net.minecraft.client.main.Main",
  239.   "minimumLauncherVersion": 14,
  240.   "assets": "1.8"
  241. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement