mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 07:47:28 +00:00
Added: Unknown and errored tags moved to special folders
This commit is contained in:
@@ -70,10 +70,10 @@ public class TagStub extends Tag {
|
||||
return dataStream;
|
||||
}
|
||||
|
||||
@Override
|
||||
/*@Override
|
||||
public String toString() {
|
||||
return tagName + " [ID = " + id + "]";
|
||||
}
|
||||
return tagName + " (tid = " + id + ")";
|
||||
}*/
|
||||
|
||||
@Override
|
||||
public Map<String, String> getNameProperties() {
|
||||
|
||||
Reference in New Issue
Block a user