This commit is contained in:
Electroblob77
2020-03-19 15:46:42 +00:00
parent 306137a026
commit a490168fa2
@@ -77,6 +77,9 @@ public class WizardryAntiqueAtlasIntegration {
@SubscribeEvent
public static void onWorldLoadEvent(WorldEvent.Load event){
if(!enabled()) return;
// Backwards compatibility for existing markers using the old translation key format (with colons)
GlobalMarkersData data = AntiqueAtlasMod.globalMarkersData.getData();
for(Marker marker : data.getMarkersInDimension(event.getWorld().provider.getDimension())){