Skip to content

Commit

Permalink
fix(quest): 📖Add reward to Ratlantis World Generation
Browse files Browse the repository at this point in the history
Also change rewards on near quests
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 8ee4208 commit bdc4297
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions config/ftbquests/normal/chapters/87b91368/9190f50f.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -5133,5 +5133,15 @@
}],
ignore_damage: true,
ignore_nbt: 2b
}],
rewards: [{
uid: "a4ad6fa6",
type: "item",
item: {
id: "ftbquests:lootcrate",
tag: {
type: "uncommon"
}
}
}]
}
4 changes: 2 additions & 2 deletions config/ftbquests/normal/chapters/87b91368/b02e70fe.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}]
}],
rewards: [{
uid: "e0c9b8fb",
uid: "6b8b1d0b",
type: "item",
item: {
id: "ftbquests:lootcrate",
tag: {
type: "legendary"
type: "uncommon"
}
}
}]
Expand Down
4 changes: 2 additions & 2 deletions config/ftbquests/normal/chapters/87b91368/bba29d8c.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}]
}],
rewards: [{
uid: "364127a8",
uid: "394bd40d",
type: "item",
item: {
id: "ftbquests:lootcrate",
tag: {
type: "common"
type: "legendary"
}
}
}]
Expand Down

0 comments on commit bdc4297

Please sign in to comment.