Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 596 Bytes

minecraft 1.8.9

About

minecraft 1.8.9 is an updated version of MCP. It uses gradle, has a clean code structure.

Setting up workspace

  1. Clone the repository
  2. Let it setup and index (just wait)
  3. Specify project SDK to Java 8 It might not work with other versions of JDK
  4. Once it indexes, the project should be ready to go! :)

Running

To launch the client in the IDE, you need to execute Start.java, create ./test_run/ and specify working directory to ./test_run/.
Minecraft's directory will be ./test_run/. All saves, resource packs etc. will be there.