mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-18 05:53:02 +03:00
[ANY] Formating cfg client profiles
This commit is contained in:
parent
86d1bfdde2
commit
58652bd784
16 changed files with 279 additions and 279 deletions
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker",
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker",
|
||||||
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker"
|
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,13 +27,13 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.client.main.Main",
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,13 +27,13 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.client.main.Main",
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
|
|
|
@ -7,37 +7,37 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": [
|
"update": [
|
||||||
"servers.dat"
|
"servers.dat"
|
||||||
],
|
],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries",
|
"libraries",
|
||||||
"natives",
|
"natives",
|
||||||
"minecraft.jar"
|
"minecraft.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [],
|
"updateOptional": [],
|
||||||
"updateFastCheck": true,
|
"updateFastCheck": true,
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.client.main.Main",
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": [
|
"classPath": [
|
||||||
"minecraft.jar",
|
"minecraft.jar",
|
||||||
"libraries"
|
"libraries"
|
||||||
],
|
],
|
||||||
"clientArgs": [],
|
"clientArgs": [],
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
|
|
|
@ -7,37 +7,37 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": [
|
"update": [
|
||||||
"servers.dat"
|
"servers.dat"
|
||||||
],
|
],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries",
|
"libraries",
|
||||||
"natives",
|
"natives",
|
||||||
"minecraft.jar"
|
"minecraft.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [],
|
"updateOptional": [],
|
||||||
"updateFastCheck": true,
|
"updateFastCheck": true,
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.client.main.Main",
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": [
|
"classPath": [
|
||||||
"minecraft.jar",
|
"minecraft.jar",
|
||||||
"libraries"
|
"libraries"
|
||||||
],
|
],
|
||||||
"clientArgs": [],
|
"clientArgs": [],
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
|
|
|
@ -7,37 +7,37 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": [
|
"update": [
|
||||||
"servers.dat"
|
"servers.dat"
|
||||||
],
|
],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries",
|
"libraries",
|
||||||
"natives",
|
"natives",
|
||||||
"minecraft.jar"
|
"minecraft.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [],
|
"updateOptional": [],
|
||||||
"updateFastCheck": true,
|
"updateFastCheck": true,
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.client.main.Main",
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": [
|
"classPath": [
|
||||||
"minecraft.jar",
|
"minecraft.jar",
|
||||||
"libraries"
|
"libraries"
|
||||||
],
|
],
|
||||||
"clientArgs": [],
|
"clientArgs": [],
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
|
|
|
@ -7,37 +7,37 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "xxxxxxxx",
|
"title": "xxxxxxxx",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": [
|
"update": [
|
||||||
"servers.dat"
|
"servers.dat"
|
||||||
],
|
],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries",
|
"libraries",
|
||||||
"natives",
|
"natives",
|
||||||
"minecraft.jar"
|
"minecraft.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [],
|
"updateOptional": [],
|
||||||
"updateFastCheck": true,
|
"updateFastCheck": true,
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.client.main.Main",
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": [
|
"classPath": [
|
||||||
"minecraft.jar",
|
"minecraft.jar",
|
||||||
"libraries"
|
"libraries"
|
||||||
],
|
],
|
||||||
"clientArgs": [],
|
"clientArgs": [],
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.4.7",
|
"title": "Test1.4.7",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar"
|
"minecraft.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,13 +27,13 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism",
|
"-XX:+DisableAttachMechanism",
|
||||||
"-Dlauncher.legacy.skinsURL=http://skins.minecraft.net/MinecraftSkins/%username%.png",
|
"-Dlauncher.legacy.skinsURL=http://skins.minecraft.net/MinecraftSkins/%username%.png",
|
||||||
"-Dlauncher.legacy.cloaksURL=http://skins.minecraft.net/MinecraftCloaks/%username%.png"
|
"-Dlauncher.legacy.cloaksURL=http://skins.minecraft.net/MinecraftCloaks/%username%.png"
|
||||||
],
|
],
|
||||||
"classPath": ["minecraft.jar", "libraries"],
|
"classPath": ["minecraft.jar", "libraries"],
|
||||||
"clientArgs": [],
|
"clientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.5.2",
|
"title": "Test1.5.2",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar"
|
"minecraft.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,13 +27,13 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism",
|
"-XX:+DisableAttachMechanism",
|
||||||
"-Dlauncher.legacy.skinsURL=http://skins.minecraft.net/MinecraftSkins/%username%.png",
|
"-Dlauncher.legacy.skinsURL=http://skins.minecraft.net/MinecraftSkins/%username%.png",
|
||||||
"-Dlauncher.legacy.cloaksURL=http://skins.minecraft.net/MinecraftCloaks/%username%.png"
|
"-Dlauncher.legacy.cloaksURL=http://skins.minecraft.net/MinecraftCloaks/%username%.png"
|
||||||
],
|
],
|
||||||
"classPath": ["minecraft.jar", "libraries"],
|
"classPath": ["minecraft.jar", "libraries"],
|
||||||
"clientArgs": [],
|
"clientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.6.4",
|
"title": "Test1.6.4",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,20 +27,20 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism",
|
"-XX:+DisableAttachMechanism",
|
||||||
"-Dlauncher.legacy.skinsURL=http://skins.minecraft.net/MinecraftSkins/%username%.png",
|
"-Dlauncher.legacy.skinsURL=http://skins.minecraft.net/MinecraftSkins/%username%.png",
|
||||||
"-Dlauncher.legacy.cloaksURL=http://skins.minecraft.net/MinecraftCloaks/%username%.png"
|
"-Dlauncher.legacy.cloaksURL=http://skins.minecraft.net/MinecraftCloaks/%username%.png"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "cpw.mods.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "cpw.mods.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.7.10",
|
"title": "Test1.7.10",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "cpw.mods.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "cpw.mods.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.7.2",
|
"title": "Test1.7.2",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "cpw.mods.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "cpw.mods.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.8.9",
|
"title": "Test1.8.9",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
"sortIndex": 0,
|
"sortIndex": 0,
|
||||||
"title": "Test1.9.4",
|
"title": "Test1.9.4",
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "----",
|
"name": "----",
|
||||||
"serverAddress": "localhost",
|
"serverAddress": "localhost",
|
||||||
"serverPort": 25565,
|
"serverPort": 25565,
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"update": ["servers.dat"],
|
"update": ["servers.dat"],
|
||||||
"updateExclusions": [],
|
"updateExclusions": [],
|
||||||
"updateShared": [],
|
"updateShared": [],
|
||||||
"updateVerify": [
|
"updateVerify": [
|
||||||
"libraries", "natives", "mods",
|
"libraries", "natives", "mods",
|
||||||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||||
],
|
],
|
||||||
"updateOptional": [
|
"updateOptional": [
|
||||||
],
|
],
|
||||||
|
@ -27,18 +27,18 @@
|
||||||
"useWhitelist": false,
|
"useWhitelist": false,
|
||||||
"mainClass": "net.minecraft.launchwrapper.Launch",
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
"jvmArgs": [
|
"jvmArgs": [
|
||||||
"-Dfml.ignorePatchDiscrepancies=true",
|
"-Dfml.ignorePatchDiscrepancies=true",
|
||||||
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
"-Dfml.ignoreInvalidMinecraftCertificates=true",
|
||||||
"-XX:+UseConcMarkSweepGC",
|
"-XX:+UseConcMarkSweepGC",
|
||||||
"-XX:+CMSIncrementalMode",
|
"-XX:+CMSIncrementalMode",
|
||||||
"-XX:-UseAdaptiveSizePolicy",
|
"-XX:-UseAdaptiveSizePolicy",
|
||||||
"-Xmn128M",
|
"-Xmn128M",
|
||||||
"-XX:+DisableAttachMechanism"
|
"-XX:+DisableAttachMechanism"
|
||||||
],
|
],
|
||||||
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
"classPath": ["forge.jar", "liteloader.jar", "minecraft.jar", "libraries"],
|
||||||
"clientArgs": [
|
"clientArgs": [
|
||||||
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker",
|
||||||
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
"--tweakClass", "com.mumfrey.liteloader.launch.LiteLoaderTweaker"
|
||||||
],
|
],
|
||||||
"optionalJVMArgs": [],
|
"optionalJVMArgs": [],
|
||||||
"optionalClientArgs": [],
|
"optionalClientArgs": [],
|
||||||
|
|
Loading…
Reference in a new issue