build the schematic schematica has open

This commit is contained in:
Babbaj
2019-07-21 20:54:02 -04:00
parent 4d127acb9a
commit d505ec4f9f
13 changed files with 304 additions and 0 deletions

View File

@@ -31,6 +31,11 @@
# 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.*
# copy all necessary libraries into tempLibraries to build
# The correct jar will be copied from the forgegradle cache based on the mapping type being compiled with