-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathorg.mcphackers.launchwrapper.json
More file actions
38 lines (38 loc) · 1.2 KB
/
org.mcphackers.launchwrapper.json
File metadata and controls
38 lines (38 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"+traits": [
"noapplet"
],
"libraries": [
{
"name": "org.mcphackers:launchwrapper:1.2.2",
"url": "https://maven.glass-launcher.net/releases/"
},
{
"name": "org.ow2.asm:asm:9.9",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-tree:9.9",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-commons:9.9",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.json:json:20250517",
"url": "https://repo1.maven.org/maven2/"
}
],
"mainClass": "org.mcphackers.launchwrapper.Launch",
"minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
"requires": [
{
"uid": "net.minecraft"
}
],
"formatVersion": 1,
"name": "LaunchWrapper",
"uid": "org.mcphackers.launchwrapper",
"version": "1.2.2"
}