Skip to content

Commit

Permalink
Merge branch 'main' into 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nebuIr committed May 19, 2024
2 parents 02cbe8f + 70f88a6 commit d5267c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/missing-textures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
id: versions
attributes:
label: Game versions
description: What game versions are affected? Select all applicable game versions.
description: What game versions are affected? Select all applicable game versions. Active support for mods is limited to the latest 3 major versions.
multiple: true
options:
- "1.20"
Expand Down
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/mod-support-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,25 @@ body:
id: versions
attributes:
label: Game versions
description: What game versions should be supported? Select all applicable game versions.
description: What game versions should be supported? Select all applicable game versions. Only the latest 3 major versions are supported.
multiple: true
options:
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
- "1.12"
validations:
required: true

- type: dropdown
id: modloaders
attributes:
label: Modloaders
description: What modloader is the mod using? Select all applicable modloaders.
label: Mod Loaders
description: What mod loader is the mod using? Select all applicable modloaders.
multiple: true
options:
- Fabric
- Forge
- NeoForge
- Quilt
- Data Pack
- Other
Expand Down

0 comments on commit d5267c4

Please sign in to comment.