Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Nov 16, 2023
1 parent b299344 commit ebb5fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/Tools and Customisation/custom-mob-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ JourneyMap 5.3+ uses the mob's entity texture resource location and substitutes

You can now provide icons to JourneyMap for your mod's mobs. Here's how:

- JourneyMap 5.3+ will look in your mod jar for icons in <code>/assets/modname/textures/entity_icons</code> .
- JourneyMap 5.3+ will look in your mod jar for icons in <code>/assets/modname/textures/entity_icon</code> .
- Icons should be transparent PNG files. Other sizes are usually supported, but 16x16 pixels is recommended.
- The folder structure and filenames for your icons must mirror the folder structure and filename for your mob textures in <code>/assets/modname/textures/entity</code>.

Expand All @@ -54,7 +54,7 @@ For example:
│ └───kobold
│ │ kobold_green.png
│ │ kobold_blue.png
└───entity_icons
└───entity_icon
│ owlbear.png
└───kobold
│ kobold_green.png
Expand Down

0 comments on commit ebb5fcd

Please sign in to comment.