Skip to content

1.1.1

Compare
Choose a tag to compare
@Meeples10 Meeples10 released this 11 Aug 02:57
· 89 commits to master since this release

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.17
    • ANVIL_2018 for 1.13 to 1.15
    • ANVIL_2012 for 1.2 to 1.12
    • MCREGION for Beta 1.3 to 1.1
    • ALPHA for Infdev 20100327 to Beta 1.2
    • INDEV for Indev 0.31 20100122 to Infdev 20100325
  • blocks=<path>: When using the modernize-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.