From ebb5fcd9ca760191d775a971179d84243e3d9ea9 Mon Sep 17 00:00:00 2001 From: Mysticdrew Date: Thu, 16 Nov 2023 17:02:05 -0600 Subject: [PATCH] fix type --- docs/en/Tools and Customisation/custom-mob-icons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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