mega12345mega / NBT-Editor

Edit items, blocks, and entities in-game.
MIT License
46 stars 14 forks source link

Autocomplete possible key names #31

Closed HyperSoop closed 7 months ago

HyperSoop commented 1 year ago

Simular to how command completion works, it would suggest possible names when adding new nbt entries and let you cycle through them. It would elluminate the need for obscure item factories since you'd be able to add any data to any item without precisely knowing the keys' names as long as vanilla or any mod has them registered.

mega12345mega commented 1 year ago

I have gotten this suggested before, and I have started looking into it! I'm unclear how easy it is going to be to get a list of all the usable keys, so this may take longer than expected. It would be a very useful feature.

HyperSoop commented 1 year ago

yeah, and they'd need to only be suggested in directories where they belong and would take effect. This feature would be worthy of a 2.0 release.

mega12345mega commented 7 months ago

I've finally released this in v1.13.0! It requires NBT Autocomplete to be installed at the same time. In addition to suggesting tag names in the "+" prompt, it also suggests stuff in the value editor and expand editor.