Added sphere brush tool.

This commit is contained in:
sk89q
2011-01-09 11:14:55 -08:00
parent 0bbc4da594
commit 010a1c84fd
7 changed files with 243 additions and 29 deletions

View File

@@ -43,6 +43,7 @@ public abstract class LocalConfiguration {
public SnapshotRepository snapshotRepo = null;
public int maxRadius = -1;
public int maxSuperPickaxeSize = 5;
public int maxBrushRadius = 6;
public boolean logComands = false;
public boolean registerHelp = true;
public int wandItem = 271;