Skip to content

Commit

Permalink
Update AllTheModium dimension quests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Jan 19, 2022
1 parent edac714 commit ad8f498
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 10 deletions.
1 change: 1 addition & 0 deletions changelog/1.8.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
- xnet-1.16-3.0.16.jar
### Other Changes
- Fix quest dependency for Slowfall Glyph (#2892)
- Update AllTheModium dimension quests to work around a bug that could leave them unable to be completed.
59 changes: 49 additions & 10 deletions config/ftbquests/quests/chapters/allthemodium.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -1103,28 +1103,67 @@
icon: "minecraft:stone"
x: -4.5d
y: 7.0d
description: ["Besides abundant ore, Archwood can also be found in the mining dimension."]
hide_dependency_lines: false
dependencies: ["5130BBAD5C542EDB"]
id: "21AC1C7A92CAB0C2"
tasks: [{
id: "59FF7825435AF860"
type: "dimension"
dimension: "allthemodium:mining"
}]
tasks: [
{
id: "59FF7825435AF860"
type: "dimension"
dimension: "allthemodium:mining"
}
{
id: "6C4DC9DB97B8881C"
type: "item"
item: {
id: "itemfilters:or"
Count: 1b
tag: {
items: [
{
id: "ars_nouveau:blue_archwood_sapling"
Count: 1b
}
{
id: "ars_nouveau:purple_archwood_sapling"
Count: 1b
}
{
id: "ars_nouveau:red_archwood_sapling"
Count: 1b
}
{
id: "ars_nouveau:green_archwood_sapling"
Count: 1b
}
]
}
}
}
]
}
{
title: "Piglin Homeworld"
icon: "minecraft:netherrack"
x: -2.5d
y: 7.0d
description: ["Here be dragons - you can find their skeletons scattered across the landscape, or fight a live one if you're feeling brave!"]
hide_dependency_lines: false
dependencies: ["5130BBAD5C542EDB"]
id: "1A5E414C9D25703A"
tasks: [{
id: "2212DFCF11CE8D69"
type: "dimension"
dimension: "allthemodium:the_other"
}]
tasks: [
{
id: "2212DFCF11CE8D69"
type: "dimension"
dimension: "allthemodium:the_other"
}
{
id: "1D06C07E6AB15648"
type: "item"
item: "iceandfire:dragonbone"
}
]
}
{
x: -2.5d
Expand Down

0 comments on commit ad8f498

Please sign in to comment.