Update Plugin Configuration authored by wordandahalf's avatar wordandahalf
...@@ -17,10 +17,10 @@ This documents fields under the `resource-pack` configuration node. ...@@ -17,10 +17,10 @@ This documents fields under the `resource-pack` configuration node.
| Field | Default | Description | | Field | Default | Description |
| ----- | ------- | ----------- | | ----- | ------- | ----------- |
| `support` | [(more)](#Support) | Configures the _client_ versions supported by the generated resource pack. [More](#Support). | | `support` | [(more)](#support) | Configures the _client_ versions supported by the generated resource pack. [More](#support). |
| `description` | (version info.) | The description of the resource pack displayed to clients. | | `description` | (version info.) | The description of the resource pack displayed to clients. |
| `resources` | `[]` | A list of resource packs used to pull assets. [More](#Resources). | | `resources` | `[]` | A list of resource packs used to pull assets. [More](#resources). |
| `merge` | `{}` | A mapping of pack locations to merge strategy for inclusion in the final resource pack. [More](#Merge) | | `merge` | `{}` | A mapping of pack locations to merge strategy for inclusion in the final resource pack. [More](#merge) |
| `destination` | `MythicHUD/built-pack` | The folder (or .zip file) relative to the `plugins/` folder where the generated resource pack should be placed. | | `destination` | `MythicHUD/built-pack` | The folder (or .zip file) relative to the `plugins/` folder where the generated resource pack should be placed. |
### Support ### Support
... ...
......