Skip to content

Commit 472d1f8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 945bece + 4905856 commit 472d1f8

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

Diff for: LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Gareth Williams
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
This tools was designed to allows you to create a Twitch Minecraft modpack export from other launchers such as MultiMC all you need to do s provide the path to the root of your Minecraft instance and follow the instructions.
44
## Usage
5+
56
### Windows
67
Open command prompt in the same folder as `twitch-export-win.exe` and run the following command
78

8-
`twitch-export-win.exe -d=<path to mc instance> -n=<export name> -p=<pack version> -c=<build config>`
9+
`twitch_export-win.exe -d "<path to mc instance>" -n "<export name>" -p "<pack version>" -c "<path to .build.json>" -ct "<curseAuthenticationToken>"`
910

1011
Run `twitch-export-win.exe -h` for help
1112

1213
### Mac/Linux
1314
Open terminal in the same folder as `twitch-export-linux` and run the following command
1415

15-
`twitch-export-linux -d=<path to mc instance> -n=<export name> -p=<pack version> -c=<build config>`
16+
`twitch_export-linux -d=<path to mc instance> -n=<export name> -p=<pack version> -c=<path to .build.json> -ct=<curseAuthenticationToken>`
1617

1718
Run `twitch-export-linux -h` for help
19+
20+
### Curse Auth token
21+
To get a curse authentication token you will need to send a post request to https://logins-v1.curseapp.net/login with the body of a Curse email and password. See https://logins-v1.curseapp.net/help for help

0 commit comments

Comments
 (0)