IconExporter - Export Item and Block Icons
Note: This mod requires the Cyclops Core library!
What does this mod do?
IconExporter is a client-side mod that allows you to save all item and block icons from Minecraft as PNG files. It's an excellent tool for those who need high-quality images of game elements for various projects.
Key Features
- Complete scan of all items from the registry, including all possible variants
- Support for both vanilla and modded items
- Export of PNG images with transparent backgrounds
- Ability to customize output image sizes
- Additional command
/iconexporter exportmetadatafor exporting item and fluid metadata
How to Use
- Install IconExporter on the client side of the game
- Enter the command
/iconexporter export(you can specify image size, default is 64) - Wait for the rendering process of all icons to complete (can be interrupted by pressing Escape)
- The finished files will be located in the
icon-exports-x64folder next to thescreenshotsdirectory
File Name Structure
Files are saved in the format: <modid><itemid><metadata>[<NBT>].png
Examples:
integrateddynamicscable0.pngminecraftdropper0.pngminecraftlingering_potion0{Potion"minecraftstrong_leaping"}.png
Additional Settings
When the fileNameHashTag configuration option is enabled, long NBT tags are replaced with MD5 hashes in file names. This is useful for items with large NBT data. In this case, an additional txt file is created with the full tag contents.
Example:
minecraftpotion0d4272645c61d50de18ce399e7093de8f.pngminecraftpotion0d4272645c61d50de18ce399e7093de8f.txt
During the export process, a progress indicator is displayed:
