Skip to content

Commit

Permalink
Update import_tool.py (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
brammie15 authored Aug 12, 2023
1 parent e0379a8 commit 91aadba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _on_open_file(self, evt):
"Open a Minecraft data file",
wildcard="|".join(
[ # TODO: Automatically load these from the FormatWrapper classes.
"All files (*.construction;*.mcstructure;*.schematic)|*.construction;*.mcstructure;*.schematic",
"All files (*.construction;*.mcstructure;*.schematic .schem)|*.construction;*.mcstructure;*.schematic;*.schem",
"Construction file (*.construction)|*.construction",
"Bedrock mcstructure file (*.mcstructure)|*.mcstructure",
"Legacy Schematic file (*.schematic)|*.schematic",
Expand Down

0 comments on commit 91aadba

Please sign in to comment.