Advertisement
Guest User

src/main/resources/assets/hm/recipes/colorwheelp1recipe.json

a guest
Jul 26th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "type": "minecraft:crafting_shaped",
  3.  
  4. "pattern":
  5. [
  6. "GGG",
  7. "GIO",
  8. "GPB"
  9. ],
  10.  
  11. "key":
  12. {
  13. "B":
  14. {
  15. "item": "hm:bursting_grayscale_block"
  16. },
  17.  
  18. "G":
  19. {
  20. "item": "hm:grayscale_block"
  21. },
  22.  
  23. "I":
  24. {
  25. "item": "minecraft:magenta_dye"
  26. },
  27.  
  28. "O":
  29. {
  30. "item": "minecraft:pink_dye"
  31. },
  32.  
  33. "P":
  34. {
  35. "item": "minecraft:purple_dye"
  36. }
  37. },
  38.  
  39. "result":
  40. {
  41. "item": "hm:colorwheelp1",
  42. "count": 1
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement