We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575c4a2 commit 35d8efaCopy full SHA for 35d8efa
README.md
@@ -1,6 +1,6 @@
1
# MojangAPI-in-Java
2
Mojang Public API Java implementation.
3
-<h2>It is still in development.</h2>
+## It is still in development.
4
5
## Download
6
Maven:
@@ -19,9 +19,9 @@ Maven:
19
```
20
21
Jar file download: Please download file at [GitHub releases](https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/latest)
22
-Javadoc: [Click here](https://maxpixel.cn:20443/xiaopangxie732/javadoc/mojang-api/0.0.4/)
+Javadoc: [Click here](https://maxpixel.cn:20443/xiaopangxie732/projects/mojang-api/javadoc/0.0.4/)
23
## How to build(from source):
24
1.Install Maven.
25
-2.cd to that directory.
+2.cd to source directory.
26
3.Run <code>mvn clean install</code>
27
4.When build complete, files are all in target folder
0 commit comments