Skip to content

Commit

Permalink
Merge pull request #2898 from AllTheMods/mod-updates
Browse files Browse the repository at this point in the history
Additional mod updates
  • Loading branch information
jeremiahwinsley authored Jan 19, 2022
2 parents acc97c5 + ad8f498 commit 66f2c44
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 12 deletions.
6 changes: 4 additions & 2 deletions changelog/1.8.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -47,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 66f2c44

Please sign in to comment.