From 5113ab9a4cf1ce58bcb5e67df718e5954375bada Mon Sep 17 00:00:00 2001 From: Sleepybear Date: Sun, 6 Jun 2021 22:18:55 -0700 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..711f5f8 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# NBTTest +A simple program to compare two Minecraft: Bedrock Edition Block Palettes in NBT Format. + +I created this simple java program to use the CloudburstMC/NBT library to compare revisions of the Minecraft: Bedrock Edition Block Palette as it changes with updates. + +Syntax: +`java -jar NBTTest-1.0-SNAPSHOT ` + +It will load and compare the two palettes and then generate a report on if there are missing block states in either palette.