Fix (Minihud): Default hud display and binds
forgot to disable additional pseudo-debug info and add F6 bind.
This commit is contained in:
parent
f109044bce
commit
01bb32cb5a
3 changed files with 10 additions and 10 deletions
|
@ -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": ""
|
||||
|
|
|
@ -42,7 +42,7 @@ hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b"
|
|||
|
||||
[[files]]
|
||||
file = "config/minihud.json"
|
||||
hash = "2f7d26b6ae5c97f358396e8b930dae2cebe55e8a98f9f48668ea970958c47dee"
|
||||
hash = "6491b2472e4ba508059953bb5a0c6137c4d1b31e58e137b5ab985e2578971149"
|
||||
|
||||
[[files]]
|
||||
file = "config/modmenu.json"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue