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) {
|
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) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren