Skip to content

Commit

Permalink
Fix mismatched command context and parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
50ap5ud5 committed Mar 12, 2024
1 parent d699fdf commit d12675b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ExportDesktopCommand implements Command<CommandSourceStack> {
return Commands.literal("desktop")
.then(Commands.argument("pos1", BlockPosArgument.blockPos())
.then(Commands.argument("pos2", BlockPosArgument.blockPos())
.then(Commands.argument("ignore_entities", BoolArgumentType.bool())
.then(Commands.argument("include_entities", BoolArgumentType.bool())
.then(Commands.argument("namespace", StringArgumentType.word())
.then(Commands.argument("desktop_id", StringArgumentType.word())
.then(Commands.argument("datapack_name", StringArgumentType.string())
Expand Down

0 comments on commit d12675b

Please sign in to comment.