Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quest dependency for Slowfall Glyph #2896

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions changelog/1.8.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

### Mod Additions
- configured-1.5.1-1.16.5.jar
### Mod Downgrades
- StorageDrawers-1.16.3-8.3.0.jar
### Mod Updates
- abnormals_core-1.16.5-3.3.1.jar
- AdditionalEnchantedMiner-1.16.5-16.1.11.jar
Expand Down Expand Up @@ -40,9 +38,12 @@
- rsrequestify-1.16.5-2.1.6.jar
- simplemagnets-1.1.4-mc1.16.jar
- sophisticatedbackpacks-1.16.5-3.15.1.503.jar
- StorageDrawers-1.16.3-8.5.1.jar
- supermartijn642corelib-1.0.16-mc1.16.5.jar
- thermal_expansion-1.16.5-1.4.2.4.jar
- thermal_foundation-1.16.5-1.4.2.9.jar
- tombstone-6.6.3-1.16.5.jar
- trashcans-1.0.12-mc1.16.jar
- xnet-1.16-3.0.16.jar
### Other Changes
- Fix quest dependency for Slowfall Glyph (#2892)
22 changes: 11 additions & 11 deletions config/ftbquests/quests/chapters/ars_nouveau.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
}]
}
{
x: 2.5d
y: -5.5d
x: 5.5d
y: -6.5d
shape: "rsquare"
dependencies: ["441C0659ED28D935"]
id: "6C4E72C0BF98E8DD"
Expand All @@ -206,10 +206,10 @@
}]
}
{
x: 5.5d
y: -6.5d
x: 1.0d
y: -9.5d
shape: "rsquare"
dependencies: ["441C0659ED28D935"]
dependencies: ["63DD7F5A4441ACE7"]
id: "295703FC5B92D0E6"
tasks: [{
id: "6A60A533BDBCCAD9"
Expand Down Expand Up @@ -254,7 +254,7 @@
}]
}
{
x: -0.5d
x: -1.0d
y: -9.5d
shape: "rsquare"
dependencies: ["63DD7F5A4441ACE7"]
Expand Down Expand Up @@ -326,7 +326,7 @@
}]
}
{
x: 5.5d
x: 5.0d
y: -5.5d
shape: "rsquare"
dependencies: ["441C0659ED28D935"]
Expand Down Expand Up @@ -423,7 +423,7 @@
}]
}
{
x: 0.5d
x: 0.0d
y: -9.5d
shape: "rsquare"
dependencies: ["63DD7F5A4441ACE7"]
Expand Down Expand Up @@ -748,7 +748,7 @@
}]
}
{
x: 4.5d
x: 4.0d
y: -5.5d
shape: "rsquare"
dependencies: ["441C0659ED28D935"]
Expand All @@ -772,7 +772,7 @@
}]
}
{
x: 3.5d
x: 3.0d
y: -5.5d
shape: "rsquare"
dependencies: ["441C0659ED28D935"]
Expand Down Expand Up @@ -1131,7 +1131,7 @@
}]
}
{
x: 6.5d
x: 6.0d
y: -5.5d
shape: "rsquare"
dependencies: ["441C0659ED28D935"]
Expand Down