Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # CustomRecipe remastered by MehBoss #
  3. # Version v1.0.2 #
  4. # #
  5. # If you find a bug, send me a PM and it will be fixed! :) #
  6. # #
  7. # Enchant Strings: #
  8. # http://pastebin.com/AWtKQ5UH #
  9. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  10. Items:
  11. CursedPick:
  12. Item: 278
  13. # Item ID
  14. Amount: 1
  15. # When you craft this item, this is the amount you will get from it.
  16. Name: '&4&lCursed Pick'
  17. # Name of the Item, you can use Color Codes!
  18. Lore:
  19. - '&c&lThe Cursed Pickaxe'
  20. # The lore of the item, it can be multiple lines.
  21. Enchantments:
  22. - 'DURABILITY:300'
  23. # All the Enchantments are listed at the Top. You can also add as many as you want
  24. ItemCrafting:
  25. - 'EEE' #First row in the crafting table
  26. - 'XIX' #Second row in the crafting table
  27. - 'XIX' #Third row in the crafting table
  28. Ingredients:
  29. # X Stands for Air but do not include that in the Ingredients.
  30. # Format: LETTER:ITEMID:DISPLAYNAME --> DISPLAYNAME PART IS OPTIONAL!
  31. - 'E:388:Emerald Essence'
  32. # E Stands for Emerald because 388 is the ItemID for emerald.
  33. - 'I:265:Iron Essence'
  34. # I Stands for Iron because 265 is the ItemID for iron ingot.
  35.  
  36. C4:
  37. Item: 46
  38. # Item ID
  39. Amount: 1
  40. # When you craft this item, this is the amount you will get from it.
  41. Name: '&fC4'
  42. # Name of the Item, you can use Color Codes!
  43. Lore:
  44. - '&fBreaks Walls'
  45. # The lore of the item, it can be multiple lines.
  46. Enchantments:
  47. - 'DURABILITY:10'
  48. # All the Enchantments are listed at the Top. You can also add as many as you want
  49. ItemCrafting:
  50. - 'SSS' #First row in the crafting table
  51. - 'SSS' #Second row in the crafting table
  52. - 'SSS' #Third row in the crafting table
  53. Ingredients:
  54. # X Stands for Air but do not include that in the Ingredients.
  55. # Format: LETTER:ITEMID:DISPLAYNAME --> DISPLAYNAME PART IS OPTIONAL!
  56. - 'S:46:Satchel Charge'
  57. # E Stands for Emerald because 388 is the ItemID for emerald.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement