geforkt von Mirrors/FastAsyncWorldEdit
Added wool as an alias for cloth.
Dieser Commit ist enthalten in:
Ursprung
40a3a6fbe6
Commit
6a8dd9db4b
@ -55,7 +55,7 @@ public enum BlockType {
|
|||||||
DISPENSER(23, "Dispenser", "dispenser"),
|
DISPENSER(23, "Dispenser", "dispenser"),
|
||||||
SANDSTONE(24, "Sandstone", "sandstone"),
|
SANDSTONE(24, "Sandstone", "sandstone"),
|
||||||
NOTE_BLOCK(25, "Note block", new String[]{"musicblock", "noteblock", "note", "music", "instrument"}),
|
NOTE_BLOCK(25, "Note block", new String[]{"musicblock", "noteblock", "note", "music", "instrument"}),
|
||||||
CLOTH(35, "Cloth", "cloth"),
|
CLOTH(35, "Cloth", new String[]{"cloth", "wool"}),
|
||||||
YELLOW_FLOWER(37, "Yellow flower", "yellowflower"),
|
YELLOW_FLOWER(37, "Yellow flower", "yellowflower"),
|
||||||
RED_FLOWER(38, "Red rose", new String[]{"redflower", "redrose"}),
|
RED_FLOWER(38, "Red rose", new String[]{"redflower", "redrose"}),
|
||||||
BROWN_MUSHROOM(39, "Brown mushroom", new String[]{"brownmushroom", "mushroom"}),
|
BROWN_MUSHROOM(39, "Brown mushroom", new String[]{"brownmushroom", "mushroom"}),
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren