Skip to content

Commit

Permalink
Change quests to give 2 moninickels before Iron Supply, so the first …
Browse files Browse the repository at this point in the history
…bit of iron for widget loop can be bought
  • Loading branch information
Xefyr0 committed Aug 26, 2024
1 parent 3d37c17 commit 29609e0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config-overrides/harder/ftbquests/quests/chapters/genesis.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
disable_toast: true
id: "4A696D4BA5442928"
optional: true
rewards: [{
id: "14F213CB6CCF4D1C"
item: "kubejs:moni_nickel"
type: "item"
}]
subtitle: "&oThis quest completes with any drawer."
tasks: [{
id: "02543E826A43185A"
Expand Down Expand Up @@ -189,6 +194,11 @@
disable_toast: true
icon: "ftbquests:book"
id: "3B200AD6EFF90DFA"
rewards: [{
id: "2B4A8AFF94B4F4E6"
item: "kubejs:moni_nickel"
type: "item"
}]
size: 1.0d
subtitle: "&eUSE EMI!!!&r"
tasks: [{
Expand Down
10 changes: 10 additions & 0 deletions config-overrides/hardmode/ftbquests/quests/chapters/genesis.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
disable_toast: true
id: "4A696D4BA5442928"
optional: true
rewards: [{
id: "14F213CB6CCF4D1C"
item: "kubejs:moni_nickel"
type: "item"
}]
subtitle: "&oThis quest completes with any drawer."
tasks: [{
id: "02543E826A43185A"
Expand Down Expand Up @@ -200,6 +205,11 @@
disable_toast: true
icon: "ftbquests:book"
id: "3B200AD6EFF90DFA"
rewards: [{
id: "2B4A8AFF94B4F4E6"
item: "kubejs:moni_nickel"
type: "item"
}]
size: 1.0d
subtitle: "&eUSE EMI!!!&r"
tasks: [{
Expand Down
10 changes: 10 additions & 0 deletions config-overrides/normal/ftbquests/quests/chapters/genesis.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
disable_toast: true
id: "4A696D4BA5442928"
optional: true
rewards: [{
id: "14F213CB6CCF4D1C"
item: "kubejs:moni_nickel"
type: "item"
}]
subtitle: "&oThis quest completes with any drawer."
tasks: [{
id: "02543E826A43185A"
Expand Down Expand Up @@ -249,6 +254,11 @@
disable_toast: true
icon: "ftbquests:book"
id: "3B200AD6EFF90DFA"
rewards: [{
id: "2B4A8AFF94B4F4E6"
item: "kubejs:moni_nickel"
type: "item"
}]
size: 1.0d
subtitle: "&eUSE EMI!!!&r"
tasks: [{
Expand Down
10 changes: 10 additions & 0 deletions config/ftbquests/quests/chapters/genesis.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
disable_toast: true
id: "4A696D4BA5442928"
optional: true
rewards: [{
id: "14F213CB6CCF4D1C"
item: "kubejs:moni_nickel"
type: "item"
}]
subtitle: "&oThis quest completes with any drawer."
tasks: [{
id: "02543E826A43185A"
Expand Down Expand Up @@ -249,6 +254,11 @@
disable_toast: true
icon: "ftbquests:book"
id: "3B200AD6EFF90DFA"
rewards: [{
id: "2B4A8AFF94B4F4E6"
item: "kubejs:moni_nickel"
type: "item"
}]
size: 1.0d
subtitle: "&eUSE EMI!!!&r"
tasks: [{
Expand Down

0 comments on commit 29609e0

Please sign in to comment.