Skip to content

Commit

Permalink
fix(quest): 📖fix [soujourner's sash] and Blood Orbs require NBT
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 21, 2025
1 parent 0446fff commit 63dd288
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion config/ftbquests/normal/chapters/6c29cdf5/1c7263f8.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
type: "item",
items: [{
item: "botania:travelbelt"
}]
}],
ignore_damage: 1b,
ignore_nbt: 1b
}],
rewards: [{
uid: "bce7cc9a",
Expand Down
3 changes: 2 additions & 1 deletion config/ftbquests/normal/chapters/9b28524a/1002494e.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
orb: "bloodmagic:master"
},
id: "bloodmagic:blood_orb"
}]
}],
ignore_nbt: 1b
}],
rewards: [{
uid: "1a463dc3",
Expand Down
3 changes: 2 additions & 1 deletion config/ftbquests/normal/chapters/9b28524a/6557109c.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
orb: "bloodmagic:magician"
},
id: "bloodmagic:blood_orb"
}]
}],
ignore_nbt: 1b
}],
rewards: [{
uid: "0ff5bef8",
Expand Down
3 changes: 2 additions & 1 deletion config/ftbquests/normal/chapters/9b28524a/c359a62a.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
orb: "bloodmagic:apprentice"
},
id: "bloodmagic:blood_orb"
}]
}],
ignore_nbt: 1b
}],
rewards: [{
uid: "acf5e8a8",
Expand Down
3 changes: 2 additions & 1 deletion config/ftbquests/normal/chapters/9b28524a/c46bf64f.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
orb: "bloodmagic:archmage"
},
id: "bloodmagic:blood_orb"
}]
}],
ignore_nbt: 1b
}],
rewards: [{
uid: "e6210afd",
Expand Down

0 comments on commit 63dd288

Please sign in to comment.