A Minecraft mod to export pictures of all items loaded by minecraft and mods as they are rendered in your inventory.
This mod is not affiliated with or endorsed by Mojang Studios or any mod developers. All exported textures remain the property of Mojang Studios (for base game textures) or their respective mod developers (for modded textures). Use this tool responsibly and in accordance with the respective End User Licence Agreements (EULAs) and Licences. Redistribution, commercial use, or any other unauthorized use of the textures from the base game is prohibited as per the EULA. You can find Mojang's EULA here
- Download the jar file from the releases tab
- Download the Fabric-API
- Drop the Fabric-API & Mod into your fabric installation mod folder
This is likely
%appdata%/.minecraft/mods
or~/.minecraft/mods
This mod provides several client side commands:
/openExportScreen
to open a gui screen for easy exporting/buildItemStack
to build an Item Stack of all the mods you enabled for export/shouldExportMod <mod> <shouldExport>
Toggles whether the chosen mod will be exported.- <mod> A Mod id. Example:
minecraft
orcreate
- <shouldExport> A boolean. Can be
true
orfalse
- <mod> A Mod id. Example:
/startExport
to begin exporting the current item stack/stopExport
to stop/pause the current export
You will have to join a world (single- or multiplayer) and execute /openExportScreen
, click the build button and then start exporting using the start button. Depending on your system specifications, this could make your game lag a little.
By default, textures are getting exported to ~/Pictures/textureexportmod/
so if your username is johndoe textures would be located in /home/johndoe/Pictures/textureexportmod
or C:\Users\johndoe\Pictures\textureexportmod
depending on your Operating System
Contributions are always welcome!
If you want to add something, just open a pull request and I will have a look at it as soon as I can.
The Project is Licensed under the MIT Licence