From 19355d8f64732de0be43e736556f5814cfaa4159 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 29 Jun 2025 23:29:02 +0200 Subject: [PATCH] README.md: add link to minecraft_map_marker project --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 952163f..6402d21 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,8 @@ cargo install --git 'https://github.com/neocturne/MinedMap.git' If you are looking for the older C++ implementation of the MinedMap tile renderer, see the [v1.19.1](https://github.com/neocturne/MinedMap/tree/v1.19.1) tag. +## See also + +Other projects using MinedMap: + +- [minecraft\_map\_marker](https://github.com/christopher-besch/minecraft_map_marker)