Skip to content

NBTEdit v2.0.0 For Minecraft 1.9(.0)

Compare
Choose a tag to compare
@Jay113355 Jay113355 released this 15 Jul 04:31

Changes:

  • Moved the NBTEdit log file into the logs folder.
  • Fixed the nbt editing not happening on the Minecraft game thread. Fixes possible concurrency issues.
  • Fixed a rare condition where edited TileEntity's would not be saved.
  • Fixed a rendering glitch on the NBTTagEdit screen.
  • Added a optional key binding. By default its not set to a key, to set it; Esc -> Options -> Controls -> Its under Miscellaneous. (It is so much nicer then spamming /nbtedit)
  • Switch to using SimpleNetworkWrapper for our packet dispatcher. Removes the hacky/stupid packet system that was in place.
    • Fixes conditions where nbtedit would fail to work entirely,
    • Fixes sending nbtedit packets to everyone on the server even if they didn't have nbtedit installed,
    • Fixes possible security issues and makes it easier to maintain.

Note: This does break backwards compatibility. Both the client and server must be on 2.0+ to work with each other. And if you are a server owner i recommend updating asap due to possible security issues with older versions and ports.