geforkt von Mirrors/FastAsyncWorldEdit
Allow colors for stained clay and carpet data values.
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren