-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8aa6a63
commit a830a02
Showing
7 changed files
with
65 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Whether to show descriptions in item tooltips. | ||
# default: true | ||
itemDescriptions = true | ||
# Whether to ignore keybind state when showing item descriptions. | ||
# default: false | ||
displayAlways = false | ||
# Whether to show descriptions for blocks in WTHIT or Jade. | ||
# default: true | ||
blockDescriptions = true | ||
# Whether to ignore keybind state when showing block descriptions. | ||
# default: false | ||
displayBlockDescriptionsAlways = false | ||
# Whether to show descriptions for entities in WTHIT or Jade. | ||
# default: true | ||
entityDescriptions = true | ||
# Whether to ignore keybind state when showing entity descriptions. | ||
# default: false | ||
displayEntityDescriptionsAlways = false | ||
# What color to use for description text, by formatting code or name. | ||
# default: Gray | ||
style_color = "Gray" | ||
# Whether description text should be displayed in italics. | ||
# default: false | ||
style_italics = true | ||
# Whether description text should be displayed in bold. | ||
# default: false | ||
style_bold = false | ||
# What length to attempt to wrap tooltips at. | ||
# 0 to disable | ||
# default: 0 | ||
style_length = 30 | ||
# Whether to show descriptions when Ctrl is held. | ||
# default: true | ||
keybind_displayWhenControlIsHeld = false | ||
# Whether to show descriptions when Shift is held. | ||
# default: false | ||
keybind_displayWhenShiftIsHeld = false | ||
# Whether to show descriptions when Alt is held. | ||
# default: false | ||
keybind_displayWhenAltIsHeld = true | ||
# Whether keys should hide descriptions, instead of show them. | ||
# default: false | ||
keybind_invert = false | ||
# Whether to show descriptions even when no translation is available. | ||
# default: false | ||
developer_showUntranslated = false | ||
# Whether to display descriptions purely as translation keys. | ||
# default: false | ||
developer_dontTranslate = false | ||
# Whether to disable hardcoded ID contains matching for common item types. | ||
# default: true | ||
developer_disableGenericStringDescriptions = true | ||
# Whether to disable using tags to provide generic item descriptions. | ||
# default: false | ||
developer_disableGenericTagDescriptions = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters