Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static boolean reach = false;
- ================================================================
- if(Varibles.reach)
- {
- fontrenderer.drawString("[M] Reach", 2, 132, 0x32CD32);
- }else
- fontrenderer.drawString("[M] Reach", 2, 132, 0xDC143C);
- if(Varibles.step)
- {
- ================================================================
- }
- if(checkKey(Keyboard.KEY_M))
- {
- Varibles.reach = !Varibles.reach;
- }
- =================================================================
- public float getBlockReachDistance(){
- if(Varibles.reach)
- {
- return 1000F;
- }else
- {
- return 4f; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement