Skip to content

Commit

Permalink
Fix White Bunting dying recipe
Browse files Browse the repository at this point in the history
Recipe for dying White Bunting previously produced a generic "Bunting" item with no color
  • Loading branch information
brnbrd authored Jan 8, 2025
1 parent d1b3a37 commit 7a4ea7d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
],
"result": {
"item": "supplementaries:bunting",
"count": 1
"count": 1,
"nbt": {
"Color": "white"
}
}
}
}

0 comments on commit 7a4ea7d

Please sign in to comment.