No description
Find a file
2025-01-23 17:34:26 -07:00
.idea remove a file that was not meant to be tracked 2024-06-07 00:09:50 -07:00
.vscode Update build files for android, ios, mac 2025-01-23 17:34:26 -07:00
android Update build files for android, ios, mac 2025-01-23 17:34:26 -07:00
Icons Refactor: Rename applogo image file to application name 2024-07-22 18:55:24 -07:00
ios Update build files for android, ios, mac 2025-01-23 17:34:26 -07:00
lib Begin adding a search function 2025-01-23 12:19:45 -07:00
linux Refactor to get some of renamed binaries working 2024-07-21 22:58:07 -07:00
macos Update build files for android, ios, mac 2025-01-23 17:34:26 -07:00
out Get editor working with new library 2024-06-07 00:08:32 -07:00
web Fix application name, id, and labels 2024-07-21 20:45:42 -07:00
windows Start trying to fix permission errors on Android 2024-07-24 07:07:34 -07:00
.gitignore Start to add an appimage script 2024-07-23 03:29:43 -07:00
.metadata Add the new flutter project code 2023-12-24 20:35:24 -07:00
analysis_options.yaml Add the new flutter project code 2023-12-24 20:35:24 -07:00
AppImageBuilder.yml Use a full path to appdir 2024-07-23 16:47:52 -07:00
compile.sh Migrate helper CLI Tools to a different repo 2024-08-30 11:21:07 -07:00
Jenkinsfile Change build node label 2024-10-05 19:22:50 -07:00
LICENSE Initial commit 2023-12-24 20:30:02 -07:00
nbteditor.iml update gitignore 2024-06-07 00:09:01 -07:00
pubspec.yaml Begin adding a search function 2025-01-23 12:19:45 -07:00
README.md Update readme 2024-11-22 18:33:12 -07:00
wininst.iss Remove CLI Tools from windows installer 2024-08-30 11:21:43 -07:00

nbteditor

A fully featured NBT Editor

Features

  • NBT
  • SNBT (WIP)
  • GUI

Known Bugs

  • SNBT sometimes will fail to parse. The cause is due to the way Mojang implemented the tag visitor versus how I parse SNBT in this library and application.