mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 13:36:19 +00:00
fix replace command argument order
This commit is contained in:
@@ -333,7 +333,6 @@ public class BlockEditCommands {
|
||||
})
|
||||
.then(
|
||||
Commands.argument("to_replace", ArgumentTypes.blockState())
|
||||
)
|
||||
.then(
|
||||
Commands.argument("replace_with", ArgumentTypes.blockState())
|
||||
.executes(ctx -> {
|
||||
@@ -369,6 +368,8 @@ public class BlockEditCommands {
|
||||
})
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user