helle napster1 here if find this wear papers. you get a no-texture block when you run the command:
give @p paper 1 1 {display:{Name:"Test"}}
Comments 2
Hi napster1,
you get a no-texture block, because a paper item with data value 1 does exist in normal Minecraft, so Minecraft doesn't know which texture to use 😉
To solve this just perform this command with data value 0:
/give @p paper 1 0 {display:{Name:"Test"}}/give @p paper 1 0 {display:{Name:"Test"}}
There is no paper with a data value of 1.
Try