mirror of
https://github.com/kami-blue/client
synced 2025-02-03 22:11:49 +00:00
Update README.md
Typo & clarification jar
This commit is contained in:
parent
8883aa4c13
commit
4b219afd3d
@ -22,12 +22,12 @@ On linux, run `chmod +x gradlew` and for the following commands use `./gradlew`
|
||||
```
|
||||
Import KAMI into your IDE of choice. If you use intelliJ, import from the `build.gradle` file and run `./gradlew.bat genIntellijRuns`
|
||||
|
||||
If you do not wish to run from an IDE, use './gradlew.bat runClient` to run KAMI.
|
||||
If you do not wish to run from an IDE, use `./gradlew.bat runClient` to run KAMI.
|
||||
|
||||
### Building
|
||||
### Building1.12.2
|
||||
|
||||
```
|
||||
./gradlew.bat build
|
||||
cd build/libs
|
||||
```
|
||||
In `build/libs` you will find the `.jar` file which you can copy to the `mods` folder of a minecraft instance that has forge installed.
|
||||
In `build/libs` you will find a file `KAMI-<minecraftVersion>-<kamiVersion>-full.jar` which you can copy to the `mods` folder of a minecraft instance that has forge installed.
|
||||
|
Loading…
Reference in New Issue
Block a user