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

Create pack-conversion.yml

This commit is contained in:
Kas-tle
2022-05-23 22:00:32 -07:00
committed by GitHub
parent ed4386f006
commit b7e6cefd01

View File

@@ -0,0 +1,79 @@
name: Pack Conversion
description: Request an automated pack conversion
title: "[Pack]: "
labels: ["conversion"]
body:
- type: markdown
attributes:
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
attributes:
label: Java Pack Direct Download URL
description: Please provide a direct link to the Java Edition resource pack to be converted.
placeholder: e.g. https://github.com/Paradisu/ParadisuResourcePack/releases/latest/download/ParadisuResourcePack.zip
validations:
required: true
- type: input
id: default-pack-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.
placeholder: e.g. https://github.com/Paradisu/ParadisuResourcePack/releases/latest/download/ParadisuResourcePack.zip
validations:
required: false
- type: input
id: merge-pack-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.
placeholder: e.g. https://github.com/Kas-tle/imaginefun-bedrock-rp/releases/download/1.1.3/imaginefun_rp-v1.1.3.mcpack
validations:
required: false
- type: dropdown
id: block-material
attributes:
label: Block Material
description: |
Please provide a block material to be used in the script. If one is not selected, `alpa_test` will be used.
See the [Bedrock Wiki](https://wiki.bedrock.dev/blocks/block-materials.html) for more info.
- `opaque`: no support for transparent or translucent pixels and renders only on outside faces
- `alpha_test`: support for transparent pixels and renders only on outside faces
- `blend`: support for translucent pixels and renders only on outside faces
- `double_sided`: no support for transparent or translucent pixels. but renders both outside and inside faces
options:
- opaque
- alpha_test
- blend
- double_sided
validations:
required: false
- type: dropdown
id: attachable-material
attributes:
label: Attachable Material
description: |
Please provide an attachable material to be used in the script. If one is not selected, `entity_alphatest_one_sided` will be used.
See the [Bedrock Wiki](https://wiki.bedrock.dev/documentation/materials.html) for more info.
- `entity`: basic opaque material with no support for transparent or translucent pixels
- `entity_alphatest`: supports transparent pixels but lacks backface culling, which will cause z-fighting on thin elements
- `entity_alphablend`: supports translucent pixels and backface culling, though objects behind may render inconsistently
- `entity_alphatest_one_sided`: supports transparent pixels and backface culling
options:
- entity
- entity_alphatest
- entity_alphablend
- entity_alphatest_one_sided
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: |
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Kas-tle/java2bedrock.sh/blob/main/CODE_OF_CONDUCT.md)
You further agree that you either own or have permission to use any content you have linked to within this form.
options:
- label: I agree to follow this project's Code of Conduct. I have permission to use all assets I have linked to within this form.
required: true