add PL/MMC instance files
This commit is contained in:
parent
7a058f816a
commit
1a7202e4ce
113 changed files with 76 additions and 0 deletions
29
client/minecraft/config/minihud.json
Normal file
29
client/minecraft/config/minihud.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"Generic": {
|
||||
"axolotlTooltipsTooltips": true,
|
||||
"beeTooltips": true,
|
||||
"honeyTooltips": true,
|
||||
"mapPreview": true,
|
||||
"shulkerBoxPreview": true,
|
||||
"mainRenderingToggle": {
|
||||
"enabled": true,
|
||||
"hotkey": {
|
||||
"keys": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"InfoTypeToggles": {
|
||||
"infoCoordinates": false,
|
||||
"infoFacing": false,
|
||||
"infoTimeIRL": false
|
||||
},
|
||||
"RendererToggles": {
|
||||
"overlayLightLevel": false
|
||||
},
|
||||
"RendererHotkeys": {
|
||||
"overlayLightLevel": {
|
||||
"keys": "LEFT_CONTROL,L"
|
||||
}
|
||||
},
|
||||
"config_version": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue