TomTom

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

Download

File Name Status Version Downloads Date
TomTom-1.11-b4-universal.jar B 1.11 +1 480 23/12/2016
TomTom-1.10.2-b3-universal.jar B 1.10.2 +1 641 08/10/2016
TomTom-1.10-b2-universal.jar B 1.10 +1 375 02/07/2016
tomtom-1.9-b6-universal.jar B 1.9 +1 449 16/05/2016
tomtom-1.8.9-b14-universal.jar B 1.8.9 +1 470 28/02/2016
TomTom 1.20.2 Updating 1.20.2 Updating Updating
TomTom 1.20.1 Updating 1.20.1 Updating Updating
TomTom 1.20 Updating 1.20 Updating Updating
TomTom 1.19.2 Updating 1.19.2 Updating Updating
TomTom 1.19.1 Updating 1.19.1 Updating Updating
TomTom 1.19 Updating 1.19 Updating Updating
TomTom 1.18 Updating 1.18 Updating Updating
TomTom 1.17.1 Updating 1.17.1 Updating Updating
TomTom Forge Updating Forge Updating Updating
TomTom Fabric Updating Fabric Updating Updating
TomTom
TomTom

Dear youtuber!
Have you a channel youtube and want to bring your Video to quality visitors?
Do you want your video to appear on our website?
Do you want to become partner with us?
Just 3 steps to become our partner:
Step 1: Make video review for mods, addons, plugins, ... which you like
Step 2: Upload this video to youtube and our link to your video description
Step 3: Send the youtube video link via message to http://fb.com/9lifehack or leave a comment in the post. We will add your video in the our post, it will help you have more view.
JOIN to get more youtube view with us!!!!

Related Posts

Smarty Productivity Happiness

9LifeHack.com - make things smart