| ... | ... | @@ -31,7 +31,7 @@ By default, the resource pack will support the closed interval from the server's | 
| 
 | 
 | 
 | 
| 
 | 
 | 
### Types
 | 
| 
 | 
 | 
<details>
 | 
| 
 | 
 | 
<summary>All Versions</summary>
 | 
| 
 | 
 | 
<summary><b>All Versions</b></summary>
 | 
| 
 | 
 | 
You can configure the plugin to generate a resource pack supporting all versions supported by the plugin:
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```yaml
 | 
| ... | ... | @@ -42,7 +42,7 @@ resource-pack: | 
| 
 | 
 | 
</details>
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
<details>
 | 
| 
 | 
 | 
<summary>Single Version</summary>
 | 
| 
 | 
 | 
<summary><b>Single Version</b></summary>
 | 
| 
 | 
 | 
You can configure the plugin to generate a resource pack supporting a single version by directly specifying the version in the field:
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```yaml
 | 
| ... | ... | @@ -54,7 +54,7 @@ This configures MythicHUD to generate a resource pack only supporting 1.20.6. | 
| 
 | 
 | 
</details>
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
<details>
 | 
| 
 | 
 | 
<summary>Half-Open Version Range</summary>
 | 
| 
 | 
 | 
<summary><b>Half-Open Version Range</b></summary>
 | 
| 
 | 
 | 
You can configure the plugin to generate a resource pack supporting a half-open version range starting or ending at a particular version.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```yaml
 | 
| ... | ... | @@ -77,7 +77,7 @@ This configures MythicHUD to generate a resource pack supporting the oldest vers | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
<details>
 | 
| 
 | 
 | 
<summary>Closed Version Range</summary>
 | 
| 
 | 
 | 
<summary><b>Closed Version Range</b></summary>
 | 
| 
 | 
 | 
You can configure the plugin to generate a resource pack supporting a closed version range starting _and_ ending at a particular version.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```yaml
 | 
| ... | ... | @@ -95,7 +95,7 @@ This configures MythicHUD to generate a resource pack supporting 1.20.1 until 1. | 
| 
 | 
 | 
The `resources` field takes a list of external resource packs used to extract resources. They can be specified as a URL, file (relative to the `plugin/` folder), or `server_pack`, to use the resource pack configured in the server properties.
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
<details>
 | 
| 
 | 
 | 
<summary>Example</summary>
 | 
| 
 | 
 | 
<summary><b>Example</b></summary>
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```yaml
 | 
| 
 | 
 | 
resource-pack:
 | 
| ... | ... | @@ -119,7 +119,7 @@ The `merge` field is a map which pairs a resource pack (specified in the format | 
| 
 | 
 | 
| `KEEP_FIRST` | Ensures packs "respect" what others have already provided, meaning the first pack has the last say. |
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
<details>
 | 
| 
 | 
 | 
<summary>Example</summary>
 | 
| 
 | 
 | 
<summary><b>Example</b></summary>
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
Following from the previous section,
 | 
| 
 | 
 | 
 | 
| ... | ... |  |