github Querz/mcaselector 1.16.3
mcaselector-1.16.3

latest releases: 2.4.1, 2.4, 2.3...
3 years ago

This update adds a new overlay type and fixes some bugs.

Details:

  • Added custom overlays. When a custom field is saved in mca files (or you just want to see stats for a field that is not implemented as its own overlay), custom overlays can be used. The path to the field needs to be provided in the custom data field.
    • The path must start with either region, poi, or entities.
    • An index inside a list can be accessed with a number in block brackets, e.g. [0] to access the first entry in a list.
    • The size of a list, compound tag or array tag can be accessed by appending .size at the end.
    • When not measuring the size of a tag, the last tag must be any number type tag.
    • Example: entities/Entities.size would measure the amount of entities in a Minecraft 1.17 world.
  • Fixed a bug that caused the map view to scroll upwards indefinitely after pressing the UP-arrow key on some systems, see #229 . When the focus is on the Menu bar or on the height slider, the focus can be given back to the map view by pressing Escape.
  • Fixed a bug that caused the map view to not load the last chunk in a region file in an edge case.
  • Fixed a bug that caused entities to not be relocated from a 1.17 world, see #222 .
  • Added missing documentation for input-selection import parameter to Readme.
  • Fixed an NPE that was thrown when trying to save chunk timestamps into a nonexisting chunk.
  • Updated supported version in Readme, see #226 .
  • Fixed a bug that caused container tag names to be editable inside list tags in the NBT editor.
  • Added Japanese (Japan) translation (thanks to @Uguisu64J for translating), see #231 .
  • Updated the bug report template on GitHub.

Don't miss a new mcaselector release

NewReleases is sending notifications on new releases.