Tool Stats: add and change default config

Removes tooltip collison of RepairCost with Inspecio

Disabled: showEnchantability, showRepairCost, showDurabilty
This commit is contained in:
Wroclaw 2023-08-20 20:43:43 +02:00
parent b3e2c03656
commit 02a1f4e7eb
3 changed files with 15 additions and 1 deletions

10
config/toolstats.json Normal file
View file

@ -0,0 +1,10 @@
{
"showEnchantability": false,
"alwaysShowEnchantability": false,
"showRepairCost": false,
"alwaysShowRepairCost": false,
"showHarvestLevel": true,
"showEfficiency": true,
"showDurability": false,
"alwaysShowDurability": false
}