Make the mana ring more prominent in the hud

This commit is contained in:
Sollace 2022-09-15 21:49:27 +02:00
parent 2a0e6bc14b
commit b0bb8cbfd9

View file

@ -30,7 +30,7 @@ class ManaRingSlot extends Slot {
arcBegin = renderRing(matrices, 17, 13, 0, mana.getMana(), 0xFF88FF99, tickDelta);
if (!uHud.client.player.isCreative()) {
renderRing(matrices, 13, 11, 0, mana.getXp(), 0x88880099, tickDelta);
renderRing(matrices, 13, 9, 0, mana.getXp(), 0x88880099, tickDelta);
double cost = abilities.getStats().stream()
.mapToDouble(s -> s.getCost(KeyBindingsHandler.INSTANCE.page))