From 7121f46fe69a14e9199c9b9782c6946a0e9bafe7 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Thu, 30 May 2024 14:14:36 -0500 Subject: [PATCH] Fix info docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8977691..d0a551a 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ An `info.json` file should be present in the input directory. This file should c * `url` - The URL to the pack's repository. * `versions` - A two dimensional array of mc version to pack format. (`[[mcVersion, packFormat]]`) * `exports` - The exports to be made from the zip files produced for each version. A two dimensional array of mcVersion or "all". (`[["all"],["1.20", "1.20.2"]]`) -* `overrides` - A dictionary map of version to data directory, superseding the common directory. (`{"1.20": "data"}`) +* `overrides` - An object of properties to override per version. (`{"1.20": {"data": "common"} }`) + * `data` - The data directory to use for this version. Superceeds the global data directory.