Skip to content

Minecraft fabric mod to export all textures from items as they are rendered in game

License

Notifications You must be signed in to change notification settings

jasger9000/TextureExportMod

Repository files navigation

MIT License build GitHub release Issues

Texture Export Mod

A Minecraft mod to export pictures of all items loaded by minecraft and mods as they are rendered in your inventory.

⚠ Disclaimer

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

Installation

  1. Download the jar file from the releases tab
  2. Download the Fabric-API
  3. Drop the Fabric-API & Mod into your fabric installation mod folder This is likely %appdata%/.minecraft/mods or ~/.minecraft/mods

Usage

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 or create
    • <shouldExport> A boolean. Can be true or false
  • /startExport to begin exporting the current item stack
  • /stopExport to stop/pause the current export

FAQ

How do I export textures?

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.

Where are the textures getting exported to?

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

Contributing

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.

Licence

The Project is Licensed under the MIT Licence

Authors

About

Minecraft fabric mod to export all textures from items as they are rendered in game

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages