-
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.
Added everything needed to the README
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# mcdecomp | ||
A tool to Decompile Minecraft 1.16.x-1.17.x. Currently under construcition (You can get the code, but you can't import it easily to your IDE) | ||
|
||
## System requirements | ||
|
||
- Java installed (Java 16+ for minecraft 1.17.x ) | ||
- A Windows PC | ||
- Some Internet | ||
|
||
## How to use | ||
|
||
Download the latest release from [here](https://github.com/vinc3nz/mcdecomp/releases). | ||
Run the decompile.bat on your PC (Double-Click it) | ||
Wait until it has downloaded everything | ||
Choose your version range by pressing the number before your version range | ||
Choose your specific version. | ||
Wait. It takes a long time. | ||
The mapped and decompiled code is in a folder with the version name, e.g. 1.17.1/src | ||
|
||
## License | ||
|
||
``` | ||
You are allowed to use this tool in any way, as long as it does not complain with the Mojang EULA. | ||
You are not allowed to share the code of this tool in any way. Sharing the Repository-Link is allowed. Repost are not allowed. | ||
I (vinc3nz) am not responsible for any illegal things made with this tool. I am not responsible for any damage on your computer which is caused trough this tool. | ||
``` | ||
|
||
# Todo | ||
[ ] Making this Linux/Mac-Compatible | ||
[ ] Minecraft earlier than 1.16 | ||
[ ] Tool to generate a gradle-project out of the code |