Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
NBT Void
NBT Void is a fabric mod that saves every item containing NBT to the creative tab.
Based on Infinity Item Editor's NBT void feature
How to use?
Just play, and then check the Void creative tab. It saves every nbt item you see (even in messages) no matter what gamemode or on what server/world you are.
Config
Use Mod Menu to access mod's config.
Features
Searching
You can use '&' character to search for identifier in NBT void. e.g.: "&diamond" query will search for every item containing "diamond" in its identifier ("diamond", "diamond_sword", etc.),
and '$' character to do the same with NBT path or compound ("$BlockEntityTag.Items", "$display.lore[10]", "{CustomModelData:145}").
You can also combine queries: "$display.Lore &diamond ruby" → Search for diamonds that have lore and "ruby" in its custom name
Exceptions
You can determine which items you want to save in NBT void with 2 config settings:
- Ignore NBTs: If item doesn't have any NBT tags besides specified in this list, item will not be stored
- Remove NBTs: Removes NBT tags specified in this list from the item before storing it in the void
Ignore NBTs are checked after remove NBTs, meaning you don't need to specify tags in ignore NBTs that are already specified in remove NBTs.
Both of them support NBT paths and compounds.
Known issues
- Items in shulkers/chests in other player's hands is not saved (Cannot fix)