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

Quest fix #2058

Merged
merged 7 commits into from
Nov 4, 2024
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
22 changes: 11 additions & 11 deletions config/ftbquests/quests/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
All The Mods 9
======
All The Mods 9 is released on curseforge only, as All Rights Reserved,
This covers the following files/folders
- all Quests and rewards in `\instance\config\ftbquests\quests\`
- all custom Kubejs scripts in `\instance\kubejs\`
- all custom AllTheMods Packmenu assets in `\instance\packmenu\resources\`

What does All Rights Reserved Mean?
For players, it means nothing, you are still permitted to play and film and stream the pack.
For anyone else, it means you cannot redistribute any of the above folders or files in any publicly released packs without permission from Allthemods
All The Mods 9
======
All The Mods 9 is released on curseforge only, as All Rights Reserved,
This covers the following files/folders
- all Quests and rewards in `\instance\config\ftbquests\quests\`
- all custom Kubejs scripts in `\instance\kubejs\`
- all custom AllTheMods Packmenu assets in `\instance\packmenu\resources\`
What does All Rights Reserved Mean?
For players, it means nothing, you are still permitted to play and film and stream the pack.
For anyone else, it means you cannot redistribute any of the above folders or files in any publicly released packs without permission from Allthemods
26 changes: 13 additions & 13 deletions config/ftbquests/quests/chapters/an_introduction.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -2004,27 +2004,27 @@
icon: "gtceu:cinnabar_ore"
id: "4BACAC18E4B982DA"
tasks: [{
id: "56F3B3D1E09A31E9"
id: "7F7725AF8B2A5B13"
item: {
Count: 1
id: "itemfilters:or"
tag: {
items: [
{
Count: 1b
id: "gtceu:cinnabar_ore"
id: "gtceu:cinnabar_gem"
}
{
Count: 1b
id: "gtceu:cinnabar_gem"
id: "alltheores:ruby"
}
{
Count: 1b
id: "gtceu:ruby_ore"
id: "gtceu:cinnabar_ore"
}
{
Count: 1b
id: "gtceu:ruby_gem"
id: "alltheores:ruby_ore"
}
]
}
Expand All @@ -2048,43 +2048,43 @@
}]
subtitle: "{atm9.quest.gregtech.subt.sapphireSource}"
tasks: [{
id: "3D55C5B20C7CFDA9"
id: "558C014604ECC490"
item: {
Count: 1
id: "itemfilters:or"
tag: {
items: [
{
Count: 1b
id: "gtceu:almandine_ore"
id: "alltheores:sapphire"
}
{
Count: 1b
id: "gtceu:almandine_gem"
id: "gtceu:pyrope_gem"
}
{
Count: 1b
id: "gtceu:pyrope_ore"
id: "gtceu:green_sapphire_gem"
}
{
Count: 1b
id: "gtceu:pyrope_gem"
id: "gtceu:almandine_gem"
}
{
Count: 1b
id: "gtceu:sapphire_ore"
id: "alltheores:sapphire_ore"
}
{
Count: 1b
id: "gtceu:sapphire_gem"
id: "gtceu:pyrope_ore"
}
{
Count: 1b
id: "gtceu:green_sapphire_ore"
}
{
Count: 1b
id: "gtceu:green_sapphire_gem"
id: "gtceu:almandine_ore"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion config/ftbquests/quests/chapters/apotheosis_gear.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -644,4 +644,4 @@
}
]
title: "{atm9.chapters.8.title}"
}
}
3 changes: 3 additions & 0 deletions config/ftbquests/quests/chapters/ars_nouveau.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@
id: "6988873450238F30"
item: "ars_nouveau:novice_spell_book"
type: "item"
weak_nbt_match: true
}]
x: -4.0d
y: 0.0d
Expand Down Expand Up @@ -1554,6 +1555,7 @@
id: "0BCFC6422BBF539C"
item: "ars_nouveau:apprentice_spell_book"
type: "item"
weak_nbt_match: true
}]
x: -4.0d
y: 1.5d
Expand Down Expand Up @@ -1582,6 +1584,7 @@
id: "5E7DBDDD97BA8F13"
item: "ars_nouveau:archmage_spell_book"
type: "item"
weak_nbt_match: true
}]
x: -4.0d
y: 3.0d
Expand Down
Loading