Fix setbiome issue and tweak a few block names.

This commit is contained in:
wizjany
2013-04-09 17:17:15 -04:00
parent e7ae3b4ddf
commit 102a149dbb
3 changed files with 8 additions and 5 deletions

View File

@ -478,6 +478,9 @@ public class WorldEdit {
case NETHER_BRICK:
data = 6;
break;
case QUARTZ_BLOCK:
data = 7;
break;
default:
throw new InvalidItemException(arg, "Invalid step type '" + typeAndData[1] + "'");