mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Allow colors for stained clay and carpet data values.
This commit is contained in:
parent
bd98e98698
commit
cb8df85cc7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user