Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20.1
1.19.x
1.18.x
1.17.1
1.16.2–1.16.5
1.15.2
1.14.4
1.13.2
1.12.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last month
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).