mirror of
https://github.com/cabaletta/baritone
synced 2025-01-09 08:20:17 +00:00
Organize some markdown files
This commit is contained in:
parent
772d5fb0cc
commit
aba48cca53
12
INSTALL.md
12
INSTALL.md
@ -1,11 +1,10 @@
|
|||||||
# Integration between Baritone and Impact
|
# Integration between Baritone and Impact
|
||||||
Impact 4.4 has Baritone included.
|
Impact 4.4 has Baritone included.
|
||||||
|
|
||||||
These instructions apply to Impact 4.3 (and potentially other hacked clients).
|
These instructions apply to Impact 4.3 (and potentially other "hacked clients").
|
||||||
|
|
||||||
To run Baritone on Vanilla, just follow the instructions in the README (it's `./gradlew runClient`).
|
To run Baritone on Vanilla, just follow the instructions in the README (it's `./gradlew runClient`).
|
||||||
|
|
||||||
|
|
||||||
## An Introduction
|
## An Introduction
|
||||||
There are some basic steps to getting Baritone setup with Impact.
|
There are some basic steps to getting Baritone setup with Impact.
|
||||||
- Acquiring a build of Baritone
|
- Acquiring a build of Baritone
|
||||||
@ -26,14 +25,7 @@ Any official release will be GPG signed by leijurv (44A3EA646EADAC6A) and ZeroMe
|
|||||||
The build is fully deterministic and reproducible, and you can verify Travis did it properly by running `docker build --no-cache -t cabaletta/baritone . && docker run --rm cabaletta/baritone cat /code/dist/checksums.txt` yourself and comparing the shasum. This works identically on Travis, Mac, and Linux (if you have docker on Windows, I'd be grateful if you could let me know if it works there too).
|
The build is fully deterministic and reproducible, and you can verify Travis did it properly by running `docker build --no-cache -t cabaletta/baritone . && docker run --rm cabaletta/baritone cat /code/dist/checksums.txt` yourself and comparing the shasum. This works identically on Travis, Mac, and Linux (if you have docker on Windows, I'd be grateful if you could let me know if it works there too).
|
||||||
|
|
||||||
### Building Baritone yourself
|
### Building Baritone yourself
|
||||||
There are a few steps to this
|
You can either build Baritone through a command line or through IntelliJ's UI, information on that can be found [here](SETUP.md#building).
|
||||||
- Clone this repository
|
|
||||||
- Setup the project as instructed in the README
|
|
||||||
- Run the ``build`` gradle task. You can either do this using IntelliJ's gradle UI or through a
|
|
||||||
command line
|
|
||||||
- Windows: ``gradlew build``
|
|
||||||
- Mac/Linux: ``./gradlew build``
|
|
||||||
- The build should be exported into ``/build/libs/baritone-X.Y.Z.jar``
|
|
||||||
|
|
||||||
## Placing Baritone in the libraries directory
|
## Placing Baritone in the libraries directory
|
||||||
``/libraries`` is a neat directory in your <a href="https://minecraft.gamepedia.com/.minecraft">Minecraft Installation Directory</a>
|
``/libraries`` is a neat directory in your <a href="https://minecraft.gamepedia.com/.minecraft">Minecraft Installation Directory</a>
|
||||||
|
@ -25,12 +25,10 @@ Here are some links to help to get started:
|
|||||||
|
|
||||||
- [Features](FEATURES.md)
|
- [Features](FEATURES.md)
|
||||||
|
|
||||||
|
- [Setup](SETUP.md)
|
||||||
|
|
||||||
- [Installation](INSTALL.md)
|
- [Installation](INSTALL.md)
|
||||||
|
|
||||||
# Setup
|
|
||||||
|
|
||||||
Information on how to setup baritone can be found [here](SETUP.md).
|
|
||||||
|
|
||||||
# Chat control
|
# Chat control
|
||||||
[Defined Here](src/main/java/baritone/utils/ExampleBaritoneControl.java)
|
[Defined Here](src/main/java/baritone/utils/ExampleBaritoneControl.java)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user