mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-08-01 09:44:05 +00:00
Allow colors for stained clay and carpet data values.
This commit is contained in:
@@ -441,6 +441,8 @@ public class WorldEdit {
|
|||||||
if (blockType != null) {
|
if (blockType != null) {
|
||||||
switch (blockType) {
|
switch (blockType) {
|
||||||
case CLOTH:
|
case CLOTH:
|
||||||
|
case STAINED_CLAY:
|
||||||
|
case CARPET:
|
||||||
ClothColor col = ClothColor.lookup(typeAndData[1]);
|
ClothColor col = ClothColor.lookup(typeAndData[1]);
|
||||||
|
|
||||||
if (col != null) {
|
if (col != null) {
|
||||||
|
Reference in New Issue
Block a user