aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ferrari <69283684+Sowgro@users.noreply.github.com>2025-05-18 17:42:31 -0400
committerGitHub <noreply@github.com>2025-05-18 17:42:31 -0400
commit1a5eba18099e12c02023f16049abf5f431052bdb (patch)
treec5c1a0e2481100edddd465be7650e46865579ce7
parent0ccbb6854574eed668590cc6120798886e9ae37f (diff)
downloadGrfToJson-1a5eba18099e12c02023f16049abf5f431052bdb.tar.gz
GrfToJson-1a5eba18099e12c02023f16049abf5f431052bdb.tar.bz2
GrfToJson-1a5eba18099e12c02023f16049abf5f431052bdb.zip
Create README.mdHEAD1.0master
-rw-r--r--README.md6
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>
+```