Map Atlases [Fabric]

Map Atlases [Fabric]

244k Downloads

Death Markers from Supplementaries

adaliszk opened this issue ยท 0 comments

commented

There is a supplementaries feature where it can add your death location on maps. This integration seems to be already exist, but currently disabled:

public static boolean canPlayerSeeDeathMarker(Player p) {
return false;// TODO !MapAtlasesAccessUtils.getAtlasFromPlayerByConfig(p).isEmpty();
}

I wonder if this could be turned on anytime soon?