add badges to readme

This commit is contained in:
S-B99 2019-10-24 11:45:07 -04:00
parent 5898317c11
commit 020424fc05
2 changed files with 14 additions and 9 deletions

View File

@ -1,4 +1,9 @@
# KAMI
[![Build Status](https://travis-ci.com/S-B99/KAMI.svg?branch=features-master)](https://travis-ci.com/S-B99/KAMI)
[![Issues](https://img.shields.io/github/issues/S-B99/kami.svg)](https://github.com/S-B99/kami/issues)
[![Discord Mine](https://img.shields.io/discord/573954110454366214?label=chat%20on%20mine&logo=discord&logoColor=white)](https://discord.gg/KfpqwZB)
[![Build Status](https://travis-ci.com/zeroeightysix/KAMI.svg?branch=master)](https://travis-ci.com/zeroeightysix/KAMI)
[![Issues](https://img.shields.io/github/issues/zeroeightysix/kami.svg)](https://github.com/zeroeightysix/kami/issues)
[![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](http://discord.gg/9hvwgeg)

View File

@ -64,16 +64,16 @@ public class NoFall extends Module {
//TimeUnit.MILLISECONDS.sleep(400);
// result: lag thread
long lastNanoTime = System.nanoTime();
long nowTime = System.nanoTime();
while(nowTime/1000000 - lastNanoTime /1000000 < 300 )
{
nowTime = System.nanoTime();
System.out.println("KAMI: Tried to pick up bucket");
mc.player.rotationPitch = 90;
mc.playerController.processRightClick(mc.player, mc.world, hand);
//long lastNanoTime = System.nanoTime();
//long nowTime = System.nanoTime();
//while(nowTime/1000000 - lastNanoTime /1000000 < 300 )
//{
// nowTime = System.nanoTime();
// System.out.println("KAMI: Tried to pick up bucket");
// mc.player.rotationPitch = 90;
// mc.playerController.processRightClick(mc.player, mc.world, hand);
}
//}
// this was tried individually
// result: freeze