mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
Обновление стандартных конфигов
This commit is contained in:
parent
fc6e191ddf
commit
a8bdebd767
13 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft\\.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
# Client launcher params
|
||||
mainClass: "net.minecraft.client.main.Main";
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft\\.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
# Client launcher params
|
||||
mainClass: "net.minecraft.client.main.Main";
|
||||
|
|
|
@ -20,6 +20,7 @@ updateVerify: [
|
|||
"libraries", "natives", "mods", "minecraft.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -20,6 +20,7 @@ updateVerify: [
|
|||
"libraries", "natives", "mods", "minecraft.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -25,6 +25,7 @@ updateExclusions: [
|
|||
# "mods/ic2",
|
||||
# "mods/railcraft"
|
||||
];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -21,6 +21,7 @@ updateVerify: [
|
|||
"minecraft.jar", "forge.jar", "liteloader.jar"
|
||||
];
|
||||
updateExclusions: [];
|
||||
updateOptional: [];
|
||||
|
||||
useWhitelist: false;
|
||||
whitelist: [];
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
-overloadaggressively
|
||||
-repackageclasses 'ru.gravit.launcher'
|
||||
-keep class ru.zaxar163.*
|
||||
-keep class cpw.mods.fml.*
|
||||
-keepattributes SourceFile,LineNumberTable,*Annotation*
|
||||
-renamesourcefileattribute SourceFile
|
||||
-keepattributes Signature
|
||||
|
|
Loading…
Reference in a new issue