0

import code

This commit is contained in:
2021-05-04 00:48:16 +03:00
commit d9ced9535e
745 changed files with 69002 additions and 0 deletions

22
README.MD Normal file
View File

@@ -0,0 +1,22 @@
# Minecraft Alpha 1.1.2_01
Client - 1.1.2_01
Server - 0.2.1
- revengpack decompile
- port to Gradle
- use Java 8
## Run Client
*Не корректно работает: дальше создания карты (build world) не идёт, зависает.*
```shell
gradle client:run
```
## Run Server
```shell
gradle client:run
```