From 3a49d97a229fc06f3cdb65845eef9c645d06d797 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Tue, 24 May 2022 23:26:55 +0000 Subject: [PATCH] Match ids with titles --- .github/ISSUE_TEMPLATE/pack-conversion.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pack-conversion.yml b/.github/ISSUE_TEMPLATE/pack-conversion.yml index 35d1e7b..df1f25d 100644 --- a/.github/ISSUE_TEMPLATE/pack-conversion.yml +++ b/.github/ISSUE_TEMPLATE/pack-conversion.yml @@ -8,7 +8,7 @@ body: value: | Please be sure to include a directly downloadable link to your pack. The action will fail if the pack cannot be downloaded. - type: input - id: java-pack-url + id: java-pack-direct-download-url attributes: label: Java Pack Direct Download URL description: Please provide a direct link to the Java Edition resource pack to be converted. @@ -16,7 +16,7 @@ body: validations: required: true - type: input - id: default-pack-url + id: default-pack-direct-download-url attributes: label: Default Pack Direct Download URL description: Optionally provide a direct link to a Java Edition resource pack to be used for default textures before the vanilla default pack. @@ -24,7 +24,7 @@ body: validations: required: false - type: input - id: merge-pack-url + id: bedrock-merge-pack-direct-download-url attributes: label: Bedrock Merge Pack Direct Download URL description: Optionally provide a direct link to the Bedrock Edition resource pack to be merged into the converted pack.