Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.49 KB | None | 0 0
  1. name: "Emerald Pickaxe"
  2.  
  3. item:
  4.   material: DIAMOND_PICKAXE
  5.   textureID: 2
  6.   displayName: "&6&lEmerald Pickaxe"
  7.   durability: 20
  8.   damageable : true
  9.   hideDurability: true
  10.  
  11. info:
  12.   description: "This is a &6Emerald Pickaxe"
  13.   obtaining: "You need to craft this Item"
  14.  
  15. recipes:
  16.   -
  17.     items:
  18.       -
  19.         item: "minecraft:emerald"
  20.         key: a
  21.       -
  22.         item: "minecraft:stick"
  23.         key: b
  24.     shape:
  25.       - aaa
  26.       - xbx
  27.       - xbx
  28.     shaped: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement