This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# Minecraft-Asset-Extractor | ||
Rips all of the assets out of minecraft. | ||
# Minecraft Asset Extractor | ||
Rips all of the assets out of minecraft. This is a **heavly** modified version of [minecraft.gamepedia.com/Tutorials/Sound_directory](https://minecraft.gamepedia.com/Tutorials/Sound_directory). | ||
|
||
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. | ||
- OS compatibility | ||
- Windows (Only OS I have access to) | ||
- Linux | ||
- Mac | ||
- Make sure that is is user friendly. | ||
- GUI |