3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-24 02:58:03 +02:00

move yscale earlier in br height for people that can't work it out themselves

Dieser Commit ist enthalten in:
dordsor21 2021-09-18 16:20:28 +01:00
Ursprung 7a0c0d5d41
Commit 51aa500857
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -720,13 +720,13 @@ public class BrushCommands {
LocalSession session,
@Arg(desc = "Expression", def = "5")
Expression radius,
@Arg(desc = "double", def = "1")
double yscale,
@Arg(desc = "String", def = "")
String image,
@Arg(def = "0", desc = "rotation")
@Range(from = 0, to = 360)
int rotation,
@Arg(desc = "double", def = "1")
double yscale,
@Switch(name = 'r', desc = "Random off-axis rotation")
boolean randomRotate,
@Switch(name = 'l', desc = "Work on snow layers")