Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp committed Jan 28, 2025
1 parent 3c742d0 commit 792daee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
🗃️**Detailed Changelog: [1.2.2 --> 1.2.3](https://github.com/UltimatChamp/EnhancedTooltips/compare/1.2.2+fabric.1.21.4...1.2.3+fabric.1.21.4)**

<hr>
🗃️**Detailed Changelog: [1.2.3 --> 1.3.0](https://github.com/UltimatChamp/EnhancedTooltips/compare/1.2.3+fabric.1.21.4...1.3.0+fabric.1.21.4)**

### 🛠️Changes

- Added an option to set the **border color** according to the color defined in the item name. _(Useful for resource-pack developers)_
- If there is no color is set in the item name, the border color will be determined based on the item's rarity.
- Added **Turkish** translation.
- Major changes to **item badges**.
- Badges are now based on the _Creative Menu item groups_. _(The way item groups work, this is unfortunately very much hard-coded. Mods will have to manually add their custom items if they want them to show their badges.)_
- Most of the items are covered now.
- Badges are now available only for 1.21+. _(If you want them in previous versions and are ready to do some work, contact me on [**Discord**](https://discord.gg/kfKjjhv3pn))_

<img alt="Improved Badges" width="500px" src="https://github.com/user-attachments/assets/79ef57b2-cea8-4891-a7f7-d8ca197770c0" />

- Added a **durability bar** behind the durability, which changes color based on how damaged the item is.

<img alt="Improved Durability Tooltip" width="500px" src="https://github.com/user-attachments/assets/bf55eb72-172a-4e7b-8888-d7cd5f5d3831" />

- Removed the _item thumbnail border_. _(Imo, tooltips look much more modern now)_
- Updated **Turkish** translation. [**[#7]**](https://github.com/UltimatChamp/EnhancedTooltips/pull/7)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod_name=EnhancedTooltips
mod_license=MIT
mod_authors=UltimatChamp", "yanggx98
mod_description=A mod that overhauls tooltips, and adds some extra information.
mod_version=1.2.3
mod_version=1.3.0
maven_group=dev.ultimatchamp

# Providers
Expand Down

0 comments on commit 792daee

Please sign in to comment.