9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-28 19:19:05 +00:00

Match ids with titles

This commit is contained in:
Kas-tle
2022-05-24 23:26:55 +00:00
committed by GitHub
parent cf2485457e
commit 3a49d97a22

View File

@@ -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.