Note pad NBT?

Ka
4

If you place a note pad in Minecraft and then change its tone, you can usually click the mouse wheel + Ctrl on the note pad to get the note pad with the correct tone into your inventory. But it doesn't work for me, which is very strange, with chests, command blocks, etc. Is only not possible with note blocks. Am I doing something wrong or is it the version (Java 1.16.4)?

Po

If I remember correctly, the pitch is stored as a block state instead of block object data and is therefore not copied.

Ka

OK, too bad

Po

This is not possible with note pads. However, you can give yourself some with block states with the / give command:

/ give @p note_block {BlockStateTag: {note: "0"}} 1

Ka

Omg thanks. I've been playing Minecraft for 8 years, but I didn't think of it with the BlockStateTag and then forgot about it.