mt1006 / mc-nbtac-mod

Minecraft mod adding suggestions for NBT tags in commands
https://modrinth.com/mod/nbt-autocomplete
GNU Lesser General Public License v3.0
23 stars 1 forks source link

NBT Editor Integration / Questions #8

Open mega12345mega opened 10 months ago

mega12345mega commented 10 months ago

I'm the creator of the mod NBT Editor, and I was wondering if you would be interested in an integration. Multiple people have suggested including an autocomplete feature (Issue 31), but I haven't been sure of a good way to get at list of the possible tags (especially when accounting for different MC versions; I like to include everything in one jar file). I'm hoping you'll be able to answer some of my questions:

Thanks!

mt1006 commented 10 months ago
mega12345mega commented 3 months ago

I've now added this feature to my mod using NbtSuggestionManager.loadFromName. Thanks for the help! I appreciate not having to maintain a list of all the tag names myself :)

mt1006 commented 3 months ago

Hi, generally sorry for not implementing dedicated API yet. I haven't had much time in last couple of month, as well as I was working on another projects. I still have plans to add API, but I don't know when it will be. I'm currently working on the version 1.2, which I plan to release next month, but there won't be any major changes to the code structure so it shouldn't break the compatibility with your mod. Although I planned to add an API in the 1.2, now I think it will be rather 1.3. Also, I will reopen this issue, as I think NBTac not having and API is still an issue.