Skip to content

AntiqueAtlasTeam/AntiqueAtlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a8c918a · Sep 18, 2022
Sep 12, 2022
Jan 11, 2021
Sep 18, 2022
Sep 13, 2022
Sep 13, 2022
Sep 11, 2022
Sep 11, 2022
Jun 13, 2016
Jan 26, 2021
Sep 13, 2022
Sep 18, 2022
Feb 24, 2019
Feb 24, 2019
Sep 11, 2022

Repository files navigation

Antique Atlas Minecraft 1.16.5 Build Status

Antique Atlas is a book that acts like a map featuring infinite scrolling, zoom and custom labeled markers. The map is generated around the player by calculating the average biome in each 16x16 chunk.

Navigate the map by dragging it with the mouse, clicking arrow buttons or pressing arrow keys on the keyboard. Use the +/- keys or mouse wheel to zoom in and out.

You can export the map of the current dimension into a PNG image, see buttons on the right side of the GUI.

You can edit the configs to set which biome uses what texture, or even assign your own textures to any biome, including custom mod biomes. See tutorial on the wiki: https://github.com/Hunternif/AntiqueAtlas/wiki/Editing-Textures

API

If you are a mod developer and you wish to interact with AntiqueAtlas, you will need the source code of the API. You can include the whole source code of AntiqueAtlas (the ...-sources.jar in Releases) which allows you to test the interaction when debugging your mod.

Use the class hunternif.mc.atlas.api.AtlasAPI to obtain a reference to the API. There are 2 actual APIs: TileAPI and MarkerAPI. See javadocs/sources and the wiki for more: https://github.com/Hunternif/AntiqueAtlas/wiki/API