fixed util textbottom for 1.8.2
This commit is contained in:
parent
64b79424d7
commit
79cde8f5cf
@ -46,7 +46,7 @@ public class UtilTextBottom
|
|||||||
amount = 1 - amount;
|
amount = 1 - amount;
|
||||||
|
|
||||||
//Generate Bar
|
//Generate Bar
|
||||||
int bars = 24;
|
int bars = 52;
|
||||||
String progressBar = C.cGreen + "";
|
String progressBar = C.cGreen + "";
|
||||||
boolean colorChange = false;
|
boolean colorChange = false;
|
||||||
for (int i=0 ; i<bars ; i++)
|
for (int i=0 ; i<bars ; i++)
|
||||||
@ -57,7 +57,7 @@ public class UtilTextBottom
|
|||||||
colorChange = true;
|
colorChange = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
progressBar += "▌";
|
progressBar += "|";
|
||||||
}
|
}
|
||||||
|
|
||||||
//Send to Player
|
//Send to Player
|
||||||
|
Loading…
Reference in New Issue
Block a user