
Description
This mod uses LibGUI to construct a client-side GUI showing the NBT data attatched to a given Item stack.
It adds a key bind (defaulted to Right ALT) which shows the NBT data associated with the stack in your hand.
Features:
- GUI showing the full NBT data of any item stack.
- Arbitrary nesting support for large NBT objects
- Lightweight and compatible with modded items and NBT.
Planned features:
- Accessing Block Entity and Entity data
This mod is fully client-side and requires Fabric API and Kambrik.
Description for 1.0.0 (Deprecated):
This mod uses LibGUI to construct a client-side GUI showing the NBT data attatched to a given Item stack.
It adds a single command, /nbtview item, which shows the NBT data associated with the stack in your hand.
Features:
- GUI showing the full NBT data of any item stack.
- Nothing is modified about the stack.
- Lightweight and compatible with any modded item/NBT.
I might add more functionality in the future.
This mod requires Fabric API. This mod is needed on both Client and Server to function correctly.