Skip to content

Releases: Meeples10/MCResourceAnalyzer

1.2.5

15 Dec 04:25
23444d1

Choose a tag to compare

  • Added -j/--json option.

1.2.4

14 Dec 16:11
c0c0653

Choose a tag to compare

  • Fixed incorrect counting of air blocks in missing sections

1.2.3

05 Oct 23:05
d521695

Choose a tag to compare

  • Optimization and code cleanup

1.2.2

05 Oct 17:24
ae300e4

Choose a tag to compare

  • Fixed incorrect parsing of the --table-template option

1.2.1

14 Jun 01:57

Choose a tag to compare

  • Fixed a memory leak

1.2.0

13 Jun 09:58

Choose a tag to compare

  • Added multithreading for improved performance
  • Implemented new command line flags using picocli

1.1.7

10 May 22:35

Choose a tag to compare

  • 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

05 May 04:27

Choose a tag to compare

  • 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

09 Dec 20:28

Choose a tag to compare

  • 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

05 Dec 20:34

Choose a tag to compare

Version 1.1.4 adds support for Minecraft 1.18's chunk format.