mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 14:17:39 +00:00
Added #2070 forceWriteAsLong Tag internal attribute is now visible and editable
(including XML export), allows decide whether to write length in tag header as long
This commit is contained in:
@@ -77,7 +77,6 @@ public abstract class Tag implements NeedsCharacters, Exportable, Serializable {
|
||||
* If true, then Tag is written to the stream as longer than 0x3f even if it
|
||||
* is not
|
||||
*/
|
||||
@Internal
|
||||
public boolean forceWriteAsLong = false;
|
||||
|
||||
protected String tagName;
|
||||
|
||||
Reference in New Issue
Block a user