Silent Lib
ModMIT

Silent Lib

A library used by some SilentChaos512 mods

817.0K
Downloads
29
Followers
3 months ago
Updated
📦
30
Versions

📖About Silent Lib

Features

Silent Lib is mostly just a "library" mod, containing code for other mods to share. But it does add one notable command that players can use.

Commands

NBT Viewer (/sl_nbt)

The "sl_nbt" command can be used to view the NBT of a block, entity, or item in an easy to read format. Unlike the vanilla "data get" command, this opens a new UI and formats the text for easy reading. The output is also color-coded, and 32-bit integers are displayed in both decimal and hexadecimal. From there, you can also export the NBT to a JSON file (possibly useful when reporting bugs).

NBT Viewer