Advertisement
skylinerw_loot_table

EXAMPLE: NBT data

Oct 27th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:diamond_sword",
  9.                     "weight": 1,
  10.                     "functions": [
  11.                         {
  12.                             "function": "set_nbt",
  13.                             "tag": "{display:{Name:\"§kCustom Name§r\",Lore:[\"Line 1\",\"Line 2\"]},CustomTag:1b}"
  14.                         }
  15.                     ]
  16.                 }
  17.             ]
  18.         }
  19.     ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement