From f6f8c2246959cba097dbfd83da8772b49189fa58 Mon Sep 17 00:00:00 2001 From: flier268 Date: Sun, 6 Feb 2022 20:14:06 +0800 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd96346..902e82a 100644 --- a/README.md +++ b/README.md @@ -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)