diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2025-05-18 17:42:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-18 17:42:31 -0400 |
commit | 1a5eba18099e12c02023f16049abf5f431052bdb (patch) | |
tree | c5c1a0e2481100edddd465be7650e46865579ce7 | |
parent | 0ccbb6854574eed668590cc6120798886e9ae37f (diff) | |
download | GrfToJson-master.tar.gz GrfToJson-master.tar.bz2 GrfToJson-master.zip |
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ff9cfc --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Converts all Minecraft console .grf files in a directory to .json files. + +Usage +``` +./BatchGrfToJson <Path to directory> +``` |