Allow colors for stained clay and carpet data values.

This commit is contained in:
wizjany 2013-10-02 21:55:51 -04:00
parent bd98e98698
commit cb8df85cc7

View File

@ -441,6 +441,8 @@ public class WorldEdit {
if (blockType != null) {
switch (blockType) {
case CLOTH:
case STAINED_CLAY:
case CARPET:
ClothColor col = ClothColor.lookup(typeAndData[1]);
if (col != null) {