frank89722 / JourneyMapIntegration

A Minecraft mod that adds mod integrations for JourneyMap
https://www.curseforge.com/minecraft/mc-mods/journeymap-integration
MIT License
2 stars 2 forks source link

[Request] FTB teams map #8

Closed KMFrench1 closed 6 months ago

KMFrench1 commented 2 years ago

Can you add integration with FTB teams, ftb chunks/teams adds a shared map that syncs the maps of everyone on a team. Ot would be great if that map could get merged the with Journey Map. So I don't have to open a different map to see my team exploration progress.

EnderMelody commented 2 years ago

came here to ask about this as well, would be very nice to completely remove the need to use FTB Chunks as the main map.

frank89722 commented 2 years ago

I believe this can only be done hackily since JM does all the mapping things on the client-side. That means this feature could easily break after JM update.

Anyways, I'll see what can I do when I have enough time to implement a new feature

frank89722 commented 2 years ago

https://github.com/CivPlatform/map-sync I guess this is what you guys are looking for. I'll maybe integrate this mod instead of code everything myself since JMI is just a small client-side mod.