From 02a1f4e7ebe3c8179e66ef39bd84252dd9126284 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 20 Aug 2023 20:43:43 +0200 Subject: [PATCH] Tool Stats: add and change default config Removes tooltip collison of RepairCost with Inspecio Disabled: showEnchantability, showRepairCost, showDurabilty --- config/toolstats.json | 10 ++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 config/toolstats.json diff --git a/config/toolstats.json b/config/toolstats.json new file mode 100644 index 0000000..ed90a97 --- /dev/null +++ b/config/toolstats.json @@ -0,0 +1,10 @@ +{ + "showEnchantability": false, + "alwaysShowEnchantability": false, + "showRepairCost": false, + "alwaysShowRepairCost": false, + "showHarvestLevel": true, + "showEfficiency": true, + "showDurability": false, + "alwaysShowDurability": false +} \ No newline at end of file diff --git a/index.toml b/index.toml index d5d69f1..055f473 100644 --- a/index.toml +++ b/index.toml @@ -68,6 +68,10 @@ hash = "00adc361d80a7854032d81b69d5368951181004c747399362b80b700f9ad4690" file = "config/shulkerboxtooltip.json5" hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706" +[[files]] +file = "config/toolstats.json" +hash = "cb06ba33a2985d09fcd2cec33a8fa14ebe709fb05111ee030e56c66ae5b78b3a" + [[files]] file = "config/waterdripsound.json" hash = "f978c0cdc2a504b00d995a41058f68deff5b9c8dfd62f7509134a6f6f05f7668" diff --git a/pack.toml b/pack.toml index 2d0673e..a66b1b7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1634ad984a160f1f37f8e3952ce4e8da003d7831623d6ecb1035d44e34b2aa34" +hash = "74b855a3b3e1d973ddbff6e3bacc1282a774098ef8b39168940ff8c9ed213c2d" [versions] minecraft = "1.20.1"