Minenash / CustomHUD

A highly customizable variable-based text HUD for Minecraft
MIT License
77 stars 23 forks source link

No documentation with texture icon paths #107

Open 3pical opened 1 year ago

3pical commented 1 year ago

The documentation with texture icons is very vague, there's no mention of which directory it's supposed to read so it's practically impossible to guess where the texture can be accessed.

3pical commented 1 year ago

Ok I think I figured this out, directory starts out from minecraft, so If I wanted to display a bamboo texture I would have to write something like this {icon:textures/item/bamboo}. Had a hard time figuring it out since it doesn't use quotation marks and doesn't require you to specify the file type.