Compatibility
Minecraft: Java Edition
1.21.x
1.20.4
1.20.1
1.19.2–1.19.4
1.19
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 weeks ago
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:
- Iterates over all items in the item registry, and will consider all possible item variants.
- Processes both vanilla and modded items.
- Outputs PNG images with transparent backgrounds.
- Can output images in any size.
- Metadata of items and fluids can be optionally exported via /iconexporter exportmetadata
How to use:
- Start the game with IconExporter installed client-side.
- Run the
/iconexporter export
command. (Optionally, the image size can be passed, defaults to64
) - Wait until all icons are rendered. (can be stopped by pressing Escape)
- Find all icons in
icon-exports-x64
in your Minecraft directory. (Next to yourscreenshots
directory.)
File structure: <modid>__<itemid>__<metadata>[__<NBT>].png
For example:
integrateddynamics__cable__0.png
minecraft__dropper__0.png
minecraft__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.png
minecraft__potion__0__d4272645c61d50de18ce399e7093de8f.txt
Progress is shown while rendering icons: