Skip to content

Commit

Permalink
fix: use markdown instead of html (#80)
Browse files Browse the repository at this point in the history
Replaces HTML elements with Markdown ones to keep it consistent
  • Loading branch information
stantios authored Feb 6, 2024
1 parent 3c8b372 commit 98e245d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/Tools and Customisation/custom-mob-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ JourneyMap 5.3+ no longer uses folders of icons. Instead, it uses mob icons via

JourneyMap 5.3+ uses the mob's entity texture resource location and substitutes "/entity/" with "/entity_icon/" to look up the mob icon. Thus:

* Mob entity texture: `minecraft:textures/entity/pig/pig.png`
* Mob icon texture: `minecraft:textures/entity_icon/pig/pig.png`
- Mob entity texture: `minecraft:textures/entity/pig/pig.png`
- Mob icon texture: `minecraft:textures/entity_icon/pig/pig.png`

(or)

* Mob entity texture: `enderzoo:textures/entity/wither_cat.png`
* Mob icon texture: `enderzoo:textures/entity_icon/wither_cat.png`
- Mob entity texture: `enderzoo:textures/entity/wither_cat.png`
- Mob icon texture: `enderzoo:textures/entity_icon/wither_cat.png`

!!! note "Note"

Expand Down

0 comments on commit 98e245d

Please sign in to comment.