mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +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) {
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user