mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
move yscale earlier in br height for people that can't work it out themselves
This commit is contained in:
parent
7a0c0d5d41
commit
51aa500857
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user