Releases: Meeples10/MCResourceAnalyzer
Releases · Meeples10/MCResourceAnalyzer
1.1.3
1.1.2
Version 1.1.2 adds a new command line argument: input=<path>
By default, MCResourceAnalyzer requires the region directory to be analyzed to be named region
and placed in the same directory as the JAR. With the input
argument, a region directory (or a world directory if analyzing a world from Infdev 20100327 to Beta 1.2, or a .mclevel
file if using an Indev world) can be specified with a path relative to the JAR's directory.
1.1.1
Version 1.1.1 adds three new command line arguments:
version-select=<version>
: This allows the Minecraft version with which the world was generated to be specified from the command line rather than through a dialog.<version>
must be one of the following:ANVIL_2021
for 1.16 to 1.17ANVIL_2018
for 1.13 to 1.15ANVIL_2012
for 1.2 to 1.12MCREGION
for Beta 1.3 to 1.1ALPHA
for Infdev 20100327 to Beta 1.2INDEV
for Indev 0.31 20100122 to Infdev 20100325
blocks=<path>
: When using themodernize-ids
argument on a world with block IDs outside the range of 0-255, use this to specify the path to a file containing block IDs in the same format as blocks.properties.merge=<path>
: When analyzing a world with block IDs outside the range of 0-255, use this to specify the path to a file containing block IDs in the same format as merge.properties. Any block with an ID listed in this file will have all of its variants merged into a single value.
1.1.0
This version adds support for all Minecraft: Java Edition versions between Indev 0.31 20100122 and 1.17, as well as 1.18 experimental snapshot 2.
Two new command line arguments were also added:
version-select
: Use this argument if you want to analyze a world that was not generated with the latest version of Minecraft. Shows a popup on launch that allows the version in which the region files were generated to be selected. Selecting a version that does not match the version in which the regions were generated may result in unexpected behavior.modernize-ids
: If analyzing regions saved before 1.13, numeric block IDs will be replaced with their modern string representations. If no string corresponding to the numeric ID is found, the numeric ID will be saved instead.
1.0.1
Minor changes and bug fixes:
- Chunks with no data are now skipped
- The program notifies the user and terminates itself if the
region
directory is missing - Fixed a
NullPointerException
when processing chunks with no air - Fixed a
NullPointerException
when processing worlds with no air