Skip to content

Releases: Jay113355/NBTEdit

NBTEdit v2.0.1 For Minecraft 1.16.5

27 Oct 17:01
Compare
Choose a tag to compare

Fixed the escape key not closing the editor.
Tested using forge 1.16.5-36.2.39

NBTEdit v2.0.0 For Minecraft 1.16.5

09 Jul 21:40
Compare
Choose a tag to compare

Updated for minecraft 1.16.5
Built and tested using forge 1.16.5-36.2.35

NBTEdit v2.0.2 For Minecraft 1.12

21 Jun 06:25
Compare
Choose a tag to compare

Updated for minecraft 1.12
Built and tested using forge 1.12-14.21.0.2341

NBTEdit v2.0.2 For Minecraft 1.11.2

08 Feb 01:17
Compare
Choose a tag to compare

Updated for minecraft 1.11.2
Built and tested using forge 1.11.2-13.20.0.2227

NBTEdit v2.0.2 For Minecraft 1.11

08 Feb 01:15
Compare
Choose a tag to compare

Built and tested with forge 1.11-13.19.1.2189

  • Corrected the version numbers.

NBTEdit v2.0.1 For Minecraft 1.11

19 Nov 08:06
Compare
Choose a tag to compare

Updated to 1.11
Built and tested using forge 1.11-13.19.0.2153

  • Added a config option to allow the editing of other players.

NBTEdit V2.0.0 for 1.9.4

15 Jul 19:07
Compare
Choose a tag to compare

Updated to 1.9.4
Built and tested using forge 1.9.4-12.17.0.1976

NBTEdit v2.0.0 For Minecraft 1.10

15 Jul 20:42
Compare
Choose a tag to compare

Updated to 1.10
Built and tested using forge 1.10.2-12.18.1.2011

NBTEdit v2.0.0 For Minecraft 1.8.9

15 Jul 04:29
Compare
Choose a tag to compare

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.

NBTEdit v2.0.0 For Minecraft 1.9(.0)

15 Jul 04:31
Compare
Choose a tag to compare

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.