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.