diff --git a/docs/en/Tools and Customisation/custom-mob-icons.md b/docs/en/Tools and Customisation/custom-mob-icons.md index fa58e960..db80f8c7 100644 --- a/docs/en/Tools and Customisation/custom-mob-icons.md +++ b/docs/en/Tools and Customisation/custom-mob-icons.md @@ -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 /assets/modname/textures/entity_icons . +- JourneyMap 5.3+ will look in your mod jar for icons in /assets/modname/textures/entity_icon . - 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 /assets/modname/textures/entity. @@ -54,7 +54,7 @@ For example: │ └───kobold │ │ kobold_green.png │ │ kobold_blue.png - └───entity_icons + └───entity_icon │ owlbear.png └───kobold │ kobold_green.png