mega12345mega / NBT-Editor

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

A keybind to quickly copy nbt? #67

Open MrT189 opened 10 months ago

MrT189 commented 10 months ago

This is not really an issue but more of a suggestion. Editing very data heavy items is much easier with something like notepad, but getting the NBT is annoying (And since there is a lot of lag when opening very large items, sometimes it's impossible).

mega12345mega commented 10 months ago

I'll add this to my list, though since multiple users have now mentioned performance issues with large items, I may also want to look into optimizing some of my code. In the meantime, you might be able to use /nbt export file along with an external program like NBT Explorer to make editing easier than just notepad, depending on what edits you're doing.