Skip to content

Commit 74623b5

Browse files
authored
fix block should be blocks, fixes #488
1 parent c8b3142 commit 74623b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bedrock-commands/src/data/vanilla/execute/subcommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export const executeSubCommands: CommandContainer = {
339339
permission_level: 1,
340340
parameters: [
341341
{ text: 'unless', type: ParameterType.keyword, required: true },
342-
{ text: 'block', type: ParameterType.keyword, required: true },
342+
{ text: 'blocks', type: ParameterType.keyword, required: true },
343343
{ text: 'begin x', type: ParameterType.coordinate, required: true },
344344
{ text: 'begin y', type: ParameterType.coordinate, required: true },
345345
{ text: 'begin z', type: ParameterType.coordinate, required: true },

0 commit comments

Comments
 (0)