From 39f2351620cc93af074c534b7c56e4b1b0e02fa4 Mon Sep 17 00:00:00 2001 From: copygirl Date: Sat, 30 Jul 2022 20:24:04 +0200 Subject: [PATCH] Default Inventory Hotswap render type = OVERLAY --- .polymc/minecraft/config/inventoryhotswap-client.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .polymc/minecraft/config/inventoryhotswap-client.toml diff --git a/.polymc/minecraft/config/inventoryhotswap-client.toml b/.polymc/minecraft/config/inventoryhotswap-client.toml new file mode 100644 index 0000000..d32e9b3 --- /dev/null +++ b/.polymc/minecraft/config/inventoryhotswap-client.toml @@ -0,0 +1,8 @@ +#PUSHED will push up the players survival gui(hearts, xp bar, hunger, armor, air) above the vertical selection slots. +#If set to INVISIBLE, then the survival gui will not be rendered when keybind it pressed. +#If set to OVERLAY, then the survival gui will not be moved and the vertical selection bar will render over it +#Allowed Values: INVISIBLE, PUSHED, OVERLAY +guiRenderType = "OVERLAY" +#Set to true if you want the quick selection key presses to be inverted. +invertQuickSelection = false +