1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/artifacts/client.json5

15 lines
551 B
Text
Raw Normal View History

2024-06-14 19:06:44 +02:00
{
// Whether models for gloves should be shown in first person
"showFirstPersonGloves": true,
// Whether artifacts should have tooltips explaining their effects
"showTooltips": true,
// Whether mimics can use textures from Lootr or Quark
"useModdedMimicTextures": true,
// Display artifacts on cooldown next to the hotbar
"enableCooldownOverlay": false,
/* Location of the artifact cooldown gui element
Distance from the hotbar measured in pixels
Negative values place the element left of the hotbar
*/
"cooldownOverlayOffset": 10
}