Schematic import

This commit is contained in:
Anuken
2019-10-19 01:19:32 -04:00
parent 08a51d8f1b
commit f7be953bb5
6 changed files with 60 additions and 6 deletions

View File

@@ -35,6 +35,8 @@ public class Vars implements Loadable{
public static final int maxBrokenBlocks = 256;
/** Maximum schematic size.*/
public static final int maxSchematicSize = 32;
/** All schematic base64 starts with this string.*/
public static final String schematicBaseStart ="bXNjaAB";
/** IO buffer size. */
public static final int bufferSize = 8192;
/** global charset, since Android doesn't support the Charsets class */