Skip to content

Instantly share code, notes, and snippets.

@Choonster
Created June 29, 2016 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Choonster/f842ac7d1efc1822e38d27b91f498c69 to your computer and use it in GitHub Desktop.
Save Choonster/f842ac7d1efc1822e38d27b91f498c69 to your computer and use it in GitHub Desktop.
Minecraft Forge 1.7.10-10.13.4.1614-1.7.10 - An example of the ItemStack lore NBT format http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/modification-development/2701768-block-wont-drop-item-with-lore
{ // Stack compound tag
"display": { // Compound tag
"Name": "Hello", // String tag
"Lore": [ // List tag
"This should be page 1 data" // String tag
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment