@@ -31,7 +31,7 @@ By default, the resource pack will support the closed interval from the server's
...
@@ -31,7 +31,7 @@ By default, the resource pack will support the closed interval from the server's
### Types
### Types
<details>
<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:
You can configure the plugin to generate a resource pack supporting all versions supported by the plugin:
```yaml
```yaml
...
@@ -42,7 +42,7 @@ resource-pack:
...
@@ -42,7 +42,7 @@ resource-pack:
</details>
</details>
<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:
You can configure the plugin to generate a resource pack supporting a single version by directly specifying the version in the field:
```yaml
```yaml
...
@@ -54,7 +54,7 @@ This configures MythicHUD to generate a resource pack only supporting 1.20.6.
...
@@ -54,7 +54,7 @@ This configures MythicHUD to generate a resource pack only supporting 1.20.6.
</details>
</details>
<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.
You can configure the plugin to generate a resource pack supporting a half-open version range starting or ending at a particular version.
```yaml
```yaml
...
@@ -77,7 +77,7 @@ This configures MythicHUD to generate a resource pack supporting the oldest vers
...
@@ -77,7 +77,7 @@ This configures MythicHUD to generate a resource pack supporting the oldest vers
<details>
<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.
You can configure the plugin to generate a resource pack supporting a closed version range starting _and_ ending at a particular version.
```yaml
```yaml
...
@@ -95,7 +95,7 @@ This configures MythicHUD to generate a resource pack supporting 1.20.1 until 1.
...
@@ -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.
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>
<details>
<summary>Example</summary>
<summary><b>Example</b></summary>
```yaml
```yaml
resource-pack:
resource-pack:
...
@@ -119,7 +119,7 @@ The `merge` field is a map which pairs a resource pack (specified in the format
...
@@ -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. |
| `KEEP_FIRST` | Ensures packs "respect" what others have already provided, meaning the first pack has the last say. |