Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 21:10:05 +01:00
Forgot to git add this file, thanks Moo0
Dieser Commit ist enthalten in:
Ursprung
f11e2ba6d6
Commit
4e081b8028
@ -445,6 +445,8 @@ public class UtilityCommands {
|
|||||||
} else if (typeStr.matches("items?")
|
} else if (typeStr.matches("items?")
|
||||||
|| typeStr.matches("drops?")) {
|
|| typeStr.matches("drops?")) {
|
||||||
type = EntityType.ITEMS;
|
type = EntityType.ITEMS;
|
||||||
|
} else if (typeStr.matches("falling(blocks?|sand|gravel)")) {
|
||||||
|
type = EntityType.FALLING_BLOCKS;
|
||||||
} else if (typeStr.matches("paintings?")
|
} else if (typeStr.matches("paintings?")
|
||||||
|| typeStr.matches("art")) {
|
|| typeStr.matches("art")) {
|
||||||
type = EntityType.PAINTINGS;
|
type = EntityType.PAINTINGS;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren