Advertisement
Guest User

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

a guest
Jul 26th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "type": "minecraft:crafting_shaped",
  3.  
  4. "pattern":
  5. [
  6. "UBI",
  7. "BCB",
  8. "OBP"
  9. ],
  10.  
  11. "key":
  12. {
  13. "B":
  14. {
  15. "item": "hm:bursting_grayscale_block"
  16. },
  17.  
  18. "C":
  19. {
  20. "item": "hm:colorwheelcenter"
  21. },
  22.  
  23. "U":
  24. {
  25. "item": "hm:colorwheelp1"
  26. },
  27.  
  28. "I":
  29. {
  30. "item": "hm:colorwheelp2"
  31. },
  32.  
  33. "O":
  34. {
  35. "item": "hm:colorwheelp3"
  36. },
  37.  
  38. "P":
  39. {
  40. "item": "hm:colorwheelp4"
  41. }
  42. },
  43.  
  44. "result":
  45. {
  46. "item": "hm:colorwheel",
  47. "count": 1
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement