tpwalke2 / BlueMapSignMarkers

Fabric plugin for BlueMap that displays markers based on in-game signs
MIT License
2 stars 2 forks source link

Markers should show on all maps of same dimension #71

Closed tpwalke2 closed 2 months ago

tpwalke2 commented 3 months ago

Discovered while researching https://github.com/tpwalke2/BlueMapSignMarkers/issues/67

If a given dimension has multiple maps configured in BlueMap, the markers will only show in one of them.

https://github.com/tpwalke2/BlueMapSignMarkers/blob/4878268301ba5fc17304cc591c9ea71182e5b630/src/main/java/com/tpwalke2/bluemapsignmarkers/core/bluemap/BlueMapAPIConnector.java#L175 returns only the first map for the given world.

tpwalke2 commented 2 months ago

I have merged the PR (https://github.com/tpwalke2/BlueMapSignMarkers/pull/77) for this update to main.

There are a few other items I am targeting for the same version (1.21-0.4.0), however. You can track the progress of those issues here: https://github.com/tpwalke2/BlueMapSignMarkers/issues?q=is%3Aissue+is%3Aopen+label%3A1.21-0.4.0