Antique Atlas 4

⭐ ⭐⭐ (2,018 endorsements) 📥 2.7M downloads 📌 v3.1.2+1.21 📅 1/8/2024
🟡 Updated this year

By sleepingdragoninn · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/5/2026 📅 Created: 1/8/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #200 of 618 adventure mods in this game by downloads

📋 About This Mod

<!--suppress HtmlDeprecatedTag, XmlDeprecatedElement --> <center> A hand-drawn clientside world map, with map sharing, structure discovery, and more!<br/> A rewrite of <a href="https://modrinth.com/mod/antique-atlas">Antique Atlas</a> by <a href="https://github.com/Hunternif">Hunternif</a>, as continued by <a href="https://github.com/Kenkron">Kenkron</a>, <a href="https://github.com/asiekierka">asie</a>, and <a href="https://github.com/tyra314">tyra314</a>.<br/> <b>Requires <a href="https://modrinth.com/mod/surveyor">Surveyor Map Framework</a>.</b> <b>Requires <a href="https://modrinth.com/mod/connector">Connector</a> and <a href="https://modrinth.com/mod/forgified-fabric-api">FFAPI</a> on (neo)forge.</b><br/> </center> --- Press **** at any time to bring up the world map.<br/> Drag the map to pan, scroll to zoom, and use the bookmark buttons to create and remove map markers. ## Client-Side Features - A physical-feeling map screen, with hand-drawn tiles representing chunks in the world: > !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/7cf5acd45f4babac74e4776a792779d76206716f.png) - Waypoint markers in a variety of styles and accent colors: > !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/b7064c3287c5535cd9ac6d454c10ead984c7a7b3.png) - Hold the map in your hands by renaming a book "Antique Atlas" at an anvil: > !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/b3002225851522c2d4eabc7462a374fbcdd2db6b.png) - Automatic migration of waypoints from Xaero's Minimap, and a shared save format with (https://modrinth.com/mod/hoofprint). - Extra features via addons like (https://modrinth.com/mod/antique-trains) and (https://modrinth.com/mod/dead-reckoning)! ## Mixed-Side / Singleplayer Features - Markers are automatically added for notable structures and active nether portals: > !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/190cc4eaa2e8784dd0f46bee9c225228a05f191a.png) - Structures only appear on the map after you've looked at them or stood on them in-game: > !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/86054c7949fed59341cef60d0d9f27aee86ae6ef.gif) - Map exploration and waypoints can be shared with friends via `/surveyor share `: > !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/305e5c88b384bc1a0a6fd2d0fcdc21f72b8d3a57.png) - Add (https://modrinth.com/mod/aa4-atlas) to give the handheld atlas a full item ID and crafting recipe! ## Troubleshooting / Suggestions Antique Atlas 4 is a **clientside map frontend** for (https://modrinth.com/mod/surveyor).<br/> It renders surveyor save data as tiles on screen using respacks, and provides a GUI editor for waypoints.<br/> Issues and suggestions regarding the screen, tiles, markers, and resource packs are (https://github.com/sisby-folk/antique-atlas/issues).<br/> Issues and suggestions regarding map sharing, explored map area, and automatic markers are (https://github.com/sisby-folk/surveyor).<br/> **Crash reports must have AA4 and Surveyor on the latest version, and include `logs/latest.log` via (https://mclo.gs/).** ## Configuration Antique Atlas can be configured from `config/antique-atlas.toml` or in-game using (https://modrinth.com/mod/mcqoy), including:<br/> - Whether to require having an atlas item in the inventory in order to enable the map hotkey. - Adjustments to the size and scale of the map screen. - Adjustments to which structures to mark on the map. - Adjustments for how to stylize player graves. Additional options can be found in the Surveyor config in `config/surveyor.toml`. ## Addon & Resource Pack Developers ### Resource Packs Tiles, markers, biome detection, and structure detection is fully data-driven via resource packs.<br/> **Without defined biomes, atlas "guesses" tiles via tags, and shows `???` if that fails.** For a how-to on AA4 resource packs, check out the (https://github.com/sisby-folk/antique-atlas/blob/1.20/RESPACKS.md). ### API Nothing stable! But feel free to poke around: ```groovy repositories { maven { url "https://repo.sleeping.town/" } } dependencies { modImplementation "folk.sisby:antique-atlas:3.0.0+1.20" } ``` Try `AtlasRenderer.registerOverlay()` for non-surveyor mod compat (i.e. mods that already have client sync) To automatically mark non-structure points of interest - instead use (https://modrinth.com/mod/surveyor)'s Landmark API. ### Licensing + Credit Please match your addon/respack licenses to LGPLv3 for code & CC BY-NC-SA for assets to help the ecosystem!<br/> (LGPLv3 and CC BY-NC-SA are a copyleft licenses, so this is required for anything directly adapted from AA4) If you've made an addon/respack, hit us up and we might link it here! If it's still WIP feel free to ask us questions.<br/> Devs can reach out to us on [

A hand-drawn clientside world map, with map sharing, structure discovery, and more!

A rewrite of Antique Atlas by Hunternif, as continued by Kenkron, asie, and tyra314.

Requires Surveyor Map Framework. Requires Connector and FFAPI on (neo)forge.

Press at any time to bring up the world map.

Drag the map to pan, scroll to zoom, and use the bookmark buttons to create and remove map markers.

## Client-Side Features

- A physical-feeling map screen, with hand-drawn tiles representing chunks in the world:

> !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/7cf5acd45f4babac74e4776a792779d76206716f.png)

- Waypoint markers in a variety of styles and accent colors:

> !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/b7064c3287c5535cd9ac6d454c10ead984c7a7b3.png)

- Hold the map in your hands by renaming a book "Antique Atlas" at an anvil:

> !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/b3002225851522c2d4eabc7462a374fbcdd2db6b.png)

  • Automatic migration of waypoints from Xaero's Minimap, and a shared save format with (https://modrinth.com/mod/hoofprint).
  • Extra features via addons like (https://modrinth.com/mod/antique-trains) and (https://modrinth.com/mod/dead-reckoning)!

## Mixed-Side / Singleplayer Features

- Markers are automatically added for notable structures and active nether portals:

> !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/190cc4eaa2e8784dd0f46bee9c225228a05f191a.png)

- Structures only appear on the map after you've looked at them or stood on them in-game:

> !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/86054c7949fed59341cef60d0d9f27aee86ae6ef.gif)

- Map exploration and waypoints can be shared with friends via `/surveyor share `:

> !(https://cdn.modrinth.com/data/Y5Ve4Ui4/images/305e5c88b384bc1a0a6fd2d0fcdc21f72b8d3a57.png)

- Add (https://modrinth.com/mod/aa4-atlas) to give the handheld atlas a full item ID and crafting recipe!

## Troubleshooting / Suggestions

Antique Atlas 4 is a clientside map frontend for (https://modrinth.com/mod/surveyor).

It renders surveyor save data as tiles on screen using respacks, and provides a GUI editor for waypoints.

Issues and suggestions regarding the screen, tiles, markers, and resource packs are (https://github.com/sisby-folk/antique-atlas/issues).

Issues and suggestions regarding map sharing, explored map area, and automatic markers are (https://github.com/sisby-folk/surveyor).

Crash reports must have AA4 and Surveyor on the latest version, and include `logs/latest.log` via (https://mclo.gs/).**

## Configuration

Antique Atlas can be configured from `config/antique-atlas.toml` or in-game using (https://modrinth.com/mod/mcqoy), including:

  • Whether to require having an atlas item in the inventory in order to enable the map hotkey.
  • Adjustments to the size and scale of the map screen.
  • Adjustments to which structures to mark on the map.
  • Adjustments for how to stylize player graves.

Additional options can be found in the Surveyor config in `config/surveyor.toml`.

## Addon & Resource Pack Developers

### Resource Packs

Tiles, markers, biome detection, and structure detection is fully data-driven via resource packs.

Without defined biomes, atlas "guesses" tiles via tags, and shows `???` if that fails.**

For a how-to on AA4 resource packs, check out the (https://github.com/sisby-folk/antique-atlas/blob/1. 20/RESPACKS.md).

Nothing stable! But feel free to poke around:

```groovy repositories { maven { url "https://repo.sleeping.town/" } } dependencies { modImplementation "folk.sisby:antique-atlas:3. 0. 0+1. 20" } ```

Try `AtlasRenderer.registerOverlay()` for non-surveyor mod compat (i.e. mods that already have client sync)

To automatically mark non-structure points of interest - instead use (https://modrinth.com/mod/surveyor)'s Landmark API.

### Licensing + Credit

Please match your addon/respack licenses to LGPLv3 for code & CC BY-NC-SA for assets to help the ecosystem!

(LGPLv3 and CC BY-NC-SA are a copyleft licenses, so this is required for anything directly adapted from AA4)

If you've made an addon/respack, hit us up and we might link it here! If it's still WIP feel free to ask us questions.

Devs can reach out to us on [

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
sleepingdragoninn
Version
3.1.2+1.21
Downloads
2,739,561
Endorsements
2,018
Category
adventure
Created
1/8/2024
Updated
1/5/2026
Game Versions
1.21.1
Tags
adventure, social, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Antique Atlas 4 support?

The author lists 1.21.1. Other versions may work but are untested by the author.

What is the latest version of Antique Atlas 4?

Version 3.1.2+1.21, published 2026-01-05 with 2.7M downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More adventure 👤 More by sleepingdragoninn 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods