From 252def99dbd8311f9a47ce91549fa036f3cdff14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Wed, 8 Apr 2020 18:58:48 +0200 Subject: [PATCH] Reduced the max size of the Psi bar #1618 --- config/psi.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/psi.cfg b/config/psi.cfg index 401f8681b..0cf99d903 100644 --- a/config/psi.cfg +++ b/config/psi.cfg @@ -3,15 +3,13 @@ general { # The harvest level of a CAD for the purposes of block breaking spells. 3 is diamond level. Defaults to 2 (iron level) I:"CAD Harvest Level"=7 - - # Set this to true to disable all server side features from Magical Psi, to allow you to use it purely as a client side mod B:"Client Side Magical Psi"=false # Controls whether the Psi Bar should be hidden if it's full and the player is holding an item that uses Psi. B:"Context Sensitive Bar"=true # The maximum scale your Psi bar can be. This prevents it from being too large on a bigger GUI scale. This is maximum amount of "on screen pixels" each actual pixel can take. - I:"Maximum Psi Bar Scale"=3 + I:"Maximum Psi Bar Scale"=2 # Controls whether the Psi Bar should be rendered on the right of the screen or not. B:"Psi Bar on the Right"=true