-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: #99 Now attempt to automatically determine if the file format is for Reforged (1.32). This is done by looking at the flags value. If it is a printable character (i.e. greater than `0x20`), then we make the assumption that it is the latest file format. Previously, we required the user to supply a version table. Furthermore, we adjust a few things, including the output format and introducing `position` for `unpack`. This could be considered a breaking change.
- Loading branch information
Showing
2 changed files
with
63 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters