From 01bb32cb5abb2534be0d0a8269e4d17d7655d17d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 2 Apr 2022 22:17:01 +0200 Subject: [PATCH] Fix (Minihud): Default hud display and binds forgot to disable additional pseudo-debug info and add F6 bind. --- config/minihud.json | 16 ++++++++-------- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/minihud.json b/config/minihud.json index b78e06a..291de2d 100644 --- a/config/minihud.json +++ b/config/minihud.json @@ -171,7 +171,7 @@ "infoBlockBreakSpeed": false, "infoBlockInChunk": false, "infoBlockPosition": false, - "infoBlockProperties": true, + "infoBlockProperties": false, "infoChunkPosition": false, "infoChunkSections": false, "infoChunkSectionsLine": false, @@ -188,12 +188,12 @@ "infoFurnaceXp": false, "infoFPS": true, "infoHoneyLevel": false, - "infoHorseSpeed": true, - "infoHorseJump": true, + "infoHorseSpeed": false, + "infoHorseJump": false, "infoLightLevel": false, "infoLookingAtBlock": false, "infoLookingAtBlockInChunk": false, - "infoLookingAtEntity": true, + "infoLookingAtEntity": false, "infoMemoryUsage": false, "infoLoadedChunksCount": false, "infoParticleCount": false, @@ -234,7 +234,7 @@ "keys": "" }, "infoBlockProperties": { - "keys": "" + "keys": "F6" }, "infoChunkPosition": { "keys": "" @@ -285,10 +285,10 @@ "keys": "" }, "infoHorseSpeed": { - "keys": "" + "keys": "F6" }, "infoHorseJump": { - "keys": "" + "keys": "F6" }, "infoLightLevel": { "keys": "" @@ -300,7 +300,7 @@ "keys": "" }, "infoLookingAtEntity": { - "keys": "" + "keys": "F6" }, "infoMemoryUsage": { "keys": "" diff --git a/index.toml b/index.toml index cf635dc..8192e44 100644 --- a/index.toml +++ b/index.toml @@ -42,7 +42,7 @@ hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b" [[files]] file = "config/minihud.json" -hash = "2f7d26b6ae5c97f358396e8b930dae2cebe55e8a98f9f48668ea970958c47dee" +hash = "6491b2472e4ba508059953bb5a0c6137c4d1b31e58e137b5ab985e2578971149" [[files]] file = "config/modmenu.json" diff --git a/pack.toml b/pack.toml index eb890ef..0bc98f4 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dc447604120aa6f9a2abc62cb2f53f24e852e9bd8a7eb90e6132b2e64ec73f78" +hash = "857e56c63c5195b4a04fa4a63e8cb6cf5e27386c524883a6903353c000e8653d" [versions] fabric = "0.13.3"