fix repo refs

This commit is contained in:
Bella Who 2020-01-25 23:31:12 -05:00 committed by GitHub
parent 07124c154d
commit 8dcf41eab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<img src="https://github.com/S-B99/KAMI/blob/assets/assets/icons/kami.svg" align="left" width="120"/>
<img src="https://github.com/S-B99/kamiblue/blob/assets/assets/icons/kami.svg" align="left" width="120"/>
# KAMI Blue
@ -6,9 +6,9 @@
| | S-B99 (feature/master)| 086 (upstream) |
|:------------:|:-------------:|:--------------:|
| Build Status | [![Build Status features-master](https://img.shields.io/travis/com/S-B99/KAMI/feature/master?logo=gradle&label=build)](https://travis-ci.com/S-B99/KAMI/) | [![Build Status 086](https://travis-ci.com/zeroeightysix/KAMI.svg?logo=gradle&branch=master)](https://travis-ci.com/zeroeightysix/KAMI) |
| Build Status | [![Build Status features-master](https://img.shields.io/travis/com/S-B99/kamiblue/feature/master?logo=gradle&label=build)](https://travis-ci.com/S-B99/kamiblue/) | [![Build Status 086](https://travis-ci.com/zeroeightysix/KAMI.svg?logo=gradle&branch=master)](https://travis-ci.com/zeroeightysix/KAMI) |
| Media | [![Discord Mine](https://img.shields.io/discord/573954110454366214?label=chat&logo=discord&logoColor=white)](https://discord.gg/KfpqwZB) | [![Discord 086](https://img.shields.io/discord/496724196542513174)](http://discord.gg/9hvwgeg) |
| Version | [![Version master](https://img.shields.io/github/v/release/S-B99/kami?color=dark-green&label=latest&logo=java)](https://github.com/S-B99/KAMI/releases) | [![Version 086](https://img.shields.io/github/v/tag/zeroeightysix/KAMI?color=red&label=outdated)](https://github.com/zeroeightysix/KAMI/releases) |
| Version | [![Version master](https://img.shields.io/github/v/release/S-B99/kamiblue?color=dark-green&label=latest&logo=java)](https://github.com/S-B99/kamiblue/releases) | [![Version 086](https://img.shields.io/github/v/tag/zeroeightysix/KAMI?color=red&label=outdated)](https://github.com/zeroeightysix/KAMI/releases) |
[![Paypal](https://img.shields.io/badge/paypal-donate-red?color=169bd7&logo=paypal)](https://paypal.me/bellawhotwo)
[![BTC](https://img.shields.io/badge/btc-clickme-red?color=f08b16&logo=bitcoin)](https://www.blockchain.com/btc/address/19pH4aNZZMPJkqQ2826BauRokyBs1NYon7)
@ -16,8 +16,8 @@
Please consider donating to help continue this project and get a unique cape in game.
<a href="https://www.github.com/S-B99/KAMI/releases">
<img src="https://github.com/S-B99/KAMI/blob/assets/assets/icons/download.svg" width="250"/>
<a href="https://www.github.com/S-B99/kamiblue/releases">
<img src="https://github.com/S-B99/kamiblue/blob/assets/assets/icons/download.svg" width="250"/>
</a>
Also note Baritone is no longer included. Download the standalone jar [from here](https://github.com/cabaletta/baritone/releases/tag/v1.2.10).
@ -89,19 +89,19 @@ By using the command `prefix <prefix>` or after having ran KAMI Blue (make sure
Capes in game
<img src="https://raw.githubusercontent.com/S-B99/KAMI/assets/assets/readme/capes.png" width="500"/>
<img src="https://raw.githubusercontent.com/S-B99/kamiblue/assets/assets/readme/capes.png" width="500"/>
Rich presence on discord
<img src="https://raw.githubusercontent.com/S-B99/KAMI/assets/assets/readme/rpc.png" width="500"/>
<img src="https://raw.githubusercontent.com/S-B99/kamiblue/assets/assets/readme/rpc.png" width="500"/>
Shulker preview being used in chat
<img src="https://raw.githubusercontent.com/S-B99/KAMI/assets/assets/readme/shulkerChat.png" width="500"/>
<img src="https://raw.githubusercontent.com/S-B99/kamiblue/assets/assets/readme/shulkerChat.png" width="500"/>
CrystalAura targeting
<img src="https://raw.githubusercontent.com/S-B99/KAMI/assets/assets/readme/crystalAura.png" width="500"/>
<img src="https://raw.githubusercontent.com/S-B99/kamiblue/assets/assets/readme/crystalAura.png" width="500"/>
***
@ -112,7 +112,7 @@ CrystalAura targeting
***
Please see the [issues](https://github.com/S-B99/KAMI/issues/) page for planned features and bugs to fix.
Please see the [issues](https://github.com/S-B99/kamiblue/issues/) page for planned features and bugs to fix.
This is currently in active development. When issues are being closed is by milestone, and bugs are higher priority, though there aren't any that break anything completely.
@ -145,7 +145,7 @@ On Windows, for the following commands use `./gradlew` instead of `gradlew.bat`
Of-course you can also use a Gradle installation if you for some reason want another version of gradle
```
git clone https://github.com/S-B99/KAMI/
git clone https://github.com/S-B99/kamiblue/
cd KAMI
```
Import KAMI Blue into your IDE of choice.
@ -179,7 +179,7 @@ If you get build errors see this: [troubleshooting page](docs/TROUBLESHOOTING.md
#### Linux
You can build by running these commands (without the <>) in a terminal.
```
git clone https://github.com/S-B99/KAMI/
git clone https://github.com/S-B99/kamiblue/
cd KAMI
chmod +x gradlew
@ -202,7 +202,7 @@ If you prefer copying it manually, find a file in `build/libs` called `KAMI-<kam
Note: This assumes your minecraft folder is in the default location under your home folder.
Note: Any argument other then `build` assumes you downloaded KAMI Blue to a nested folder inside your home folder. For example `~/Downloads/KAMI` or `~/Documents/KAMI`. This will be fixed as per [issue #15](https://github.com/S-B99/KAMI/issues/15)
Note: Any argument other then `build` assumes you downloaded KAMI Blue to a nested folder inside your home folder. For example `~/Downloads/KAMI` or `~/Documents/KAMI`. This will be fixed as per [issue #15](https://github.com/S-B99/kamiblue/issues/15)
***
@ -234,4 +234,4 @@ If you get build errors see this: [troubleshooting page](docs/TROUBLESHOOTING.md
The [Minecraft Forge team](https://github.com/MinecraftForge) for [forge](https://files.minecraftforge.net/)
All the [contributors](https://github.com/S-B99/KAMI/graphs/contributors), including the ones who will be remembered in comments and in our hearts. This has been a huge community effort and I couldn't have done it without them.
All the [contributors](https://github.com/S-B99/kamiblue/graphs/contributors), including the ones who will be remembered in comments and in our hearts. This has been a huge community effort and I couldn't have done it without them.