minecraft.used:minecraft.BOOK_TYPE doesn't increase when placing books onto chiseled bookshelves
The Bug:
minecraft.used:minecraft.BOOK_TYPE doesn't increase when placing books onto chiseled bookshelves.
| Affected Scoreboard Objectives |
|---|
| minecraft.used:minecraft.book |
| minecraft.used:minecraft.writable_book |
| minecraft.used:minecraft.written_book |
Steps to Reproduce:
- Create a scoreboard objective for tracking the use of a writeable book and set it to display on the sidebar.
/scoreboard objectives add UseWritableBook minecraft.used:minecraft.writable_book
/scoreboard objectives setdisplay sidebar UseWritableBook
- Obtain a writable book, otherwise more commonly known as a book and quill, and place down a lectern along with a chiseled bookshelf.
- Place the writable book onto the lectern and take note of how the scoreboard increases.
- Place the writable book onto the chiseled bookshelf.
- Take note as to whether or not minecraft.used:minecraft.BOOK_TYPE increases when placing books onto chiseled bookshelves.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would increase.