This commit is contained in:
Anuken
2019-10-17 22:14:04 -04:00
parent 0095d89543
commit 44c8b07eb1
3 changed files with 35 additions and 28 deletions

View File

@@ -205,7 +205,7 @@ public class Schematics{
return new Schematic(tiles, width, height);
}
/** Converts a schematic to base64. */
/** Converts a schematic to base64. Note that the result of this will always start with 'bXNjaAB'.*/
public String writeBase64(Schematic schematic){
try{
out.reset();