Exports item and block icons to files
This mod exports all item and block icons to PNG files.
This is a client-side mod, and should only be used a single time if you want to create an export of all icons in the game.
Notable features:
How to use:
/iconexporter export command. (Optionally, the image size can be passed, defaults to 64)icon-exports-x64 in your Minecraft directory. (Next to your screenshots directory.)
File structure: <modid>__<itemid>__<metadata>[__<NBT>].png
For example:
integrateddynamics__cable__0.pngminecraft__dropper__0.pngminecraft__lingering_potion__0__{Potion__"minecraft__strong_leaping"}.png
Optionally, NBT tags can be hashed (MD5) in file names when the fileNameHashTag config option is enabled.
This is useful when you have items with large NBT tags that result in very long file names.
If enabled, an auxiliary txt file will be created with the same base name containing the full tag contents.
For example:
minecraft__potion__0__d4272645c61d50de18ce399e7093de8f.pngminecraft__potion__0__d4272645c61d50de18ce399e7093de8f.txt
Progress is shown while rendering icons:

