This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/jade/jade.json

73 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
{
"general": {
"displayTooltip": true,
"displayBlocks": true,
"displayEntities": true,
"displayMode": "TOGGLE",
"hideFromDebug": true,
"enableTextToSpeech": false,
"ttsMode": "PRESS",
"maxHealthForRender": 40,
"maxHeartsPerLine": 10,
"fluidMode": "SOURCE_ONLY",
"reachDistance": 1.0326086,
"debug": false,
"itemModNameTooltip": true
},
"overlay": {
"overlayPosX": 0.5,
"overlayPosY": 0.9963768,
"overlayScale": 0.8065217,
"overlayAnchorX": 0.5,
"overlayAnchorY": 0.0,
"overlaySquare": false,
"flipMainHand": false,
"autoScaleThreshold": 0.5,
"alpha": 0.0,
"themes": {
"jade:waila": {
"id": "jade:waila",
"backgroundColor": "#100010",
"gradientStart": "#5000ff",
"gradientEnd": "#28007f",
"titleColor": "#fff",
"textColor": "#a0a0a0",
"textShadow": true
},
"jade:dark": {
"id": "jade:dark",
"backgroundColor": "#131313",
"gradientStart": "#383838",
"gradientEnd": "#242424",
"titleColor": "#fff",
"textColor": "#a0a0a0",
"textShadow": true
},
"jade:create": {
"id": "jade:create",
"backgroundColor": "#000",
"gradientStart": "#2a2626",
"gradientEnd": "#1a1717",
"titleColor": "#fff",
"textColor": "#a0a0a0",
"textShadow": true
},
"jade:top": {
"id": "jade:top",
"backgroundColor": "#0695",
"gradientStart": "#999f",
"gradientEnd": "#999f",
"titleColor": "#fff",
"textColor": "#a0a0a0",
"textShadow": true
}
},
"activeTheme": "jade:dark",
"iconMode": "TOP"
},
"formatting": {
"modName": "§9§o%s",
"titleName": "%s",
"registryName": "§7[%s]"
}
}