
NBT Void
Saves every item containing NBT to the creative menu tab
- Загрузки
- 7K
- Подписчики
- 42
- Обновлён
- 28 декабря 2023 г.
- Лицензия
- MIT
Опубликован 23 июня 2023 г.
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)
Ченджлог
2.0.0Релиз1.20.4 · 28 декабря 2023 г.
~ Updated to 1.20.4
* No other changes
2.0.0Релиз1.20.2 · 21 декабря 2023 г.
~ Completely rewrote backend
~ Updated to 1.20.2
+ Embedded YACL
+ New config setting allowing to search in whole item tooltip instead of just name
- Removed all keybinds
~ Item collection now happens during creation of a new item stack, instead of listening to packets
~ Reduced default number of maximum items stored, items displayed and maximum possible values for these by 8x
~ Everything works a lot faster
1.1.4Релиз1.20.1 · 21 августа 2023 г.
+ Added feedback on keybinds
+ Adding items in async, so it doesnt affect ping
~ Actions with keybinds now blocking other actions (now you cannot clear void when it's saving)
⚠ Currently code is a mess that is really lacking optimization, so I wont update it (except minor fixes for bugs caused by this update) until I decide to completly rewrite this mod
1.1.3Релиз1.20.1 · 13 июля 2023 г.
~ Config buttons are now working in async
~ Fixed crash when changing search query before search is finished
~ Fixed check for ignore NBT
~ Async search is now disabled by default
1.1.2Релиз1.20.1 · 1 июля 2023 г.
+ Added Clear, Save, Load and Update void buttons to the config menu
+ Added config option to disable async searching
1.1.1Релиз1.20.1 · 30 июня 2023 г.
~ config is now saving into file :\
1.1.0Релиз1.20.1 · 30 июня 2023 г.
+ Void is loading in separate thread to avoid lags
+ Finished "scan for items" keybind
+ Raised max display items and lowered max stored items
+ Dynamic update now scans the world for items
~ Moved from Cloth Config API to YACL
~ Fixed search config not applying when opening creative inventory with void tab selected
1.0.1Релиз1.20.1 · 25 июня 2023 г.
~ Fixed searching for NBT and name at the same time not working
~ Fixed saving the void not being on by default
~ Fixed searching for name not working with uppercase
~ Fixed environment not being client only
Комментарии
Загружаем…