From f23967e8a10495c9e3e913e998d029c0c374a156 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sun, 21 Jun 2015 18:56:07 +0200 Subject: [PATCH] placement hudbars --- mods/hudbars/hudbars.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/hudbars/hudbars.conf b/mods/hudbars/hudbars.conf index ab48b42d..af83d698 100755 --- a/mods/hudbars/hudbars.conf +++ b/mods/hudbars/hudbars.conf @@ -3,8 +3,8 @@ --Y 0,1,2 = down--> up hb.settings.custom.custom = true hb.settings.custom.health = { x = 0, y = 0 } -hb.settings.custom.satiation = { x = 1, y = 0 } -hb.settings.custom.sprint = { x = 0, y = 1 } -hb.settings.custom.mana = { x = 1, y = 1 } -hb.settings.custom.armor = { x = 0, y = 2 } -hb.settings.custom.breath = { x = 1, y = 2 } +hb.settings.custom.satiation = { x = 0, y = 1 } +hb.settings.custom.sprint = { x = 1, y = 1 } +hb.settings.custom.mana = { x = 1, y = 0 } +hb.settings.custom.armor = { x = 1, y = 2 } +hb.settings.custom.breath = { x = 0, y = 2 }