generated from FabricMC/fabric-example-mod
-
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
Showing
1 changed file
with
22 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,9 +1,26 @@ | ||
# Fabric Example Mod | ||
# MoreTooltips | ||
Show item's info when mouse hover | ||
## Feature | ||
* Just need fabric API | ||
* Burn Time Tooltip | ||
* Show item's ID | ||
* Durability Tooltip | ||
* Mining Level of tool | ||
* Hunger/Saturation Tooltip | ||
* Max Stack Size Tooltip | ||
* NBT Data Tooltip | ||
* Registry Name Tooltip | ||
* Exp Cost when repair | ||
* Enchantability of tool | ||
* Configable | ||
|
||
## Setup | ||
## Screenshot | ||
|
||
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. | ||
![圖片](https://user-images.githubusercontent.com/19989232/152679878-882ee4be-72fa-4ba6-9861-dc0e0e094174.png) | ||
![圖片](https://user-images.githubusercontent.com/19989232/152680036-6eab3d9d-4a6e-47f8-a36b-4abe13f028fc.png) | ||
![圖片](https://user-images.githubusercontent.com/19989232/152680095-a5101af4-cdc5-47ed-b441-055dcb15a565.png) | ||
![圖片](https://user-images.githubusercontent.com/19989232/152680104-43b14605-3bef-426e-b0db-e04b96e3f4cc.png) | ||
|
||
## License | ||
|
||
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. | ||
## Licence | ||
[GPL 3.0](LICENSE) |