Archived
0

import code

This commit is contained in:
2021-05-03 23:17:44 +03:00
commit afe1cbcf6f
9452 changed files with 692254 additions and 0 deletions

17
README.MD Normal file
View File

@@ -0,0 +1,17 @@
# Minecraft 1.12.2
- MCP decompile
- port to Gradle
- use Java 8
## Run Client
```shell
gradle client:run
```
## Run Server
```shell
gradle client:run
```