mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-02-03 21:26:24 +00:00
Show .schem files in tree view.
This commit is contained in:
parent
15b1b2891f
commit
66a2140f6f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace NBTExplorer.Model
|
||||||
|
|
||||||
private CompoundTagContainer _container;
|
private CompoundTagContainer _container;
|
||||||
|
|
||||||
private static Regex _namePattern = new Regex(@"\.(dat|nbt|schematic|dat_mcr|dat_old|bpt|rc)$");
|
private static Regex _namePattern = new Regex(@"\.(dat|nbt|schem(atic)?|dat_mcr|dat_old|bpt|rc)$");
|
||||||
|
|
||||||
private NbtFileDataNode (string path, CompressionType compressionType)
|
private NbtFileDataNode (string path, CompressionType compressionType)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue