-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2448 from AllTheMods/Staging
1.8.4
- Loading branch information
Showing
269 changed files
with
15,765 additions
and
11,723 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
10 changes: 0 additions & 10 deletions
10
.github/ISSUE_TEMPLATE/recipes--tags--anything-related-to-kubejs.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ | |
[packversionmin] | ||
minor = 8 | ||
[packversionminrev] | ||
minorrev = 3 | ||
minorrev = 4 | ||
|
Oops, something went wrong.