Tool Stats: add and change default config
Removes tooltip collison of RepairCost with Inspecio Disabled: showEnchantability, showRepairCost, showDurabilty
This commit is contained in:
parent
b3e2c03656
commit
02a1f4e7eb
3 changed files with 15 additions and 1 deletions
10
config/toolstats.json
Normal file
10
config/toolstats.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"showEnchantability": false,
|
||||||
|
"alwaysShowEnchantability": false,
|
||||||
|
"showRepairCost": false,
|
||||||
|
"alwaysShowRepairCost": false,
|
||||||
|
"showHarvestLevel": true,
|
||||||
|
"showEfficiency": true,
|
||||||
|
"showDurability": false,
|
||||||
|
"alwaysShowDurability": false
|
||||||
|
}
|
4
index.toml
generated
4
index.toml
generated
|
@ -68,6 +68,10 @@ hash = "00adc361d80a7854032d81b69d5368951181004c747399362b80b700f9ad4690"
|
||||||
file = "config/shulkerboxtooltip.json5"
|
file = "config/shulkerboxtooltip.json5"
|
||||||
hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706"
|
hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/toolstats.json"
|
||||||
|
hash = "cb06ba33a2985d09fcd2cec33a8fa14ebe709fb05111ee030e56c66ae5b78b3a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/waterdripsound.json"
|
file = "config/waterdripsound.json"
|
||||||
hash = "f978c0cdc2a504b00d995a41058f68deff5b9c8dfd62f7509134a6f6f05f7668"
|
hash = "f978c0cdc2a504b00d995a41058f68deff5b9c8dfd62f7509134a6f6f05f7668"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1634ad984a160f1f37f8e3952ce4e8da003d7831623d6ecb1035d44e34b2aa34"
|
hash = "74b855a3b3e1d973ddbff6e3bacc1282a774098ef8b39168940ff8c9ed213c2d"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue