Releases: Meeples10/MCResourceAnalyzer
Releases · Meeples10/MCResourceAnalyzer
1.2.4
- Fixed incorrect counting of air blocks in missing sections
1.2.3
- Optimization and code cleanup
1.2.2
- Fixed incorrect parsing of the
--table-template
option
1.2.0
- Added multithreading for improved performance
- Implemented new command line flags using picocli
1.1.7
- A template for the output of the
table
argument can now be provided with the table-template=<path>
argument. Any occurrences of the string {{{TABLE}}}
within the template will be replaced by the generated table.
- Generated tables no longer have the string
_table
in their names.
- Added various missing block IDs to
blocks.properties
and merge.properties
.
- The application now ignores any
.DS_Store
files that may be present within a region directory.
1.1.6
- The program's output can now be silenced with the
silent
argument.
- When using the
modernize-ids
argument, the modernized IDs will be written to the output CSV as well as the HTML table.
- Minor performance improvements.
1.1.5
- Blocks outside the Y range of 0-255 are now included in the table generated by the
table
argument
- Statistics are written to a separate file when using the
statistics
argument
- Block IDs in tables are now modernized when using the
modernize-ids
argument
1.1.4
Version 1.1.4 adds support for Minecraft 1.18's chunk format.