From edac7145983ecab88039596f72f5444e5d28834f Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 18 Jan 2022 22:18:40 -0500 Subject: [PATCH 1/2] Additional mod updates --- changelog/1.8.18.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/1.8.18.md b/changelog/1.8.18.md index b03107d8..0ac6b615 100644 --- a/changelog/1.8.18.md +++ b/changelog/1.8.18.md @@ -16,10 +16,11 @@ - ensorcellation-1.16.5-1.4.1.2.jar - FluxNetworks-1.16.5-6.2.1.14.jar - ftb-chunks-forge-1605.3.2-build.115.jar -- geckolib-forge-1.16.5-3.0.59.jar +- geckolib-forge-1.16.5-3.0.61.jar +- getittogetherdrops-1.16.5-v1.1.1.jar - ImmersivePetroleum-1.16.5-3.3.0-11.jar - jei-1.16.5-7.7.1.145.jar -- kubejs-immersive-engineering-1605.1.2-build.25.jar +- kubejs-immersive-engineering-1605.1.2-build.28.jar - lootr-1.16.5-0.1.11.36.jar - lostcities-1.16-4.0.11-beta.jar - mahoutsukai-1.16.5-v1.34.0.jar From ad8f498d8191300346dc7d082be979160135f43f Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 18 Jan 2022 23:09:32 -0500 Subject: [PATCH 2/2] Update AllTheModium dimension quests --- changelog/1.8.18.md | 1 + .../quests/chapters/allthemodium.snbt | 59 +++++++++++++++---- 2 files changed, 50 insertions(+), 10 deletions(-) diff --git a/changelog/1.8.18.md b/changelog/1.8.18.md index 0ac6b615..b1b7b223 100644 --- a/changelog/1.8.18.md +++ b/changelog/1.8.18.md @@ -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. diff --git a/config/ftbquests/quests/chapters/allthemodium.snbt b/config/ftbquests/quests/chapters/allthemodium.snbt index 5bf443d0..25bc7e2f 100644 --- a/config/ftbquests/quests/chapters/allthemodium.snbt +++ b/config/ftbquests/quests/chapters/allthemodium.snbt @@ -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