]> gitweb.ps.run Git - packwiz/blob - config/enchdesc.json
repaya
[packwiz] / config / enchdesc.json
1 {
2   "enabled": {
3     "//": "Determines if the mod and its features are enabled.",
4     "//default": true,
5     "value": true
6   },
7   "only_on_books": {
8     "//": [
9       "When enabled, descriptions will only be displayed when looking at an enchanted  ",
10       "book.                                                                           "
11     ],
12     "//default": false,
13     "value": false
14   },
15   "only_in_enchanting_table": {
16     "//": [
17       "When enabled, descriptions will only be displayed when inside the enchanting    ",
18       "table GUI.                                                                      "
19     ],
20     "//default": false,
21     "value": false
22   },
23   "require_keybind": {
24     "//": [
25       "When enabled, descriptions will only be displayed when the user holds the shift ",
26       "key.                                                                            "
27     ],
28     "//default": false,
29     "value": false
30   },
31   "activate_text": {
32     "//": [
33       "This text will be displayed when the require_keybind option is enabled and the  ",
34       "user has not held the keybind.                                                  "
35     ],
36     "//default": {
37       "translate": "enchdesc.activate.message",
38       "color": "dark_gray"
39     },
40     "value": {
41       "translate": "enchdesc.activate.message",
42       "color": "dark_gray"
43     }
44   },
45   "prefix": {
46     "//": [
47       "Text that will be added to the start of each description. This can be used to   ",
48       "add indents and other decorators.                                               "
49     ],
50     "//default": "",
51     "value": ""
52   },
53   "suffix": {
54     "//": "Text that will be added to the end of each description.",
55     "//default": "",
56     "value": ""
57   },
58   "style": {
59     "//": [
60       "The style of the description text. This controls the color, format, font, and   ",
61       "other visual properties of the description.                                     "
62     ],
63     "//default": {
64       "color": "dark_gray"
65     },
66     "value": {
67       "color": "dark_gray"
68     }
69   }
70 }