Mod

TomTom MC

Quick rating

TomTom MC

No reviews yet

Adds a gps arrow to Minecraft.

Minecraft
1.11
1.9

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
TomTom-1.11-b4-universal.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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"
}

Screenshots

Gallery

  • HUD Arrow
    HUD Arrow The default navigation arrow.
  • Foot Arrow
    Foot Arrow Arrow at your feet in-case you don't want one on your HUD.
  • World Arrow
    World Arrow Bobbing arrow at destination.
  • Move H.U.D
    Move H.U.D Allows you to move your HUD arrow.
  • Customize
    Customize The customize screen.
  • Edit Arrow
    Edit Arrow The button in the top left allows you to customize your arrow.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~6,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync