include other mods

This commit is contained in:
Stormybytes
2021-09-03 05:43:07 +07:00
parent 47373d576f
commit b70377744a

View File

@@ -23,6 +23,16 @@ body:
render: bash render: bash
validations: validations:
required: true required: true
- type: dropdown
id: operating-systems
attributes:
label: Operating System
options:
- macOS
- Windows
- Linux
validations:
required: true
- type: input - type: input
id: meteor-version id: meteor-version
attributes: attributes:
@@ -35,13 +45,16 @@ body:
label: Minecraft Version label: Minecraft Version
validations: validations:
required: true required: true
- type: dropdown - type: textarea
id: operating-systems id: mods
attributes: attributes:
label: Operating System label: Other mods
options: description: What other mods you may be using?
- macOS value: |
- Windows 1.
- Linux 2.
3.
...
render: bash
validations: validations:
required: true required: false