Use Uri instead of BufferedImage for parameter

This commit is contained in:
Jesse Boyd
2018-08-17 22:48:33 +10:00
parent ae65708d82
commit b8cc785717
5 changed files with 66 additions and 48 deletions

View File

@ -48,7 +48,7 @@ public abstract class LocalConfiguration {
public SnapshotRepository snapshotRepo = null;
public int maxRadius = -1;
public int maxSuperPickaxeSize = 5;
public int maxBrushRadius = 6;
public int maxBrushRadius = 100;
public boolean logCommands = false;
public String logFile = "";
public String logFormat = LogFormat.DEFAULT_FORMAT;