INITIAL COMMIT

This commit is contained in:
2025-06-24 18:57:57 -04:00
commit 3a17f8f806
454 changed files with 26946 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
// 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
}