Releases: Jay113355/NBTEdit
NBTEdit v2.0.1 For Minecraft 1.16.5
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
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
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
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
Built and tested with forge 1.11-13.19.1.2189
- Corrected the version numbers.
NBTEdit v2.0.1 For Minecraft 1.11
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
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
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
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)
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.