Consistent Indentation

This commit is contained in:
Brady 2018-09-19 22:32:19 -05:00 committed by GitHub
parent 8a03428635
commit 01b88caa93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ command line
### Cutting Edge Release
If you want to trust @Plutie#9079, you can download an automatically generated build of the latest commit
from his Jenkins server, found <a href="https://plutiejenkins.leijurv.com/job/baritone/lastSuccessfulBuild/">here</a>.
from his Jenkins server, found <a href="http://24.202.239.85:8080/job/baritone/lastSuccessfulBuild/">here</a>.
## Placing Baritone in the libraries directory
``/libraries`` is a neat directory in your <a href="https://minecraft.gamepedia.com/.minecraft">Minecraft Installation Directory</a>
@ -72,7 +72,7 @@ The final step is "registering" the Baritone library with Impact, so that it loa
- Create a new object in the array, between the ``Impact`` and ``ClientAPI`` dependencies preferably.
```
{
"name": "cabaletta:baritone:1.0.0"
"name": "cabaletta:baritone:1.0.0"
},
```
- Now find the ``"minecraftArguments": "..."`` text near the top.