All Projects → AntiqueAtlasTeam → Antiqueatlas

AntiqueAtlasTeam / Antiqueatlas

Licence: other
A Minecraft mod that adds a fancy interactive map item.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Antiqueatlas

Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (+4.55%)
Mutual labels:  fabric, minecraft, mod, minecraft-mod
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-84.55%)
Mutual labels:  minecraft, mod, minecraft-mod
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-41.82%)
Mutual labels:  fabric, minecraft, mod
Terra
Voxel world generation modding platform
Stars: ✭ 320 (+190.91%)
Mutual labels:  minecraft, fabric, minecraft-mod
Rug
Extension Mod for gnembon's fabric-carpet with some more features
Stars: ✭ 20 (-81.82%)
Mutual labels:  fabric, mod, minecraft-mod
FrogCraft-Rebirth
A standalone rewrite of FrogCraft, an IC2 Addon with theme of chemical industry, starting from scratch.
Stars: ✭ 27 (-75.45%)
Mutual labels:  minecraft, mod, minecraft-mod
The Midnight
The Midnight: A cold, unforgiving hostile dimension. Originally made for SpookyJam 2018.
Stars: ✭ 68 (-38.18%)
Mutual labels:  minecraft, mod, minecraft-mod
KronHUD
A mod to add clean and useful HUD widgets.
Stars: ✭ 62 (-43.64%)
Mutual labels:  fabric, mod, minecraft-mod
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+280%)
Mutual labels:  minecraft, mod, minecraft-mod
Equivalent Exchange 3
Stars: ✭ 727 (+560.91%)
Mutual labels:  minecraft, mod, minecraft-mod
Chameleoncreepersmod
Minecraft Mod that makes creepers harder to see by tinting their color based on their surroundings - over 120k downloads!
Stars: ✭ 9 (-91.82%)
Mutual labels:  minecraft, mod, minecraft-mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (-68.18%)
Mutual labels:  fabric, mod, minecraft-mod
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-61.82%)
Mutual labels:  fabric, mod, minecraft-mod
Connectedtexturesmod
Extensions to the vanilla model system, mainly for connected textures
Stars: ✭ 64 (-41.82%)
Mutual labels:  minecraft, mod, minecraft-mod
Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (-85.45%)
Mutual labels:  fabric, mod, minecraft-mod
Cursed-Legacy-API
API for beta 1.7.3. Downloads are hosted on the website linked below:
Stars: ✭ 14 (-87.27%)
Mutual labels:  minecraft, fabric, minecraft-mod
Minelittlepony
Turns players and mobs into ponies
Stars: ✭ 76 (-30.91%)
Mutual labels:  fabric, minecraft, mod
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-61.82%)
Mutual labels:  fabric, mod, minecraft-mod
Rats-Mischief
Rat's Mischief is a Minecraft mod that adds rats made by RAT and Arathain.
Stars: ✭ 31 (-71.82%)
Mutual labels:  fabric, mod, minecraft-mod
Wurst7
Minecraft Wurst Hacked Client v7
Stars: ✭ 282 (+156.36%)
Mutual labels:  fabric, minecraft, minecraft-mod

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].