Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Removed the /fill command as an alias of /material.
Fixes WORLDEDIT-3016.
Dieser Commit ist enthalten in:
Ursprung
15642ca54f
Commit
2e2d432d11
@ -26,6 +26,8 @@
|
|||||||
- Added usage of non-existent variables in all LValue expressions.
|
- Added usage of non-existent variables in all LValue expressions.
|
||||||
- Changed /up and /ceil command to use glass block by default. Flight can be
|
- Changed /up and /ceil command to use glass block by default. Flight can be
|
||||||
done via -f flag now.
|
done via -f flag now.
|
||||||
|
- Removed the /fill command as an alias of /material (which sets the brush
|
||||||
|
material).
|
||||||
- Fixed //deform not doing anything at all.
|
- Fixed //deform not doing anything at all.
|
||||||
- Fixed //walls on non-cuboid regions so that they no longer introduces gaps
|
- Fixed //walls on non-cuboid regions so that they no longer introduces gaps
|
||||||
in walls beyond 45 degrees.
|
in walls beyond 45 degrees.
|
||||||
|
@ -109,7 +109,7 @@ public class ToolUtilCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = { "mat", "material", "fill" },
|
aliases = { "mat", "material" },
|
||||||
usage = "[pattern]",
|
usage = "[pattern]",
|
||||||
desc = "Set the brush material",
|
desc = "Set the brush material",
|
||||||
min = 1,
|
min = 1,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren