Started by
yarikovall
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make an item that, when right-clicked on a block, sends the player's nickname. At first, I thought I could store it in the block's NBT tag, but most vanilla blocks aren't block entities and can't hold NBT data. How can I do this?