Skip to content

Commit

Permalink
item descriptions fork
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jan 6, 2025
1 parent 8aa6a63 commit a830a02
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 41 deletions.
20 changes: 0 additions & 20 deletions config/item-descriptions.json

This file was deleted.

56 changes: 56 additions & 0 deletions config/item_descriptions.toml
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

11 changes: 5 additions & 6 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ file = "config/isxander-main-menu-credits.json"
hash = "9ede5f3c262d74cf2ec694d8c228f1fd8f3b363c13ba5695ea7eea2db6b63b0b"

[[files]]
file = "config/item-descriptions.json"
hash = "a7cad419e6c6e0f168ad2c7a6547fa0fd94a7028ca49b4fc2eb06a7b13763abb"
file = "config/item_descriptions.toml"
hash = "f809edcef2d757f845ccf397e1c8028f1e6c2b9b67a4ac581d9ac3d912bc1c1f"

[[files]]
file = "config/lambdynlights.toml"
Expand Down Expand Up @@ -1253,9 +1253,8 @@ hash = "a4ead715d6d053581edbbecac7d8cdae57d941503d0ccec8aca5ef26ba3b1341"
metafile = true

[[files]]
file = "mods/item-descriptions.pw.toml"
hash = "c9be5c4e56ea07b0a4e0ef3cf72ed48fbae5f464870771317b9e04eac075612b"
metafile = true
file = "mods/item-descriptions-fabric-1.11+1.20.jar"
hash = "55e0091ca4430472170828542c1bc8ca90c04628fd44cdeccc38618997f33c09"

[[files]]
file = "mods/itemfavorites.pw.toml"
Expand Down Expand Up @@ -1689,7 +1688,7 @@ hash = "fa689f2d802c3933f47c5562aef25acb3d13974f80040e8246c3cab71bac68a7"

[[files]]
file = "resources/assets/tinkerer/lang/en_us.json"
hash = "72ee03c1d9c451e3ca0276e192a162211461beb6e41baa5094aad44c98217273"
hash = "ad5d3a74279cdedd1a6109c994b531d1776f6b135c64c58ce6f45d88b35f2d7d"

[[files]]
file = "resources/data/c/tags/items/boots.json"
Expand Down
Binary file added mods/item-descriptions-fabric-1.11+1.20.jar
Binary file not shown.
13 changes: 0 additions & 13 deletions mods/item-descriptions.pw.toml

This file was deleted.

2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "6432e4794eed278bdd714d8b2ac5951d3c781b4b8ea524e9fe631c4b2b37103a"
hash = "1f0a6ea941f9a464cd9c779f76167643c169241f781566bdd00162eb1654346b"

[versions]
minecraft = "1.20.1"
Expand Down
4 changes: 3 additions & 1 deletion resources/assets/tinkerer/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
"text.tinkerers.tip.extra.cops": "Never talk to the police.",
"text.tinkerers.tip.extra.impostor": "ACAB includes the cops inside your head.",
"text.tinkerers.tip.extra.weird": "It's okay to be weird!",
"text.tinkerers.tip.extra.credit": "This modpack is possible thanks to the support of our friends."
"text.tinkerers.tip.extra.credit": "This modpack is possible thanks to the support of our friends.",


}

0 comments on commit a830a02

Please sign in to comment.