Merge branch 'master' into 1.13.2

This commit is contained in:
Leijurv
2019-07-23 11:58:45 -07:00
26 changed files with 422 additions and 131 deletions
+6
View File
@@ -33,6 +33,12 @@
# need to keep mixin names
-keep class baritone.launch.** { *; }
#try to keep usage of schematica in separate classes
-keep class baritone.utils.schematic.schematica.**
#proguard doesnt like it when it cant find our fake schematica classes
-dontwarn baritone.utils.schematic.schematica.**
# Keep - Applications. Keep all application classes, along with their 'main'
# methods.
-keepclasseswithmembers public class * {