Skip to content

Commit

Permalink
Merge pull request AllTheMods#2796 from jeremiahwinsley/star-quest
Browse files Browse the repository at this point in the history
Change final quest to use 1x instead of 9x ATM Star Block
  • Loading branch information
jeremiahwinsley authored Dec 12, 2021
2 parents 3843a26 + da15ec0 commit 9e349b1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
53 changes: 53 additions & 0 deletions changelog/1.8.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
## Release 1.8.15

### Mod Additions
- HostileNeuralNetworks-1.16.5-1.0.1.jar
- time-in-a-bottle-1.1.0.jar
### Mod Updates
- archers_paradox-1.16.5-1.4.0.1.jar
- architectury-1.26.38.jar
- ars_nouveau-1.16.5-1.24.7.jar
- Botania-1.16.5-420.1.jar
- BotanyPots-1.16.5-7.1.30.jar
- cabletiers-1.16.5-0.543.jar
- cc-tweaked-1.16.5-1.99.1.jar
- cloth-config-4.13.49-forge.jar
- CodeChickenLib-1.16.5-4.0.5.438-universal.jar
- cofh_core-1.16.5-1.4.0.6.jar
- constructionwand-1.16.5-2.5.jar
- ensorcellation-1.16.5-1.4.0.1.jar
- FramedBlocks-2.11.2.jar
- ftb-library-forge-1605.3.4-build.90.jar
- geckolib-forge-1.16.5-3.0.57.jar
- Iceberg-1.16.5-1.0.30.jar
- IntegratedTunnels-1.16.5-1.8.9.jar
- JustEnoughResources-1.16.5-0.12.1.133.jar
- kubejs-forge-1605.3.19-build.229.jar
- kubejs-thermal-1605.1.4-build.3.jar
- mahoutsukai-1.16.5-v1.33.5.jar
- Mantle-1.16.5-1.6.147.jar
- mcjtylib-1.16-5.1.2.jar
- MysticalAgradditions-1.16.5-4.2.4.jar
- MysticalCustomization-1.16.5-2.1.7.jar
- omgourd-1.16.5-1.4.0.1.jar
- restrictions-1.16-3.0.5.jar
- rftoolsbase-1.16-2.1.1.jar
- rftoolsbuilder-1.16-3.1.4.jar
- rftoolscontrol-1.16-4.0.13.jar
- rftoolsdim-1.16-7.0.19-beta.jar
- rftoolspower-1.16-3.0.11.jar
- rftoolsstorage-1.16-2.0.15.jar
- rftoolsutility-1.16-3.1.6.jar
- sophisticatedbackpacks-1.16.5-3.12.2.432.jar
- TConstruct-1.16.5-3.3.0.308.jar
- thermal_cultivation-1.16.5-1.4.1.3.jar
- thermal_expansion-1.16.5-1.4.1.3.jar
- thermal_foundation-1.16.5-1.4.1.7.jar
- thermal_innovation-1.16.5-1.4.1.3.jar
- thermal_locomotion-1.16.5-1.4.1.2.jar
- ToastControl-1.16.5-4.4.0.jar
- topaddons-1.16.5-2.2.0-beta.jar
- upgrade_aquatic-1.16.5-3.1.2.jar
- xnet-1.16-3.0.15.jar
### Other Changes
- Final quest now requires 1x instead of 9x ATM Star Block - 100% completion should now be possible.
12 changes: 9 additions & 3 deletions config/ftbquests/quests/chapters/creative.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
title: "Create"
x: -0.5d
y: -3.0d
y: -3.0d
hide_dependency_lines: true
id: "2CF11A70229000AB"
tasks: [
Expand Down Expand Up @@ -596,9 +596,10 @@
}]
}
{
title: "Set For Life"
x: 0.0d
y: -5.5d
subtitle: "Become God???"
subtitle: "Enough to make everything in the pack?"
hide_dependency_lines: true
dependencies: [
"2CF11A70229000AB"
Expand All @@ -620,7 +621,12 @@
tasks: [{
id: "0814C4E6DE262193"
type: "item"
item: "allthecompressed:atm_star_block_9x"
item: "allthecompressed:atm_star_block_1x"
}]
rewards: [{
id: "31A7D5AEF21B43BC"
type: "item"
item: "allthetweaks:trophy_atm"
}]
}
{
Expand Down

0 comments on commit 9e349b1

Please sign in to comment.