RustyDagger

Untitled

Sep 28th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. # You can get all minecraft IDs on this page: http://www.minecraftinfo.com/IDList.htm
  2. # You can get all enchants IDs on this page: http://fr.minecraftwiki.net/wiki/Enchantement
  3. config:
  4. crafts:
  5. # sandstone + sandstone = smooth sandstone
  6. smooth sandstone:
  7. itemID: 24
  8. metadata: 0
  9. quantity: 4
  10. customName: '&2Crafted &1Item &3CustomName'
  11. lores:
  12. - '&cA &bline'
  13. - '&1An &2other'
  14. - '&4And &5an &3other too'
  15. shapelessRecipe: false
  16. recipe:
  17. - ' '
  18. - ' aa'
  19. - ' aa'
  20. usePermission: false
  21. deleteOthers: false
  22. override: true
  23. ingredientsID:
  24. a: '24:0'
  25.  
  26. # sandstone + sandstone = smooth sandstone
  27. smooth sandstone2:
  28. itemID: 24
  29. metadata: 0
  30. quantity: 4
  31. customName: '&2Crafted &1Item &3CustomName'
  32. lores:
  33. - '&cA &bline'
  34. - '&1An &2other'
  35. - '&4And &5an &3other too'
  36. shapelessRecipe: false
  37. recipe:
  38. - 'aa '
  39. - 'aa '
  40. - ' '
  41. usePermission: false
  42. deleteOthers: false
  43. override: true
  44. ingredientsID:
  45. a: '24:0'
  46.  
  47. # sandstone + sandstone = smooth sandstone
  48. smooth sandstone4:
  49. itemID: 24
  50. metadata: 0
  51. quantity: 4
  52. customName: '&2Crafted &1Item &3CustomName'
  53. lores:
  54. - '&cA &bline'
  55. - '&1An &2other'
  56. - '&4And &5an &3other too'
  57. shapelessRecipe: false
  58. recipe:
  59. - ' aa'
  60. - ' aa'
  61. - ' '
  62. usePermission: false
  63. deleteOthers: false
  64. override: true
  65. ingredientsID:
  66. a: '24:0'
  67.  
  68. # sandstone + sandstone = smooth sandstone
  69. smooth sandstone3:
  70. itemID: 24
  71. metadata: 0
  72. quantity: 4
  73. customName: '&2Crafted &1Item &3CustomName'
  74. lores:
  75. - '&cA &bline'
  76. - '&1An &2other'
  77. - '&4And &5an &3other too'
  78. shapelessRecipe: false
  79. recipe:
  80. - ' '
  81. - 'aa '
  82. - 'aa '
  83. usePermission: false
  84. deleteOthers: false
  85. override: true
  86. ingredientsID:
  87. a: '24:0'
Advertisement
Add Comment
Please, Sign In to add comment