filter explored chunks with json

This commit is contained in:
Leijurv
2019-04-22 14:34:31 -07:00
parent 4eaa6e20c3
commit 4bec49de5b
6 changed files with 210 additions and 22 deletions

View File

@@ -21,6 +21,8 @@
-keep class baritone.BaritoneProvider
-keep class baritone.api.IBaritoneProvider
-keep class baritone.api.utils.MyChunkPos { *; } # even in standalone we need to keep this for gson reflect
# setting names are reflected from field names, so keep field names
-keepclassmembers class baritone.api.Settings {
public <fields>;