Skip to content

Releases: AngryCarrot789/MCNBTEditor

Release v1.0.3

09 May 13:11
b3ec984
Compare
Choose a tag to compare
  • Fixed dialogs crashing the app (forgot about dialog read only states...)
  • Forgot what else I changed... made the app better that's for sure (probably)

As with the last release, even though I've never had any errors or corruption while saving .DAT files, make sure to keep backups of your files just in case. Saving region files is still again coming soon :(((

You will need .NET Framework 4.7.2 (and .NET Standard 2.0, but I assume that's included with .NET Framework)

Release 1.0.2

06 May 13:58
Compare
Choose a tag to compare
  • Fixed dialogs; they now close when you click enter (i somehow broke it before...)
  • CTRL+O and a bunch of other shortcuts work now (F2/CTRL+R to rename items)
  • Styled the tree view like the WinForms tree view (the dotted lines
  • Changed context menu item generation to be a little more centralized, mainly to handle multiselect operations
  • Added icon for tag arrays (totally copied the style from NBTExplorer lol)
  • You can now add items to tag compounds and tag lists! Right click and at the top will be "New..." or "New " if you're adding to a list that already has items in it

As with the last release, even though I've never had any errors or corruption while saving .DAT files, make sure to keep backups of your files just in case. Saving region files is still again coming soon :(((

You will need .NET Framework 4.7.2 (and .NET Standard 2.0, but I assume that's included with .NET Framework)

Release 1.0.1

05 May 09:50
Compare
Choose a tag to compare
  • Added binary copy/paste feature to tags (supports multiselect in the list). You must manually rename any duplicate items for now... working on a new dialog to make it easier
  • Fixed the navigation feature; it was a bit cruddy before
  • Fixed virtualization in the list, so now there's zero lag when selecting an item in the tree that has 100s of items

As with the last release, even though I've never had any errors or corruption while saving .DAT files, make sure to keep backups of your files just in case. Saving region files is still coming soon :(

You will need .NET Framework 4.7.2 (and .NET Standard 2.0, but I assume that's included with .NET Framework)

First release 1.0.0

03 May 05:25
Compare
Choose a tag to compare

This is the first release of the app :D

There are a few bugs, like editing the search term (in the find window via CTRL+F or CTRL+SHIFT+F) while a search is running; the items won't get cleared. Currently working on fixing that, but all you have to do to clear it is clear your search terms and the type them in again (or cancel then type a char quickly then backspace)

When you navigate to a tag compound/list with a large amount of items, the app may freeze for a sec while it loads item on the right list (because virtualization isn't working on the list for some reason but it works on the tree...)

A few shortcuts don't work (e.g. f2.ctrl+r to rename) because I haven't yet figured out how to send shortcut events to objects in a way that doesn't involve adding/removing event handlers per-object. Will fix soon

Region files cannot be saved yet; only previewed. But .DAT files can be saved, however, i wrote the NBT classes myself from the forge 1.6.4 environment I have setup, and even though I've checked it a lot, there may be some bugs still that corrupt the NBT data when saved (from my tests though, it never happens). So make sure to keep backups just in case

Apart from all that, it works quite well. To search for items, you can select an item and do CTRL + F to search in that specific item, or CTRL + SHIFT + F to do a global search (across every root item). You can double click the items in the result list to navigate to them. Right clicking items shows a context menu of things you can do (e.g. edit, remove, copy, etc). Double clicking most items will open the editor window, and double clicking compounds/lists will navigate into them like a file explorer