Fix chat error messages being obfuscated for block type arguments

This commit is contained in:
ZacSharp 2021-11-18 00:21:12 +01:00
parent 8579332cdf
commit 21534d1c0b
No known key found for this signature in database
GPG Key ID: 9453647B005083A3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
-keep class baritone.api.IBaritoneProvider
-keep class baritone.api.utils.MyChunkPos { *; } # even in standalone we need to keep this for gson reflect
-keepname class baritone.api.utils.BlockOptionalMeta # this name is exposed to the user, so we need to keep it in all builds
# Keep any class or member annotated with @KeepName so we dont have to put everything in the script
-keep,allowobfuscation @interface baritone.KeepName