Minecraft Extractor will replace this program. I have improved so much since I created this program, and it isn't worth trying to improve MAE.
Rips all of the assets out of minecraft. This is a heavly modified version of minecraft.gamepedia.com/Tutorials/Sound_directory.
This only works on windows 10. You can compile it for your OS. How to Compile.
Unzip the file. (Right click the file -> Extract )
Open Minecraft_Asset_Extractor.exe
Select what version in the text box and change any other settings. (ex. 1.8.9)
Click Extract and wait!
Close the window, and enjoy your fully extracted resource pack!
- Make sure you have python installed. Install it here: www.python.org/downloads/
- Install pyinstaller through powershell:
pip install pyinstaller
- Right click on "Compile.ps1" in "Minecraft-Asset-Extractor/" and click on run with PowerShell
- If asked to type y/n, type y.
- If everything worked correctly then you should be able to launch "Minecraft-Asset-Extractor\dist\Minecraft_Asset_Extractor\Minecraft_Asset_Extractor.exe"
This is currently in aphal and still needs a lot of work to be done. Some of the things that I need to do before V1.0 are:
Tidy up the code.Add more comments to the code.Clean up varible names.
- Make sure that it is compatible with every MC version.
- Make sure that it is user friendly.
GUIIntro Page- Tutorial Video
Saving last used settings.
Pack into an .exe.MultithreadingSettingsDefault output location.
Extra things that I might want to add at some point:
- Dark mode.
- Full screen compatibility.