mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
It's important to convert the ItemStack present inside the text component. The ItemStack nests TEXT_COMPONENT (written book pages, custom name, ...) which would otherwise not be walked since we have set a breakpoint at the version and moved the walker to the next version step. This fixes item names for hover events inside written book pages failing to convert to NBT. This issue is also present on DFU.