Guest User

Shaped Crafting Recipe

a guest
May 12th, 2018
15,424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "type": "minecraft:crafting_shaped",
  3.    
  4.     "pattern":
  5.     [
  6.         "RRR",
  7.         "RRR",
  8.         "RRR"
  9.     ],
  10.    
  11.     "key":
  12.     {
  13.         "R":
  14.         {
  15.             "item": "modid:object"
  16.         }
  17.     },
  18.    
  19.     "result":
  20.     {
  21.         "item": "modid:object",
  22.         "count": 1
  23.     }
  24. }
Add Comment
Please, Sign In to add comment