Skip to content

Commit

Permalink
Merge pull request #932 from MuteTiefling/develop
Browse files Browse the repository at this point in the history
Quests
  • Loading branch information
MuteTiefling authored Apr 5, 2024
2 parents 7185e0a + e670796 commit de8c1e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [Expert] Occultism quests no longer require otherworld ash [\#917](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/917)
- [Expert] Fix broken Parrot Familiar summon [\#920](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/920)
- Add default tool for Enigmatic Unity and Energy Meters [\#921](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/921)
- Clarified Assembly Table quests [\#932](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/932)

### Enigmatica 9 v1.20.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
{
dependencies: ["00000000000000BD"]
description: [
"The Assembly Table provides a simpler way of making circuit boards and provides access to other advanced recipes."
"The Assembly Table is a multiblock machine capable of more advanced crafting."
""
"Each piece has limitations on where it can be placed. Refer to the PNC:R manual for the exact placement rules."
""
Expand All @@ -1107,7 +1107,7 @@
"Note: The Drill \\& Laser program allows the Assembly Table to craft recipes that require only a drill or laser. In most cases there’s no reason to use the individual programs."
]
hide_dependency_lines: true
icon: "pneumaticcraft:assembly_platform"
icon: "pneumaticcraft:assembly_program_drill_laser"
id: "0000000000000155"
rewards: [{
command: "/execute at @p run loot spawn ~ ~1 ~ loot enigmatica:loot_boxes/pneumaticcraft/legendary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@
{
dependencies: ["3BDD27D9FDC82E36"]
description: [
"The Assembly Table provides a simpler way of making circuit boards and provides access to other advanced recipes."
"The Assembly Table is a multiblock machine capable of more advanced crafting."
""
"Each piece has limitations on where it can be placed. Refer to the PNC:R manual for the exact placement rules."
""
Expand All @@ -1004,7 +1004,7 @@
"Note: The Drill \\& Laser program allows the Assembly Table to craft recipes that require only a drill or laser. In most cases there’s no reason to use the individual programs."
]
hide_dependency_lines: true
icon: "pneumaticcraft:assembly_platform"
icon: "pneumaticcraft:assembly_program_drill_laser"
id: "2C9A30956A2044A0"
rewards: [{
command: "/execute at @p run loot spawn ~ ~1 ~ loot enigmatica:loot_boxes/pneumaticcraft/legendary"
Expand Down

0 comments on commit de8c1e8

Please sign in to comment.