Skip to content

Commit

Permalink
Merge pull request #2448 from AllTheMods/Staging
Browse files Browse the repository at this point in the history
1.8.4
  • Loading branch information
ladylexxie authored Sep 26, 2021
2 parents f5f947a + 0882eaf commit e47443a
Show file tree
Hide file tree
Showing 269 changed files with 15,765 additions and 11,723 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [ Bug ]
body:
- type: markdown
attributes:
value: |
**Prior to filling out this bug report, please make sure of the following:**
- You tried on the latest version of the pack.
- You don't have any other mods installed.
- type: dropdown
id: fixes
attributes:
label: Possible Fixes
description: Have you tried the above mentioned points?
options:
- "Yes"
- "No"
validations:
required: true
- type: input
id: pack-version
attributes:
label: Modpack Version
description: What version of the pack are you using?
placeholder: ex. 1.8.4
validations:
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: Please give a thorough explanation of what happened. Attach/Link relevant images/files in relation to the issue!
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: logs
attributes:
label: latest.log
description: Please upload your 'latest.log' file to https://gist.github.com/ and leave the link here.
placeholder: https://gist.github.com/
validations:
required: true
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Crash Report
description: File a crash report
title: "[Crash]: "
labels: [ Crash ]
body:
- type: markdown
attributes:
value: |
**Prior to filling out this bug report, please make sure of the following:**
- You tried on the latest version of the pack.
- You don't have any other mods installed.
- type: dropdown
id: fixes
attributes:
label: Possible Fixes
description: Have you tried the above mentioned points?
options:
- "Yes"
- "No"
validations:
required: true
- type: input
id: pack-version
attributes:
label: Modpack Version
description: What version of the pack are you using?
placeholder: ex. 1.8.4
validations:
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: Please give a thorough explanation of what happened. Attach/Link relevant images/files in relation to the issue!
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: logs
attributes:
label: latest.log
description: Please upload your 'latest.log' file to https://gist.github.com/ and leave the link here.
placeholder: https://gist.github.com/
validations:
required: true
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature Request
description: Request a feature to be added
title: "[Feature]: "
labels: [ Feature ]
body:
- type: textarea
id: description
attributes:
label: Feature Details
description: Please give a thorough explanation of the feature you'd like to see in the pack!
placeholder: I would like to see...
validations:
required: true
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/non-bug-issues.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Question
description: Ask the developers a question
title: "[Question]: "
labels: [ Question ]
body:
- type: textarea
id: description
attributes:
label: What would you like to know?
description: Please write your question here and it will be answered as soon as possible!
validations:
required: true

This file was deleted.

15 changes: 15 additions & 0 deletions config/allthecompressed-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

["AllTheCompressed Blocks"]
#Show Mekanism Blocks
Mekanism = true
#Show Powah Blocks
Powah = true
#Show AllTheModium Blocks
AllTheModium = true
#Show AllTheOres Blocks
AllTheOres = true
#Show Compressium Blocks
Compressium = false
#Show Thermal Blocks
Thermal = true

2 changes: 1 addition & 1 deletion config/allthetweaks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
[packversionmin]
minor = 8
[packversionminrev]
minorrev = 3
minorrev = 4

Loading

0 comments on commit e47443a

Please sign in to comment.