mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Fix Authlib obfuscation
This commit is contained in:
parent
4a2b535403
commit
9b6597e5fa
1 changed files with 3 additions and 5 deletions
|
@ -17,6 +17,8 @@
|
|||
-keep class ru.zaxar163.*
|
||||
-keep class cpw.mods.fml.*
|
||||
-keep class net.minecraftforge.fml.*
|
||||
-keep class com.mojang.*
|
||||
-keep class com.google.gson.*
|
||||
-keepattributes SourceFile,LineNumberTable,*Annotation*
|
||||
-renamesourcefileattribute SourceFile
|
||||
-keepattributes Signature
|
||||
|
@ -24,11 +26,7 @@
|
|||
|
||||
-keeppackagenames com.eclipsesource.json.**,com.mojang.**,org.apache.**,com.google.gson.**
|
||||
|
||||
-keep class com.eclipsesource.json.**,com.mojang.**,com.google.gson.** {
|
||||
<fields>;
|
||||
<methods>;
|
||||
}
|
||||
-keep class org.apache.** {
|
||||
-keep class com.mojang.**,org.apache.**,com.google.gson.**,com.eclipsesource.json.** {
|
||||
*;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue