Advertisement
Guest User

recipes

a guest
May 21st, 2019
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.98 KB | None | 0 0
  1. Emerald sword:
  2. {
  3.     "type": "minecraft:crafting_shaped",
  4.    
  5.     "pattern":
  6.     [
  7.         " R ",
  8.         " R ",
  9.         " S "
  10.     ],
  11.    
  12.     "key":
  13.     {
  14.         "S":
  15.         {
  16.             "item": "minecraft:stick"
  17.         },
  18.          "R":
  19.         {
  20.             "item": "minecraft:emerald"
  21.         }
  22.     },
  23.    
  24.     "result":
  25.     {
  26.         "item": "tm:emerald_sword",
  27.         "count": 1
  28.     }
  29. }
  30.  
  31.  
  32.  
  33.  
  34. Void sword:
  35. {
  36.     "type": "minecraft:crafting_shaped",
  37.    
  38.     "pattern":
  39.     [
  40.         " R ",
  41.         " R ",
  42.         " S "
  43.     ],
  44.    
  45.     "key":
  46.     {
  47.         "S":
  48.         {
  49.             "item": "minecraft:stick"
  50.         },
  51.          "R":
  52.         {
  53.             "item": "tm:void_ingot"
  54.         }
  55.     },
  56.    
  57.     "result":
  58.     {
  59.         "item": "tm:void_sword",
  60.         "count": 1
  61.     }
  62. }
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. Nether helmet:
  71. {
  72.     "type": "minecraft:crafting_shaped",
  73.    
  74.     "pattern":
  75.     [
  76.         "RRR",
  77.         "R R",
  78.         "   "
  79.     ],
  80.    
  81.     "key":
  82.     {
  83.         "R":
  84.         {
  85.             "item": "minecraft:netherrack"
  86.         }
  87.     },
  88.    
  89.     "result":
  90.     {
  91.         "item": "tm:nether_helmet",
  92.         "count": 1
  93.     }
  94. }
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. Fire staff:
  104. {
  105.     "type": "minecraft:crafting_shaped",
  106.    
  107.     "pattern":
  108.     [
  109.         " R ",
  110.         " R ",
  111.         " S "
  112.     ],
  113.    
  114.     "key":
  115.     {
  116.         "S":
  117.         {
  118.             "item": "minecraft:stick"
  119.         },
  120.          "R":
  121.         {
  122.             "item": "minecraft:flint_and_steel"
  123.         }
  124.     },
  125.    
  126.     "result":
  127.     {
  128.         "item": "tm:staff_fire",
  129.         "count": 1
  130.     }
  131. }
  132.  
  133.  
  134.  
  135.  
  136. Staff glow arrow:
  137. {
  138.     "type": "minecraft:crafting_shapeless",
  139.  
  140.     "ingredients":
  141.     [
  142.  
  143.     {
  144.       "item": "minecraft:arrow"
  145.     },
  146.  
  147.     {
  148.       "item": “tm:void_ingot"
  149.    }
  150.    
  151.    ],
  152.  
  153.    "result":
  154.    {
  155.        "item": "tm:staff_glow_arrow",
  156.        "count": 8
  157.    }
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166. End staff:
  167. {
  168.    "type": "minecraft:crafting_shaped",
  169.    
  170.    "pattern":
  171.    [
  172.        "PEP",
  173.        "EOE",
  174.        "PEP"
  175.    ],
  176.    
  177.    "key":
  178.    {
  179.        "O":
  180.        {
  181.            "item": "minecraft:obsidian"
  182.        }
  183.        "E":
  184.        {
  185.            "item": "minecraft:end_stone"
  186.        }
  187.        "P":
  188.        {
  189.            "item": "minecraft:ender_pearl"
  190.        }
  191.    },
  192.    
  193.    "result":
  194.    {
  195.        "item": "tm:staff_end",
  196.        "count": 1
  197.    }
  198. }
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. Exp staff:
  209. {
  210.    "type": "minecraft:crafting_shaped",
  211.    
  212.    "pattern":
  213.    [
  214.        "PEP",
  215.        "EOE",
  216.        "PEP"
  217.    ],
  218.    
  219.    "key":
  220.    {
  221.        "O":
  222.        {
  223.            "item": "tm:void_ingot"
  224.        }
  225.        "E":
  226.        {
  227.            "item": "minecraft:diamond_block"
  228.        }
  229.        "P":
  230.        {
  231.            "item": "minecraft:emerald_block"
  232.        }
  233.    },
  234.    
  235.    "result":
  236.    {
  237.        "item": "tm:staff_exp",
  238.        "count": 1
  239.    }
  240. }
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251. Void helmet:
  252. {
  253.    "type": "minecraft:crafting_shaped",
  254.    
  255.    "pattern":
  256.    [
  257.        "RRR",
  258.        "R R",
  259.        "   "
  260.    ],
  261.    
  262.    "key":
  263.    {
  264.        "R":
  265.        {
  266.            "item": "tm:void_ingot"
  267.        }
  268.    },
  269.    
  270.    "result":
  271.    {
  272.        "item": "tm:void_helmet",
  273.        "count": 1
  274.    }
  275. }
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. Void chestplate
  295. {
  296.    "type": "minecraft:crafting_shaped",
  297.    
  298.    "pattern":
  299.    [
  300.        "R R",
  301.        "RRR",
  302.        "RRR"
  303.    ],
  304.    
  305.    "key":
  306.    {
  307.        "R":
  308.        {
  309.            "item": "tm:void_ingot"
  310.        }
  311.    },
  312.    
  313.    "result":
  314.    {
  315.        "item": "tm:void_chestplate",
  316.        "count": 1
  317.    }
  318. }
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337. Void leggings:
  338. {
  339.    "type": "minecraft:crafting_shaped",
  340.    
  341.    "pattern":
  342.    [
  343.        "RRR",
  344.        "R R",
  345.        "R  R"
  346.    ],
  347.    
  348.    "key":
  349.    {
  350.        "R":
  351.        {
  352.            "item": "tm:void_ingot"
  353.        }
  354.    },
  355.    
  356.    "result":
  357.    {
  358.        "item": "tm:void_leggings",
  359.        "count": 1
  360.    }
  361. }
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. Void boots:
  381. {
  382.    "type": "minecraft:crafting_shaped",
  383.    
  384.    "pattern":
  385.    [
  386.        “   ",
  387.         "R R",
  388.         "R R"
  389.     ],
  390.    
  391.     "key":
  392.     {
  393.         "R":
  394.         {
  395.             "item": "tm:void_ingot"
  396.         }
  397.     },
  398.    
  399.     "result":
  400.     {
  401.         "item": "tm:void_boots",
  402.         "count": 1
  403.     }
  404. }
  405.  
  406.  
  407.  
  408. Thank god im done with the arm- oh wait there is more :/
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. Nether chestplate:
  424. {
  425.     "type": "minecraft:crafting_shaped",
  426.    
  427.     "pattern":
  428.     [
  429.         "R R",
  430.         "RRR",
  431.         "RRR"
  432.     ],
  433.    
  434.     "key":
  435.     {
  436.         "R":
  437.         {
  438.             "item": "minecraft:netherrack"
  439.         }
  440.     },
  441.    
  442.     "result":
  443.     {
  444.         "item": "tm:tm:nether_chestplate",
  445.         "count": 1
  446.     }
  447. }
  448.  
  449.  
  450. This
  451. Is
  452. Like
  453. So
  454. f***ing
  455. Fun
  456. Lol
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. Nether leggings:
  467. {
  468.     "type": "minecraft:crafting_shaped",
  469.    
  470.     "pattern":
  471.     [
  472.         "RRR",
  473.         "R R",
  474.         "R R"
  475.     ],
  476.    
  477.     "key":
  478.     {
  479.         "R":
  480.         {
  481.             "item": "minecraft:netherrack"
  482.         }
  483.     },
  484.    
  485.     "result":
  486.     {
  487.         "item": "tm:nether_leggings",
  488.         "count": 1
  489.     }
  490. }
  491.  
  492.  
  493. One
  494. More
  495. To
  496. Go
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. Nether boots:
  510. {
  511.     "type": "minecraft:crafting_shaped",
  512.    
  513.     "pattern":
  514.     [
  515.         "   ",
  516.         "R R",
  517.         "R R"
  518.     ],
  519.    
  520.     "key":
  521.     {
  522.         "R":
  523.         {
  524.             "item": "minecraft:netherrack"
  525.         }
  526.     },
  527.    
  528.     "result":
  529.     {
  530.         "item": "tm:nether_boots",
  531.         "count": 1
  532.     }
  533. }
  534.  
  535. YAY
  536. NO
  537. MORE
  538. ARMOR
  539. SCRUBS
  540. S
  541. S
  542. S
  543. S
  544. S
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552. Wait now emerald stuff. Well at least that is fun lol
  553. Emerald sword:
  554. {
  555.     "type": "minecraft:crafting_shaped",
  556.    
  557.     "pattern":
  558.     [
  559.         " R ",
  560.         " R ",
  561.         " S "
  562.     ],
  563.    
  564.     "key":
  565.     {
  566.         "S":
  567.         {
  568.             "item": "minecraft:stick"
  569.         },
  570.          "R":
  571.         {
  572.             "item": "minecraft:emerald"
  573.         }
  574.     },
  575.    
  576.     "result":
  577.     {
  578.         "item": "tm:emerald_sword",
  579.         "count": 1
  580.     }
  581. }
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595. Emerald pickaxe:
  596. {
  597.     "type": "minecraft:crafting_shaped",
  598.    
  599.     "pattern":
  600.     [
  601.         "RRR",
  602.         " S ",
  603.         " S "
  604.     ],
  605.    
  606.     "key":
  607.     {
  608.         "S":
  609.         {
  610.             "item": "minecraft:stick"
  611.         },
  612.          "R":
  613.         {
  614.             "item": "minecraft:emerald"
  615.         }
  616.     },
  617.    
  618.     "result":
  619.     {
  620.         "item": "tm:emerald_pickaxe",
  621.         "count": 1
  622.     }
  623. }
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638. Emerald axe:
  639. {
  640.     "type": "minecraft:crafting_shaped",
  641.    
  642.     "pattern":
  643.     [
  644.         " RR",
  645.         " SR",
  646.         " S "
  647.     ],
  648.    
  649.     "key":
  650.     {
  651.         "S":
  652.         {
  653.             "item": "minecraft:stick"
  654.         },
  655.          "R":
  656.         {
  657.             "item": "minecraft:emerald"
  658.         }
  659.     },
  660.    
  661.     "result":
  662.     {
  663.         "item": "tm:emerald_axe",
  664.         "count": 1
  665.     }
  666. }
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681. Emerald shovel:
  682. {
  683.     "type": "minecraft:crafting_shaped",
  684.    
  685.     "pattern":
  686.     [
  687.         " R ",
  688.         " S ",
  689.         " S "
  690.     ],
  691.    
  692.     "key":
  693.     {
  694.         "S":
  695.         {
  696.             "item": "minecraft:stick"
  697.         },
  698.          "R":
  699.         {
  700.             "item": "minecraft:emerald"
  701.         }
  702.     },
  703.    
  704.     "result":
  705.     {
  706.         "item": "tm:emerald_shovel",
  707.         "count": 1
  708.     }
  709. }
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724. And finally
  725. Emerald hoe:
  726. {
  727.     "type": "minecraft:crafting_shaped",
  728.    
  729.     "pattern":
  730.     [
  731.         " RR",
  732.         " S ",
  733.         " S "
  734.     ],
  735.    
  736.     "key":
  737.     {
  738.         "S":
  739.         {
  740.             "item": "minecraft:stick"
  741.         },
  742.          "R":
  743.         {
  744.             "item": "minecraft:emerald"
  745.         }
  746.     },
  747.    
  748.     "result":
  749.     {
  750.         "item": "tm:emerald_hoe",
  751.         "count": 1
  752.     }
  753. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement