Iconos de Puntos de Ruta
Translation needed for 6.0
This page was updated for JourneyMap 6.0 in English. Translation is pending; the content shown is the English source. See Contributing to help translate the docs.
Waypoint Icon Resource Packs
JourneyMap ships with a set of built-in waypoint icons, but you can add your own by shipping them in a Minecraft resource pack. JourneyMap picks the icons up automatically and they appear in the icon picker in the waypoint editor.
For mob and entity icons (a different system), see Custom Mob Icons.
Resource pack path
Place your waypoint icons inside a resource pack at this path:
assets/journeymap/textures/waypoint/icon/<name>.png
<name> becomes the icon's name in the waypoint editor's icon picker,
so use something descriptive.
In code / resource location terms this path is
journeymap:textures/waypoint/icon/<name>.png.
Image size
Waypoint icons must be 16x16 pixels. Images of other sizes will not render correctly. Use transparent PNG files so the icon blends with the waypoint marker.
Example resource pack
A starter resource pack is available to use as a template:
To use it:
- Open the zip in 7-Zip, WinZip, WinRAR, or any zip tool.
- Edit the
descriptioninpack.mcmeta. - Delete the help files included in the example.
- Put your 16x16 PNG images in
assets/journeymap/textures/waypoint/iconinside the zip. - Rename the zip to whatever you want the pack to be called.
- Drop the zip into your
resourcepacksfolder and enable it in Minecraft's Resource Packs screen.
Folder layout
my-waypoint-icons.zip
└───assets
│ └───journeymap
│ └───textures
│ └───waypoint
│ └───icon
│ │ castle.png
│ │ mineshaft.png
│ │ portal.png
└───pack.mcmeta