Skip to content

Commit edab20d

Browse files
committed
missing item desc config
1 parent 7a7296a commit edab20d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pack/config/item-descriptions.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"item_descriptions": true,
3+
"display_always": false,
4+
"hint_enabled": false,
5+
"hint_show_keybind": true,
6+
"hint_color": "Gray",
7+
"hint_italics": false,
8+
"style_color": "Gray",
9+
"style_italics": false,
10+
"style_bold": false,
11+
"style_length": 160,
12+
"keybind_display_when_control_is_held": false,
13+
"keybind_display_when_shift_is_held": false,
14+
"keybind_display_when_alt_is_held": true,
15+
"keybind_invert": false,
16+
"block_descriptions": true,
17+
"display_block_descriptions_always": false,
18+
"entity_descriptions": true,
19+
"display_entity_descriptions_always": false,
20+
"enchantment_descriptions": true,
21+
"display_enchantment_descriptions_always": false,
22+
"display_enchantment_descriptions_only_on_books": false,
23+
"enchantment_descriptions_color": "Dark Gray",
24+
"enchantment_descriptions_italics": false,
25+
"developer_show_all_potential_keys": false,
26+
"developer_show_untranslated": false,
27+
"developer_disable_tag_descriptions": false,
28+
"developer_force_enable_enchantment_descriptions": false
29+
}

0 commit comments

Comments
 (0)