Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mezz/texturedump
Texture Map Dumper for Minecraft Forge
https://github.com/mezz/texturedump
Last synced: 15 days ago
JSON representation
Texture Map Dumper for Minecraft Forge
- Host: GitHub
- URL: https://github.com/mezz/texturedump
- Owner: mezz
- License: lgpl-2.1
- Created: 2016-10-24T05:32:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T23:14:41.000Z (about 2 years ago)
- Last Synced: 2024-10-15T07:05:18.312Z (29 days ago)
- Language: Java
- Size: 1.32 MB
- Stars: 30
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextureDump
Texture Map Dumper for Minecraft ForgeHelps diagnose problems with the texture map and find mods that add huge or strangely-sized textures.
# Instructions
[Download from Github](https://github.com/mezz/TextureDump/releases)
Just drop the Texture Dump mod into your `mods` folder and start the game.
It will generate texture map images, interactive html files, and json information files in the `texture_dump` folder.
Check the log for any errors and report bugs back here.# Results
* An image of the texture map is created and saved.
* An interactive page is generated, where you can hover over textures to see which mod they came from, their name, and their size.
* A json file is created with all the texture properties in the map, for creating your own analysis.[Example Page
![](https://mezz.github.io/TextureDump/textures_mipmap_0.png)](https://mezz.github.io/TextureDump/textures_mipmap_0.html)