Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Fix quest rewards not working
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Jun 10, 2021
1 parent 1997b35 commit 68cca8c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Updated all mods
- Fixed some quest rewards not working
28 changes: 26 additions & 2 deletions overrides/config/delivery/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,19 @@
"rewards": [
{
"item": "minecraft:white_concrete",
"amount": 256
"amount": 64
},
{
"item": "minecraft:white_concrete",
"amount": 64
},
{
"item": "minecraft:white_concrete",
"amount": 64
},
{
"item": "minecraft:white_concrete",
"amount": 64
}
]
},
Expand Down Expand Up @@ -1102,7 +1114,19 @@
"rewards": [
{
"item": "minecraft:bread",
"amount": 256
"amount": 64
},
{
"item": "minecraft:bread",
"amount": 64
},
{
"item": "minecraft:bread",
"amount": 64
},
{
"item": "minecraft:bread",
"amount": 64
}
]
},
Expand Down

0 comments on commit 68cca8c

Please sign in to comment.