Allow colors for stained clay and carpet data values.

Dieser Commit ist enthalten in:
wizjany 2013-10-02 21:55:51 -04:00
Ursprung bd98e98698
Commit cb8df85cc7

Datei anzeigen

@ -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) {