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,
|
"infoBlockBreakSpeed": false,
|
||||||
"infoBlockInChunk": false,
|
"infoBlockInChunk": false,
|
||||||
"infoBlockPosition": false,
|
"infoBlockPosition": false,
|
||||||
"infoBlockProperties": true,
|
"infoBlockProperties": false,
|
||||||
"infoChunkPosition": false,
|
"infoChunkPosition": false,
|
||||||
"infoChunkSections": false,
|
"infoChunkSections": false,
|
||||||
"infoChunkSectionsLine": false,
|
"infoChunkSectionsLine": false,
|
||||||
|
@ -188,12 +188,12 @@
|
||||||
"infoFurnaceXp": false,
|
"infoFurnaceXp": false,
|
||||||
"infoFPS": true,
|
"infoFPS": true,
|
||||||
"infoHoneyLevel": false,
|
"infoHoneyLevel": false,
|
||||||
"infoHorseSpeed": true,
|
"infoHorseSpeed": false,
|
||||||
"infoHorseJump": true,
|
"infoHorseJump": false,
|
||||||
"infoLightLevel": false,
|
"infoLightLevel": false,
|
||||||
"infoLookingAtBlock": false,
|
"infoLookingAtBlock": false,
|
||||||
"infoLookingAtBlockInChunk": false,
|
"infoLookingAtBlockInChunk": false,
|
||||||
"infoLookingAtEntity": true,
|
"infoLookingAtEntity": false,
|
||||||
"infoMemoryUsage": false,
|
"infoMemoryUsage": false,
|
||||||
"infoLoadedChunksCount": false,
|
"infoLoadedChunksCount": false,
|
||||||
"infoParticleCount": false,
|
"infoParticleCount": false,
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
"keys": ""
|
"keys": ""
|
||||||
},
|
},
|
||||||
"infoBlockProperties": {
|
"infoBlockProperties": {
|
||||||
"keys": ""
|
"keys": "F6"
|
||||||
},
|
},
|
||||||
"infoChunkPosition": {
|
"infoChunkPosition": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
|
@ -285,10 +285,10 @@
|
||||||
"keys": ""
|
"keys": ""
|
||||||
},
|
},
|
||||||
"infoHorseSpeed": {
|
"infoHorseSpeed": {
|
||||||
"keys": ""
|
"keys": "F6"
|
||||||
},
|
},
|
||||||
"infoHorseJump": {
|
"infoHorseJump": {
|
||||||
"keys": ""
|
"keys": "F6"
|
||||||
},
|
},
|
||||||
"infoLightLevel": {
|
"infoLightLevel": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
"keys": ""
|
"keys": ""
|
||||||
},
|
},
|
||||||
"infoLookingAtEntity": {
|
"infoLookingAtEntity": {
|
||||||
"keys": ""
|
"keys": "F6"
|
||||||
},
|
},
|
||||||
"infoMemoryUsage": {
|
"infoMemoryUsage": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
|
|
|
@ -42,7 +42,7 @@ hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/minihud.json"
|
file = "config/minihud.json"
|
||||||
hash = "2f7d26b6ae5c97f358396e8b930dae2cebe55e8a98f9f48668ea970958c47dee"
|
hash = "6491b2472e4ba508059953bb5a0c6137c4d1b31e58e137b5ab985e2578971149"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/modmenu.json"
|
file = "config/modmenu.json"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "dc447604120aa6f9a2abc62cb2f53f24e852e9bd8a7eb90e6132b2e64ec73f78"
|
hash = "857e56c63c5195b4a04fa4a63e8cb6cf5e27386c524883a6903353c000e8653d"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.13.3"
|
fabric = "0.13.3"
|
||||||
|
|
Loading…
Reference in a new issue