Advertisement
Guest User

Redstone Shop

a guest
Jun 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. "REDSTONE": {
  2. "rows": 1,
  3. "name": "&3Redstone Shop",
  4. "items": [
  5. {
  6. "material": "DISPENSER",
  7. "name": "&6Dispenser",
  8. "slot": 1,
  9. "category": "REDSTONE",
  10. "lore": [
  11. "&cBuy 4 Dispensers"
  12. "&cfor 1 Build Grist"
  13. ],
  14. "amount": 4
  15. },
  16. {
  17. "material": "DROPPER",
  18. "name": "&6Dropper",
  19. "slot": 2,
  20. "category": "REDSTONE",
  21. "lore": [
  22. "&cBuy 4 Droppers"
  23. "&cfor 1 Build Grist"
  24. ],
  25. "amount": 4
  26. },
  27. {
  28. "material": "HOPPER",
  29. "name": "&6Hopper",
  30. "slot": 3,
  31. "category": "REDSTONE",
  32. "lore": [
  33. "&cBuy 4 Hoppers"
  34. "&cfor 1 Build Grist"
  35. ],
  36. "amount": 4
  37. },
  38. {
  39. "material": "REDSTONE_BLOCK",
  40. "name": "&6Redstone Block",
  41. "slot": 4,
  42. "category": "REDSTONE",
  43. "lore": [
  44. "&cBuy 1 Redstone Block"
  45. "&cfor 1 Build Grist"
  46. ],
  47. "amount": 1
  48. },
  49. {
  50. "material": "COMPARATOR",
  51. "name": "&6Comparator",
  52. "slot": 5,
  53. "category": "REDSTONE",
  54. "lore": [
  55. "&cBuy 4 Comparators"
  56. "&cfor 1 Build Grist"
  57. ],
  58. "amount": 4
  59. },
  60. {
  61. "material": "PISTON",
  62. "name": "&6Piston",
  63. "slot": 6,
  64. "category": "REDSTONE",
  65. "lore": [
  66. "&cBuy 4 Pistons"
  67. "&cfor 1 Build Grist"
  68. ],
  69. "amount": 4
  70. },
  71. {
  72. "material": "STICKY_PISTON",
  73. "name": "&6Sticky Piston",
  74. "slot": 7,
  75. "category": "REDSTONE",
  76. "lore": [
  77. "&cBuy 4 Sticky Pistons"
  78. "&cfor 1 Build Grist"
  79. ],
  80. "amount": 4
  81. },
  82. {
  83. "material": "TRIPWIRE_HOOK",
  84. "name": "&6Tripwire Hook",
  85. "slot": 12,
  86. "category": "REDSTONE",
  87. "lore": [
  88. "&cBuy 4 Tripwire Hooks"
  89. "&cfor 1 Build Grist"
  90. ],
  91. "amount": 4
  92. },
  93. {
  94. "material": "REDSTONE_LAMP",
  95. "name": "&6Redstone Lamp",
  96. "slot": 13,
  97. "category": "REDSTONE",
  98. "lore": [
  99. "&cBuy 4 Redstone Lamps"
  100. "&cfor 1 Build Grist"
  101. ],
  102. "amount": 4
  103. },
  104. {
  105. "material": "OBSERVER",
  106. "name": "&6Observer",
  107. "slot": 14,
  108. "category": "REDSTONE",
  109. "lore": [
  110. "&cBuy 4 Observers"
  111. "&cfor 1 Build Grist"
  112. ],
  113. "amount": 4
  114. },
  115. {
  116. "material": "BARRIER",
  117. "name": "&4Back",
  118. "slot": 17,
  119. "category": "REDSTONE",
  120. "lore": [],
  121. "amount": 1
  122. }
  123. ]
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement