Mineuniverse
Log in Register
Mods

TomTom MC

Adds a gps arrow to Minecraft.
by FusionLord
Download Claim this project
6,987 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Map and Information

This adds a gps arrow to minecraft to help you navigate your world.

 

The arrow will disappear after 3 seconds of being within 3 blocks of the destination.

 

Commands:

/tomtom <x> <y> <z> [display text]

/tomtom clear

/tomtom edit

    This command allows you to move the gps arrow.

 

API:

    /**
     * @param mod Your @Mod.instance object.
     * @param player The player we are setting the gps for.
     * @param pos The destination position.
     * @param text The short description of the destination
     */

    public static void sendTomTomPos(Object mod, EntityPlayer player, BlockPos pos, String text)
    {
        NBTTagCompound tag = new NBTTagCompound();
        tag.setLong("location", pos.toLong());
        tag.setLong("uuid-most", player.getUniqueID().getMostSignificantBits());
        tag.setLong("uuid-least", player.getUniqueID().getLeastSignificantBits());
        tag.setString("text", text);
        FMLInterModComms.sendRuntimeMessage(mod, "tomtom", "setPointer", tag);
    }

 1.9+ features:

  • You can customize your arrow by going into Mods(Mod Options ingame)>TomTom>Config>Edit Arrow(top left)
  • In world bobbing arrow
  • Foot arrow
  • Easly movable HUD arrow with mouse
  • Added the ability for arrow packs
    • You just need to make a .zip/.jar with the following paths. 
      •  /assets/tomtom/arrows/<your_arrow>.json
      • /assets/tomtom/models/arrows/<your_arrow>/<your_arrow>.obj & <your_arrow>.mtl
      • /assets/tomtom/textures/arrows/<your_arrow>/
    • Textures that you want to use for ALL arrows can be placed in:
      • /assets/tomtom/textures/arrows/universal/
    • Once you have your .zip/.jar place in the resource pack folder.
{
"model": "arrows/<your_arrow_folder>/<your_arrow>.obj",
"textureFolder": "arrows/<your_arrow_folder>/",
"useUniversalTextures" : "true"
}
TomTom-1.11-b4-universal.jar
MC 1.11
Beta 2016-12-23 Get

More from FusionLord

EMC Builders Wand
655,141
RPGLoot
374,620
FusionLord's Patrons
3,147
Ore-Excavation:Shape Selector
234,108
FusionUtil
216,987
Cabinets Reloaded
19,261

You Might Also Like

Akashic Tome
The Book of Books. Store every documentation book in one.
99,946,307
Hwyla
Hwyla (Here's What You're Looking At) is a UI improvement mod aimed at providing block information directly in-game. It is also a fork of Waila.
99,359,372
Server Country Flags
Shows the flag of where a server is located.
9,736,695
The One Probe
More immersive alternative for WAILA
96,682,345
Better Ping Display [Fabric]
Displays ping in milliseconds in the player list in a configurable way
9,637,726
Provi's Health Bars
Adds sleek and expansive health bars / damage indicators.
994,419