Mcmap Versions Save

Pixel-art map visualizer for Minecraft. Maps are drawn from an isometric perspective.

v3.0.3

1 month ago

Thanks to everyone that contributed ! This is the "I did not have time to release" update. If you like it or want changes, use the discussions to ping me.

What's Changed

New Contributors

Full Changelog: https://github.com/spoutn1k/mcmap/compare/v3.0.2...v3.0.3

v3.0.2

2 years ago

Overhaul of the UI to allow for a more complete experience.

  • Updated logging with the use of spdlog;
  • Added support for circular coordinates on GUI;
  • Added support for tiled output on GUI;
  • Added access to memory options on GUI;
  • Added colors for the upcoming 1.19 release.

3.0.1

2 years ago
  • Cleaner progress output on all systems
  • Support for early 1.13 snapshots
  • Refactor version code to ease maintainability going forward

Select mcmap-gui for the graphical version, and mcmap for the terminal/powershell version.

If anyone has experience packaging Qt/Windows binaries, help would be greatly appreciated !

3.0.0

2 years ago

Minecraft 1.13+ support. Removed support for some options in the legacy branch, as well as support for pre-1.13 Minecraft versions.

Additions:

  • Added circular renders.

  • Added support for custom dimensions.

  • Added blocktypes:

    • Beacons are now rendered.
    • Heads are now rendered.
    • Stairs now render differently depending on orientation.
    • Logs now render differently depending on orientation.
    • Waterlogged blocks supported.
    • Redstone lamps will be rendered differently if lit.
    • Added colors for up to Minecraft 1.17.
  • Added support for NBT v19133.

  • Added threading support.

Modifications to the original codebase:

  • Added support for 1.13+ namespaced blocks.

    • Colors can be modified using JSON files.
    • Colors are now specified in a hexadecimal format.
  • Coordinates are now interpreted on a per-block basis.

  • Lighting has been revamped, is now much slower but much more detailed.

  • Removed block height selection.

  • Removed cave overlay mode.

The following binaries are pre-compiled CLI versions of mcmap. Use a terminal or powershell on Linux or Windows respectively.

Please report any bugs/incompatibilities, as this is the first release in a while. Thanks !

v3.0.0-pre1

3 years ago

Minecraft 1.13+ support. Removed support for most options in the legacy branch, as well as pre-1.13 Minecraft versions.

Additions:

  • Added support for namespaced blocks.
  • Coordinates are now from block to block.
  • Added support for custom dimensions.
  • Colors are now given in a hexadecimal format.
  • Added threading.
  • Colors can be accessed using JSON files.
  • Added blocks:
    • Beacons are now rendered.
    • Heads are now rendered.
    • Stairs are now rendered as stairs.
    • Logs now render depending on orientation.
    • Waterlogged blocks supported.
    • Added colors for up to Minecraft 1.16.
  • Added support for NBT v19133.

The following binaries are pre-compiled CLI versions of mcmap. Use a terminal or powershell on Linux or Windows respectively.

Please report any bugs/incompatibilities, as this is the first release in a while. Thanks !