https://github.com/sirblobman/nbt-viewer
A mod that allows you to view NBT data in item tooltips.
https://github.com/sirblobman/nbt-viewer
client fabric minecraft mod nbt
Last synced: about 2 months ago
JSON representation
A mod that allows you to view NBT data in item tooltips.
- Host: GitHub
- URL: https://github.com/sirblobman/nbt-viewer
- Owner: SirBlobman
- License: other
- Created: 2023-07-01T21:07:01.000Z (almost 3 years ago)
- Default Branch: fabric/1.20.1
- Last Pushed: 2023-07-01T21:28:27.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T08:50:09.585Z (over 1 year ago)
- Topics: client, fabric, minecraft, mod, nbt
- Language: Java
- Homepage: https://www.sirblobman.xyz/
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBT Viewer Mod
A client-side mod that allows you to view NBT data in item tooltips.
### Requirements
- Java 17
- Minecraft 1.20.1
- Fabric Loader 0.14.21 or higher.
- Fabric API 0.84.0 or higher.
### Usage
1. Make sure that you have advanced tooltips enabled. (`F3` + `H`)
2. Hover over an item in an inventory.
3. Hold the `Shift` and `Alt` keys to view the full NBT data of an item.
### Screenshots


### Compilation
Use the gradle wrapper to compile this project.
#### Windows:
```shell
> gradlew.bat clean build
```
#### Linux and Mac
```shell
$ ./gradlew clean build
```