Revert "align base power in AR"

This reverts commit 91555dabb6.
Font wasn't monospace
This commit is contained in:
LordMZTE 2021-11-14 17:44:58 +01:00
parent 91555dabb6
commit b819508546
1 changed files with 4 additions and 4 deletions

View File

@ -47,11 +47,11 @@ while true do
draw_idx_separator(),
draw_one_line_idx_icon "minecraft:redstone_block",
draw_idx_string("Base Power:", 20),
draw_idx_string("Max: " .. nrg_cell.getEnergyCapacity()),
draw_idx_string("Current: " .. nrg_cell.getEnergy()),
draw_idx_string("%: " .. nrg_cell.getEnergy() / nrg_cell.getEnergyCapacity() * 100),
draw_idx_string("Max: " .. nrg_cell.getEnergyCapacity()),
draw_idx_string("Current: " .. nrg_cell.getEnergy()),
draw_idx_string("%: " .. nrg_cell.getEnergy() / nrg_cell.getEnergyCapacity() * 100),
draw_idx_string("Production: " .. nrg_in.getTransferRate()),
draw_idx_string("Use: " .. nrg_out.getTransferRate()),
draw_idx_string("Use: " .. nrg_out.getTransferRate()),
draw_idx_separator(),
draw_one_line_idx_icon "minecraft:player_head",
draw_idx_string("Players:", 20),