1
0
Fork 0
mirror of https://codeberg.org/xtex/xtex-mp-pack.git synced 2024-09-16 11:22:33 +00:00
xtex-mp-pack-staging/config/litematica.json

55 lines
No EOL
1.1 KiB
JSON

{
"Hotkeys": {
"addSelectionBox": {
"keys": "GRAVE_ACCENT,A"
},
"layerModeNext": {
"keys": "GRAVE_ACCENT,PAGE_UP"
},
"layerModePrevious": {
"keys": "GRAVE_ACCENT,PAGE_DOWN"
},
"layerNext": {
"keys": "PAGE_UP"
},
"layerPrevious": {
"keys": "PAGE_DOWN"
},
"openGuiMainMenu": {
"keys": "GRAVE_ACCENT"
},
"openGuiMaterialList": {
"keys": "GRAVE_ACCENT,L"
},
"openGuiSchematicPlacements": {
"keys": "GRAVE_ACCENT,P"
},
"openGuiSchematicVerifier": {
"keys": "GRAVE_ACCENT,V"
},
"openGuiSelectionManager": {
"keys": "GRAVE_ACCENT,S"
},
"openGuiSettings": {
"keys": "GRAVE_ACCENT,C"
},
"pickBlockToggle": {
"keys": "GRAVE_ACCENT,BUTTON_3"
},
"rerenderSchematic": {
"keys": "F3,GRAVE_ACCENT"
},
"toggleAllRendering": {
"keys": "GRAVE_ACCENT,R"
},
"toggleSchematicRendering": {
"keys": "GRAVE_ACCENT,G"
},
"toolEnabledToggle": {
"keys": "GRAVE_ACCENT,T"
}
},
"InfoOverlays": {
"blockInfoLinesFontScale": 1.0
}
}