-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSimp.json
More file actions
34 lines (34 loc) · 1.11 KB
/
Simp.json
File metadata and controls
34 lines (34 loc) · 1.11 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
{
"id": "Simp",
"time": "2026-01-22T00:00:00Z",
"releaseTime": "2026-01-22T00:00:00Z",
"type": "release",
"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}",
"mainClass": "net.minecraft.client.main.Main",
"minimumLauncherVersion": 21,
"assets": "1.8.9",
"javaVersion": {
"component": "java-runtime-gamma",
"majorVersion": 22
},
"libraries": [
{
"name": "org.apache.logging.log4j:log4j-api:2.0-beta9"
},
{
"name": "org.apache.logging.log4j:log4j-core:2.0-beta9"
}
],
"logging": {
"client": {
"argument": "-Dlog4j.configurationFile=${path}",
"file": {
"id": "client-1.7.xml",
"sha1": "14fedd49897b3f6160975bdf3a53e1e7eab71d29",
"size": 962,
"url": "https://launcher.mojang.com/v1/objects/14fedd49897b3f6160975bdf3a53e1e7eab71d29/client-1.7.xml"
},
"type": "log4j2-xml"
}
}
}