Advertisement
Shaka01

recipes - from server

Mar 2nd, 2024 (edited)
1,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 28.14 KB | None | 0 0
  1. {
  2.   [ "create:brass_hand" ] = {
  3.     keyCount = 1,
  4.     [ "create:andesite_alloy" ] = {
  5.       {
  6.         count = 1,
  7.         slot = 6,
  8.       },
  9.     },
  10.     [ "create:golden_sheet" ] = {
  11.       {
  12.         count = 1,
  13.         slot = 9,
  14.       },
  15.       {
  16.         count = 1,
  17.         slot = 10,
  18.       },
  19.       {
  20.         count = 1,
  21.         slot = 11,
  22.       },
  23.       {
  24.         count = 1,
  25.         slot = 14,
  26.       },
  27.     },
  28.   },
  29.   [ "create:gearbox" ] = {
  30.     keyCount = 1,
  31.     [ "create:cogwheel" ] = {
  32.       {
  33.         count = 1,
  34.         slot = 6,
  35.       },
  36.       {
  37.         count = 1,
  38.         slot = 9,
  39.       },
  40.       {
  41.         count = 1,
  42.         slot = 11,
  43.       },
  44.       {
  45.         count = 1,
  46.         slot = 14,
  47.       },
  48.     },
  49.     [ "create:andesite_casing" ] = {
  50.       {
  51.         count = 1,
  52.         slot = 10,
  53.       },
  54.     },
  55.   },
  56.   [ "create:fluid_pipe" ] = {
  57.     keyCount = 8,
  58.     [ "create:copper_sheet" ] = {
  59.       {
  60.         count = 1,
  61.         slot = 13,
  62.       },
  63.       {
  64.         count = 1,
  65.         slot = 15,
  66.       },
  67.     },
  68.     [ "create:copper_ingot" ] = {
  69.       {
  70.         count = 1,
  71.         slot = 14,
  72.       },
  73.     },
  74.   },
  75.   [ "create:redstone_link" ] = {
  76.     keyCount = 2,
  77.     [ "minecraft:redstone_torch" ] = {
  78.       {
  79.         count = 1,
  80.         slot = 7,
  81.       },
  82.     },
  83.     [ "create:brass_sheet" ] = {
  84.       {
  85.         count = 1,
  86.         slot = 9,
  87.       },
  88.       {
  89.         count = 1,
  90.         slot = 11,
  91.       },
  92.     },
  93.     [ "minecraft:spruce_planks" ] = {
  94.       {
  95.         count = 1,
  96.         slot = 10,
  97.       },
  98.     },
  99.   },
  100.   [ "minecraft:birch_planks" ] = {
  101.     keyCount = 4,
  102.     [ "minecraft:birch_log" ] = {
  103.       {
  104.         count = 1,
  105.         slot = 10,
  106.       },
  107.     },
  108.   },
  109.   [ "create:vertical_gearbox" ] = {
  110.     keyCount = 1,
  111.     [ "create:gearbox" ] = {
  112.       {
  113.         count = 1,
  114.         slot = 15,
  115.       },
  116.     },
  117.   },
  118.   [ "xkdeco:maya_stone" ] = {
  119.     keyCount = 4,
  120.     [ "minecraft:granite" ] = {
  121.       {
  122.         count = 1,
  123.         slot = 10,
  124.       },
  125.       {
  126.         count = 1,
  127.         slot = 15,
  128.       },
  129.     },
  130.     [ "minecraft:andesite" ] = {
  131.       {
  132.         count = 1,
  133.         slot = 11,
  134.       },
  135.       {
  136.         count = 1,
  137.         slot = 14,
  138.       },
  139.     },
  140.   },
  141.   [ "minecraft:chest" ] = {
  142.     keyCount = 1,
  143.     [ "minecraft:spruce_planks" ] = {
  144.       {
  145.         count = 1,
  146.         slot = 5,
  147.       },
  148.       {
  149.         count = 1,
  150.         slot = 6,
  151.       },
  152.       {
  153.         count = 1,
  154.         slot = 7,
  155.       },
  156.       {
  157.         count = 1,
  158.         slot = 9,
  159.       },
  160.       {
  161.         count = 1,
  162.         slot = 11,
  163.       },
  164.       {
  165.         count = 1,
  166.         slot = 13,
  167.       },
  168.       {
  169.         count = 1,
  170.         slot = 14,
  171.       },
  172.       {
  173.         count = 1,
  174.         slot = 15,
  175.       },
  176.     },
  177.   },
  178.   [ "thermal:side_config_augment" ] = {
  179.     keyCount = 1,
  180.     [ "thermal:invar_ingot" ] = {
  181.       {
  182.         count = 1,
  183.         slot = 9,
  184.       },
  185.       {
  186.         count = 1,
  187.         slot = 11,
  188.       },
  189.     },
  190.     [ "thermal:gold_gear" ] = {
  191.       {
  192.         count = 1,
  193.         slot = 6,
  194.       },
  195.       {
  196.         count = 1,
  197.         slot = 14,
  198.       },
  199.     },
  200.     [ "thermal:redstone_servo" ] = {
  201.       {
  202.         count = 1,
  203.         slot = 10,
  204.       },
  205.     },
  206.   },
  207.   [ "thermal:machine_frame" ] = {
  208.     keyCount = 1,
  209.     [ "kubejs:invar_casing" ] = {
  210.       {
  211.         count = 1,
  212.         slot = 10,
  213.       },
  214.     },
  215.     [ "kubejs:inductive_mechanism" ] = {
  216.       {
  217.         count = 1,
  218.         slot = 5,
  219.       },
  220.       {
  221.         count = 1,
  222.         slot = 6,
  223.       },
  224.       {
  225.         count = 1,
  226.         slot = 7,
  227.       },
  228.       {
  229.         count = 1,
  230.         slot = 9,
  231.       },
  232.       {
  233.         count = 1,
  234.         slot = 11,
  235.       },
  236.       {
  237.         count = 1,
  238.         slot = 13,
  239.       },
  240.       {
  241.         count = 1,
  242.         slot = 14,
  243.       },
  244.       {
  245.         count = 1,
  246.         slot = 15,
  247.       },
  248.     },
  249.   },
  250.   [ "minecraft:ender_eye" ] = {
  251.     keyCount = 1,
  252.     [ "minecraft:ender_pearl" ] = {
  253.       {
  254.         count = 1,
  255.         slot = 5,
  256.       },
  257.     },
  258.     [ "minecraft:blaze_powder" ] = {
  259.       {
  260.         count = 1,
  261.         slot = 6,
  262.       },
  263.     },
  264.   },
  265.   [ "create:mechanical_pump" ] = {
  266.     keyCount = 1,
  267.     [ "create:fluid_pipe" ] = {
  268.       {
  269.         count = 1,
  270.         slot = 15,
  271.       },
  272.     },
  273.     [ "create:cogwheel" ] = {
  274.       {
  275.         count = 1,
  276.         slot = 14,
  277.       },
  278.     },
  279.   },
  280.   [ "thermal:gold_gear" ] = {
  281.     [ "minecraft:gold_ingot" ] = {
  282.       {
  283.         count = 1,
  284.         slot = 6,
  285.       },
  286.       {
  287.         count = 1,
  288.         slot = 9,
  289.       },
  290.       {
  291.         count = 1,
  292.         slot = 11,
  293.       },
  294.       {
  295.         count = 1,
  296.         slot = 14,
  297.       },
  298.     },
  299.     [ "minecraft:iron_nugget" ] = {
  300.       {
  301.         count = 1,
  302.         slot = 10,
  303.       },
  304.     },
  305.     keyCount = 1,
  306.   },
  307.   [ "kubejs:andesite_machine" ] = {
  308.     [ "kubejs:kinetic_mechanism" ] = {
  309.       {
  310.         count = 1,
  311.         slot = 5,
  312.       },
  313.       {
  314.         count = 1,
  315.         slot = 6,
  316.       },
  317.       {
  318.         count = 1,
  319.         slot = 7,
  320.       },
  321.       {
  322.         count = 1,
  323.         slot = 9,
  324.       },
  325.       {
  326.         count = 1,
  327.         slot = 11,
  328.       },
  329.       {
  330.         count = 1,
  331.         slot = 13,
  332.       },
  333.       {
  334.         count = 1,
  335.         slot = 14,
  336.       },
  337.       {
  338.         count = 1,
  339.         slot = 15,
  340.       },
  341.     },
  342.     keyCount = 1,
  343.     [ "create:andesite_casing" ] = {
  344.       {
  345.         count = 1,
  346.         slot = 10,
  347.       },
  348.     },
  349.   },
  350.   [ "minecraft:coal_block" ] = {
  351.     keyCount = 1,
  352.     [ "minecraft:coal" ] = {
  353.       {
  354.         count = 1,
  355.         slot = 5,
  356.       },
  357.       {
  358.         count = 1,
  359.         slot = 6,
  360.       },
  361.       {
  362.         count = 1,
  363.         slot = 7,
  364.       },
  365.       {
  366.         count = 1,
  367.         slot = 9,
  368.       },
  369.       {
  370.         count = 1,
  371.         slot = 10,
  372.       },
  373.       {
  374.         count = 1,
  375.         slot = 11,
  376.       },
  377.       {
  378.         count = 1,
  379.         slot = 13,
  380.       },
  381.       {
  382.         count = 1,
  383.         slot = 14,
  384.       },
  385.       {
  386.         count = 1,
  387.         slot = 15,
  388.       },
  389.     },
  390.   },
  391.   [ "minecraft:bricks" ] = {
  392.     keyCount = 1,
  393.     [ "minecraft:brick" ] = {
  394.       {
  395.         count = 1,
  396.         slot = 10,
  397.       },
  398.       {
  399.         count = 1,
  400.         slot = 11,
  401.       },
  402.       {
  403.         count = 1,
  404.         slot = 14,
  405.       },
  406.       {
  407.         count = 1,
  408.         slot = 15,
  409.       },
  410.     },
  411.   },
  412.   [ "computercraft:computer_advanced" ] = {
  413.     [ "minecraft:gold_ingot" ] = {
  414.       {
  415.         count = 1,
  416.         slot = 5,
  417.       },
  418.       {
  419.         count = 1,
  420.         slot = 6,
  421.       },
  422.       {
  423.         count = 1,
  424.         slot = 7,
  425.       },
  426.       {
  427.         count = 1,
  428.         slot = 9,
  429.       },
  430.       {
  431.         count = 1,
  432.         slot = 11,
  433.       },
  434.       {
  435.         count = 1,
  436.         slot = 13,
  437.       },
  438.       {
  439.         count = 1,
  440.         slot = 15,
  441.       },
  442.     },
  443.     [ "minecraft:redstone" ] = {
  444.       {
  445.         count = 1,
  446.         slot = 10,
  447.       },
  448.     },
  449.     [ "minecraft:glass_pane" ] = {
  450.       {
  451.         count = 1,
  452.         slot = 14,
  453.       },
  454.     },
  455.     keyCount = 1,
  456.   },
  457.   [ "create:brass_casing" ] = {
  458.     keyCount = 2,
  459.     [ "create:brass_sheet" ] = {
  460.       {
  461.         count = 1,
  462.         slot = 14,
  463.       },
  464.     },
  465.     [ "minecraft:spruce_log" ] = {
  466.       {
  467.         count = 1,
  468.         slot = 15,
  469.       },
  470.     },
  471.   },
  472.   [ "computercraft:wired_modem" ] = {
  473.     [ "minecraft:stone" ] = {
  474.       {
  475.         count = 1,
  476.         slot = 5,
  477.       },
  478.       {
  479.         count = 1,
  480.         slot = 6,
  481.       },
  482.       {
  483.         count = 1,
  484.         slot = 7,
  485.       },
  486.       {
  487.         count = 1,
  488.         slot = 9,
  489.       },
  490.       {
  491.         count = 1,
  492.         slot = 11,
  493.       },
  494.       {
  495.         count = 1,
  496.         slot = 13,
  497.       },
  498.       {
  499.         count = 1,
  500.         slot = 14,
  501.       },
  502.       {
  503.         count = 1,
  504.         slot = 15,
  505.       },
  506.     },
  507.     keyCount = 1,
  508.     [ "projectred-core:red_ingot" ] = {
  509.       {
  510.         count = 1,
  511.         slot = 10,
  512.       },
  513.     },
  514.   },
  515.   [ "minecraft:dark_oak_planks" ] = {
  516.     keyCount = 4,
  517.     [ "minecraft:dark_oak_log" ] = {
  518.       {
  519.         count = 1,
  520.         slot = 10,
  521.       },
  522.     },
  523.   },
  524.   [ "minecraft:redstone_lamp" ] = {
  525.     [ "minecraft:redstone" ] = {
  526.       {
  527.         count = 1,
  528.         slot = 6,
  529.       },
  530.       {
  531.         count = 1,
  532.         slot = 9,
  533.       },
  534.       {
  535.         count = 1,
  536.         slot = 11,
  537.       },
  538.       {
  539.         count = 1,
  540.         slot = 14,
  541.       },
  542.     },
  543.     [ "minecraft:glowstone" ] = {
  544.       {
  545.         count = 1,
  546.         slot = 10,
  547.       },
  548.     },
  549.     keyCount = 1,
  550.   },
  551.   [ "minecraft:hopper" ] = {
  552.     keyCount = 1,
  553.     [ "minecraft:iron_ingot" ] = {
  554.       {
  555.         count = 1,
  556.         slot = 5,
  557.       },
  558.       {
  559.         count = 1,
  560.         slot = 7,
  561.       },
  562.       {
  563.         count = 1,
  564.         slot = 9,
  565.       },
  566.       {
  567.         count = 1,
  568.         slot = 11,
  569.       },
  570.       {
  571.         count = 1,
  572.         slot = 14,
  573.       },
  574.     },
  575.     [ "minecraft:chest" ] = {
  576.       {
  577.         count = 1,
  578.         slot = 10,
  579.       },
  580.     },
  581.   },
  582.   [ "kubejs:brass_machine" ] = {
  583.     keyCount = 1,
  584.     [ "create:brass_casing" ] = {
  585.       {
  586.         count = 1,
  587.         slot = 10,
  588.       },
  589.     },
  590.     [ "create:precision_mechanism" ] = {
  591.       {
  592.         count = 1,
  593.         slot = 5,
  594.       },
  595.       {
  596.         count = 1,
  597.         slot = 6,
  598.       },
  599.       {
  600.         count = 1,
  601.         slot = 7,
  602.       },
  603.       {
  604.         count = 1,
  605.         slot = 9,
  606.       },
  607.       {
  608.         count = 1,
  609.         slot = 11,
  610.       },
  611.       {
  612.         count = 1,
  613.         slot = 13,
  614.       },
  615.       {
  616.         count = 1,
  617.         slot = 14,
  618.       },
  619.       {
  620.         count = 1,
  621.         slot = 15,
  622.       },
  623.     },
  624.   },
  625.   [ "create:copper_casing" ] = {
  626.     keyCount = 2,
  627.     [ "create:copper_sheet" ] = {
  628.       {
  629.         count = 1,
  630.         slot = 13,
  631.       },
  632.     },
  633.     [ "minecraft:spruce_log" ] = {
  634.       {
  635.         count = 1,
  636.         slot = 14,
  637.       },
  638.     },
  639.   },
  640.   [ "create:cogwheel" ] = {
  641.     keyCount = 8,
  642.     [ "create:andesite_alloy" ] = {
  643.       {
  644.         count = 1,
  645.         slot = 10,
  646.       },
  647.     },
  648.     [ "minecraft:spruce_button" ] = {
  649.       {
  650.         count = 1,
  651.         slot = 5,
  652.       },
  653.       {
  654.         count = 1,
  655.         slot = 6,
  656.       },
  657.       {
  658.         count = 1,
  659.         slot = 7,
  660.       },
  661.       {
  662.         count = 1,
  663.         slot = 9,
  664.       },
  665.       {
  666.         count = 1,
  667.         slot = 11,
  668.       },
  669.       {
  670.         count = 1,
  671.         slot = 13,
  672.       },
  673.       {
  674.         count = 1,
  675.         slot = 14,
  676.       },
  677.       {
  678.         count = 1,
  679.         slot = 15,
  680.       },
  681.     },
  682.   },
  683.   [ "computercraft:wired_modem_full" ] = {
  684.     keyCount = 1,
  685.     [ "computercraft:wired_modem" ] = {
  686.       {
  687.         count = 1,
  688.         slot = 10,
  689.       },
  690.     },
  691.   },
  692.   [ "create:chute" ] = {
  693.     keyCount = 4,
  694.     [ "create:iron_sheet" ] = {
  695.       {
  696.         count = 1,
  697.         slot = 13,
  698.       },
  699.       {
  700.         count = 1,
  701.         slot = 14,
  702.       },
  703.     },
  704.     [ "create:andesite_alloy" ] = {
  705.       {
  706.         count = 1,
  707.         slot = 9,
  708.       },
  709.       {
  710.         count = 1,
  711.         slot = 10,
  712.       },
  713.     },
  714.   },
  715.   [ "minecraft:oak_planks" ] = {
  716.     keyCount = 4,
  717.     [ "minecraft:oak_log" ] = {
  718.       {
  719.         count = 1,
  720.         slot = 10,
  721.       },
  722.     },
  723.   },
  724.   [ "minecraft:spruce_button" ] = {
  725.     keyCount = 1,
  726.     [ "minecraft:spruce_planks" ] = {
  727.       {
  728.         count = 1,
  729.         slot = 15,
  730.       },
  731.     },
  732.   },
  733.   [ "kubejs:invar_casing" ] = {
  734.     [ "minecraft:stone" ] = {
  735.       {
  736.         count = 1,
  737.         slot = 13,
  738.       },
  739.     },
  740.     [ "thermal:invar_ingot" ] = {
  741.       {
  742.         count = 1,
  743.         slot = 14,
  744.       },
  745.     },
  746.     keyCount = 2,
  747.   },
  748.   [ "occultism:book_of_binding_djinni" ] = {
  749.     keyCount = 1,
  750.     [ "occultism:purified_ink" ] = {
  751.       {
  752.         count = 1,
  753.         slot = 5,
  754.       },
  755.     },
  756.     [ "minecraft:writable_book" ] = {
  757.       {
  758.         count = 1,
  759.         slot = 10,
  760.       },
  761.     },
  762.     [ "minecraft:green_dye" ] = {
  763.       {
  764.         count = 1,
  765.         slot = 6,
  766.       },
  767.       {
  768.         count = 1,
  769.         slot = 9,
  770.       },
  771.       {
  772.         count = 1,
  773.         slot = 11,
  774.       },
  775.       {
  776.         count = 1,
  777.         slot = 14,
  778.       },
  779.     },
  780.   },
  781.   [ "minecraft:barrel" ] = {
  782.     keyCount = 1,
  783.     [ "minecraft:spruce_planks" ] = {
  784.       {
  785.         count = 1,
  786.         slot = 5,
  787.       },
  788.       {
  789.         count = 1,
  790.         slot = 7,
  791.       },
  792.       {
  793.         count = 1,
  794.         slot = 9,
  795.       },
  796.       {
  797.         count = 1,
  798.         slot = 11,
  799.       },
  800.       {
  801.         count = 1,
  802.         slot = 13,
  803.       },
  804.       {
  805.         count = 1,
  806.         slot = 15,
  807.       },
  808.     },
  809.     [ "minecraft:spruce_slab" ] = {
  810.       {
  811.         count = 1,
  812.         slot = 6,
  813.       },
  814.       {
  815.         count = 1,
  816.         slot = 14,
  817.       },
  818.     },
  819.   },
  820.   [ "thermal:phytogro" ] = {
  821.     keyCount = 4,
  822.     [ "minecraft:sand" ] = {
  823.       {
  824.         count = 1,
  825.         slot = 5,
  826.       },
  827.     },
  828.     [ "minecraft:bone_meal" ] = {
  829.       {
  830.         count = 1,
  831.         slot = 6,
  832.       },
  833.     },
  834.     [ "thermal:apatite" ] = {
  835.       {
  836.         count = 1,
  837.         slot = 9,
  838.       },
  839.     },
  840.     [ "thermal:niter" ] = {
  841.       {
  842.         count = 1,
  843.         slot = 10,
  844.       },
  845.     },
  846.   },
  847.   [ "minecraft:paper" ] = {
  848.     keyCount = 3,
  849.     [ "minecraft:sugar_cane" ] = {
  850.       {
  851.         count = 1,
  852.         slot = 13,
  853.       },
  854.       {
  855.         count = 1,
  856.         slot = 14,
  857.       },
  858.       {
  859.         count = 1,
  860.         slot = 15,
  861.       },
  862.     },
  863.   },
  864.   [ "occultism:book_of_binding_afrit" ] = {
  865.     keyCount = 1,
  866.     [ "occultism:purified_ink" ] = {
  867.       {
  868.         count = 1,
  869.         slot = 5,
  870.       },
  871.     },
  872.     [ "minecraft:writable_book" ] = {
  873.       {
  874.         count = 1,
  875.         slot = 10,
  876.       },
  877.     },
  878.     [ "minecraft:purple_dye" ] = {
  879.       {
  880.         count = 1,
  881.         slot = 6,
  882.       },
  883.       {
  884.         count = 1,
  885.         slot = 9,
  886.       },
  887.       {
  888.         count = 1,
  889.         slot = 11,
  890.       },
  891.       {
  892.         count = 1,
  893.         slot = 14,
  894.       },
  895.     },
  896.   },
  897.   [ "occultism:book_of_binding_bound_djinni" ] = {
  898.     keyCount = 1,
  899.     [ "occultism:book_of_binding_djinni" ] = {
  900.       {
  901.         count = 1,
  902.         slot = 14,
  903.       },
  904.     },
  905.     [ "occultism:dictionary_of_spirits" ] = {
  906.       {
  907.         count = 1,
  908.         slot = 15,
  909.       },
  910.     },
  911.   },
  912.   [ "occultism:book_of_binding_bound_afrit" ] = {
  913.     keyCount = 1,
  914.     [ "occultism:book_of_binding_afrit" ] = {
  915.       {
  916.         count = 1,
  917.         slot = 15,
  918.       },
  919.     },
  920.     [ "occultism:dictionary_of_spirits" ] = {
  921.       {
  922.         count = 1,
  923.         slot = 14,
  924.       },
  925.     },
  926.   },
  927.   [ "kubejs:sealed_mechanism" ] = {
  928.     keyCount = 1,
  929.     [ "thermal:cured_rubber" ] = {
  930.       {
  931.         count = 1,
  932.         slot = 9,
  933.       },
  934.       {
  935.         count = 1,
  936.         slot = 11,
  937.       },
  938.     },
  939.     [ "kubejs:kinetic_mechanism" ] = {
  940.       {
  941.         count = 1,
  942.         slot = 10,
  943.       },
  944.     },
  945.   },
  946.   [ "minecraft:black_dye" ] = {
  947.     keyCount = 1,
  948.     [ "minecraft:ink_sac" ] = {
  949.       {
  950.         count = 1,
  951.         slot = 15,
  952.       },
  953.     },
  954.   },
  955.   [ "create:belt_connector" ] = {
  956.     keyCount = 3,
  957.     [ "thermal:cured_rubber" ] = {
  958.       {
  959.         count = 1,
  960.         slot = 9,
  961.       },
  962.       {
  963.         count = 1,
  964.         slot = 10,
  965.       },
  966.       {
  967.         count = 1,
  968.         slot = 11,
  969.       },
  970.       {
  971.         count = 1,
  972.         slot = 13,
  973.       },
  974.       {
  975.         count = 1,
  976.         slot = 14,
  977.       },
  978.       {
  979.         count = 1,
  980.         slot = 15,
  981.       },
  982.     },
  983.   },
  984.   [ "minecraft:writable_book" ] = {
  985.     keyCount = 1,
  986.     [ "minecraft:ink_sac" ] = {
  987.       {
  988.         count = 1,
  989.         slot = 6,
  990.       },
  991.     },
  992.     [ "minecraft:book" ] = {
  993.       {
  994.         count = 1,
  995.         slot = 5,
  996.       },
  997.     },
  998.     [ "minecraft:feather" ] = {
  999.       {
  1000.         count = 1,
  1001.         slot = 9,
  1002.       },
  1003.     },
  1004.   },
  1005.   [ "minecraft:repeater" ] = {
  1006.     keyCount = 1,
  1007.     [ "minecraft:redstone_torch" ] = {
  1008.       {
  1009.         count = 1,
  1010.         slot = 9,
  1011.       },
  1012.       {
  1013.         count = 1,
  1014.         slot = 11,
  1015.       },
  1016.     },
  1017.     [ "minecraft:stone" ] = {
  1018.       {
  1019.         count = 1,
  1020.         slot = 13,
  1021.       },
  1022.       {
  1023.         count = 1,
  1024.         slot = 14,
  1025.       },
  1026.       {
  1027.         count = 1,
  1028.         slot = 15,
  1029.       },
  1030.     },
  1031.     [ "minecraft:redstone" ] = {
  1032.       {
  1033.         count = 1,
  1034.         slot = 10,
  1035.       },
  1036.     },
  1037.   },
  1038.   [ "minecraft:stick" ] = {
  1039.     keyCount = 4,
  1040.     [ "minecraft:birch_planks" ] = {
  1041.       {
  1042.         count = 1,
  1043.         slot = 11,
  1044.       },
  1045.       {
  1046.         count = 1,
  1047.         slot = 15,
  1048.       },
  1049.     },
  1050.   },
  1051.   [ "minecraft:stone_bricks" ] = {
  1052.     keyCount = 4,
  1053.     [ "minecraft:stone" ] = {
  1054.       {
  1055.         count = 1,
  1056.         slot = 10,
  1057.       },
  1058.       {
  1059.         count = 1,
  1060.         slot = 11,
  1061.       },
  1062.       {
  1063.         count = 1,
  1064.         slot = 14,
  1065.       },
  1066.       {
  1067.         count = 1,
  1068.         slot = 15,
  1069.       },
  1070.     },
  1071.   },
  1072.   [ "minecraft:observer" ] = {
  1073.     keyCount = 1,
  1074.     [ "minecraft:cobblestone" ] = {
  1075.       {
  1076.         count = 1,
  1077.         slot = 5,
  1078.       },
  1079.       {
  1080.         count = 1,
  1081.         slot = 6,
  1082.       },
  1083.       {
  1084.         count = 1,
  1085.         slot = 7,
  1086.       },
  1087.       {
  1088.         count = 1,
  1089.         slot = 13,
  1090.       },
  1091.       {
  1092.         count = 1,
  1093.         slot = 14,
  1094.       },
  1095.       {
  1096.         count = 1,
  1097.         slot = 15,
  1098.       },
  1099.     },
  1100.     [ "minecraft:redstone" ] = {
  1101.       {
  1102.         count = 1,
  1103.         slot = 9,
  1104.       },
  1105.       {
  1106.         count = 1,
  1107.         slot = 10,
  1108.       },
  1109.     },
  1110.     [ "minecraft:quartz" ] = {
  1111.       {
  1112.         count = 1,
  1113.         slot = 11,
  1114.       },
  1115.     },
  1116.   },
  1117.   [ "create:shaft" ] = {
  1118.     keyCount = 8,
  1119.     [ "create:andesite_alloy" ] = {
  1120.       {
  1121.         count = 1,
  1122.         slot = 10,
  1123.       },
  1124.       {
  1125.         count = 1,
  1126.         slot = 14,
  1127.       },
  1128.     },
  1129.   },
  1130.   [ "minecraft:lever" ] = {
  1131.     [ "minecraft:stick" ] = {
  1132.       {
  1133.         count = 1,
  1134.         slot = 10,
  1135.       },
  1136.     },
  1137.     keyCount = 1,
  1138.     [ "minecraft:cobblestone" ] = {
  1139.       {
  1140.         count = 1,
  1141.         slot = 14,
  1142.       },
  1143.     },
  1144.   },
  1145.   [ "computercraft:cable" ] = {
  1146.     [ "minecraft:stone" ] = {
  1147.       {
  1148.         count = 1,
  1149.         slot = 6,
  1150.       },
  1151.       {
  1152.         count = 1,
  1153.         slot = 9,
  1154.       },
  1155.       {
  1156.         count = 1,
  1157.         slot = 11,
  1158.       },
  1159.       {
  1160.         count = 1,
  1161.         slot = 14,
  1162.       },
  1163.     },
  1164.     keyCount = 6,
  1165.     [ "projectred-core:red_ingot" ] = {
  1166.       {
  1167.         count = 1,
  1168.         slot = 10,
  1169.       },
  1170.     },
  1171.   },
  1172.   [ "create:andesite_casing" ] = {
  1173.     keyCount = 2,
  1174.     [ "create:andesite_alloy" ] = {
  1175.       {
  1176.         count = 1,
  1177.         slot = 13,
  1178.       },
  1179.     },
  1180.     [ "minecraft:spruce_log" ] = {
  1181.       {
  1182.         count = 1,
  1183.         slot = 14,
  1184.       },
  1185.     },
  1186.   },
  1187.   [ "minecraft:glass_pane" ] = {
  1188.     keyCount = 16,
  1189.     [ "minecraft:glass" ] = {
  1190.       {
  1191.         count = 1,
  1192.         slot = 9,
  1193.       },
  1194.       {
  1195.         count = 1,
  1196.         slot = 10,
  1197.       },
  1198.       {
  1199.         count = 1,
  1200.         slot = 11,
  1201.       },
  1202.       {
  1203.         count = 1,
  1204.         slot = 13,
  1205.       },
  1206.       {
  1207.         count = 1,
  1208.         slot = 14,
  1209.       },
  1210.       {
  1211.         count = 1,
  1212.         slot = 15,
  1213.       },
  1214.     },
  1215.   },
  1216.   [ "occultism:book_of_binding_bound_foliot" ] = {
  1217.     [ "occultism:book_of_binding_foliot" ] = {
  1218.       {
  1219.         count = 1,
  1220.         slot = 13,
  1221.       },
  1222.     },
  1223.     keyCount = 1,
  1224.     [ "occultism:dictionary_of_spirits" ] = {
  1225.       {
  1226.         count = 1,
  1227.         slot = 14,
  1228.       },
  1229.     },
  1230.   },
  1231.   [ "kubejs:zinc_machine" ] = {
  1232.     [ "kubejs:infernal_mechanism" ] = {
  1233.       {
  1234.         count = 1,
  1235.         slot = 5,
  1236.       },
  1237.       {
  1238.         count = 1,
  1239.         slot = 6,
  1240.       },
  1241.       {
  1242.         count = 1,
  1243.         slot = 7,
  1244.       },
  1245.       {
  1246.         count = 1,
  1247.         slot = 9,
  1248.       },
  1249.       {
  1250.         count = 1,
  1251.         slot = 11,
  1252.       },
  1253.       {
  1254.         count = 1,
  1255.         slot = 13,
  1256.       },
  1257.       {
  1258.         count = 1,
  1259.         slot = 14,
  1260.       },
  1261.       {
  1262.         count = 1,
  1263.         slot = 15,
  1264.       },
  1265.     },
  1266.     [ "kubejs:zinc_casing" ] = {
  1267.       {
  1268.         count = 1,
  1269.         slot = 10,
  1270.       },
  1271.     },
  1272.     keyCount = 1,
  1273.   },
  1274.   [ "portality:module_interdimensional" ] = {
  1275.     keyCount = 1,
  1276.     [ "minecraft:ender_eye" ] = {
  1277.       {
  1278.         count = 1,
  1279.         slot = 6,
  1280.       },
  1281.       {
  1282.         count = 1,
  1283.         slot = 9,
  1284.       },
  1285.       {
  1286.         count = 1,
  1287.         slot = 11,
  1288.       },
  1289.       {
  1290.         count = 1,
  1291.         slot = 14,
  1292.       },
  1293.     },
  1294.     [ "portality:frame" ] = {
  1295.       {
  1296.         count = 1,
  1297.         slot = 5,
  1298.       },
  1299.       {
  1300.         count = 1,
  1301.         slot = 7,
  1302.       },
  1303.       {
  1304.         count = 1,
  1305.         slot = 13,
  1306.       },
  1307.       {
  1308.         count = 1,
  1309.         slot = 15,
  1310.       },
  1311.     },
  1312.     [ "minecraft:quartz_block" ] = {
  1313.       {
  1314.         count = 1,
  1315.         slot = 10,
  1316.       },
  1317.     },
  1318.   },
  1319.   [ "minecraft:white_dye" ] = {
  1320.     keyCount = 1,
  1321.     [ "minecraft:bone_meal" ] = {
  1322.       {
  1323.         count = 1,
  1324.         slot = 5,
  1325.       },
  1326.     },
  1327.   },
  1328.   [ "occultism:book_of_binding_foliot" ] = {
  1329.     keyCount = 1,
  1330.     [ "occultism:purified_ink" ] = {
  1331.       {
  1332.         count = 1,
  1333.         slot = 5,
  1334.       },
  1335.     },
  1336.     [ "minecraft:white_dye" ] = {
  1337.       {
  1338.         count = 1,
  1339.         slot = 6,
  1340.       },
  1341.       {
  1342.         count = 1,
  1343.         slot = 9,
  1344.       },
  1345.       {
  1346.         count = 1,
  1347.         slot = 11,
  1348.       },
  1349.       {
  1350.         count = 1,
  1351.         slot = 14,
  1352.       },
  1353.     },
  1354.     [ "minecraft:writable_book" ] = {
  1355.       {
  1356.         count = 1,
  1357.         slot = 10,
  1358.       },
  1359.     },
  1360.   },
  1361.   [ "portality:frame" ] = {
  1362.     [ "minecraft:stone" ] = {
  1363.       {
  1364.         count = 1,
  1365.         slot = 5,
  1366.       },
  1367.       {
  1368.         count = 1,
  1369.         slot = 7,
  1370.       },
  1371.       {
  1372.         count = 1,
  1373.         slot = 13,
  1374.       },
  1375.       {
  1376.         count = 1,
  1377.         slot = 15,
  1378.       },
  1379.     },
  1380.     keyCount = 1,
  1381.     [ "minecraft:quartz" ] = {
  1382.       {
  1383.         count = 1,
  1384.         slot = 6,
  1385.       },
  1386.       {
  1387.         count = 1,
  1388.         slot = 9,
  1389.       },
  1390.       {
  1391.         count = 1,
  1392.         slot = 11,
  1393.       },
  1394.       {
  1395.         count = 1,
  1396.         slot = 14,
  1397.       },
  1398.     },
  1399.   },
  1400.   [ "minecraft:comparator" ] = {
  1401.     keyCount = 1,
  1402.     [ "minecraft:redstone_torch" ] = {
  1403.       {
  1404.         count = 1,
  1405.         slot = 6,
  1406.       },
  1407.       {
  1408.         count = 1,
  1409.         slot = 9,
  1410.       },
  1411.       {
  1412.         count = 1,
  1413.         slot = 11,
  1414.       },
  1415.     },
  1416.     [ "minecraft:stone" ] = {
  1417.       {
  1418.         count = 1,
  1419.         slot = 13,
  1420.       },
  1421.       {
  1422.         count = 1,
  1423.         slot = 14,
  1424.       },
  1425.       {
  1426.         count = 1,
  1427.         slot = 15,
  1428.       },
  1429.     },
  1430.     [ "minecraft:quartz" ] = {
  1431.       {
  1432.         count = 1,
  1433.         slot = 10,
  1434.       },
  1435.     },
  1436.   },
  1437.   [ "storagedrawers:spruce_trim" ] = {
  1438.     keyCount = 4,
  1439.     [ "create:zinc_ingot" ] = {
  1440.       {
  1441.         count = 1,
  1442.         slot = 9,
  1443.       },
  1444.       {
  1445.         count = 1,
  1446.         slot = 11,
  1447.       },
  1448.     },
  1449.     [ "minecraft:spruce_planks" ] = {
  1450.       {
  1451.         count = 1,
  1452.         slot = 5,
  1453.       },
  1454.       {
  1455.         count = 1,
  1456.         slot = 6,
  1457.       },
  1458.       {
  1459.         count = 1,
  1460.         slot = 7,
  1461.       },
  1462.       {
  1463.         count = 1,
  1464.         slot = 13,
  1465.       },
  1466.       {
  1467.         count = 1,
  1468.         slot = 14,
  1469.       },
  1470.       {
  1471.         count = 1,
  1472.         slot = 15,
  1473.       },
  1474.     },
  1475.     [ "minecraft:chest" ] = {
  1476.       {
  1477.         count = 1,
  1478.         slot = 10,
  1479.       },
  1480.     },
  1481.   },
  1482.   [ "create:large_cogwheel" ] = {
  1483.     keyCount = 2,
  1484.     [ "create:andesite_alloy" ] = {
  1485.       {
  1486.         count = 1,
  1487.         slot = 10,
  1488.       },
  1489.     },
  1490.     [ "minecraft:spruce_planks" ] = {
  1491.       {
  1492.         count = 1,
  1493.         slot = 6,
  1494.       },
  1495.       {
  1496.         count = 1,
  1497.         slot = 9,
  1498.       },
  1499.       {
  1500.         count = 1,
  1501.         slot = 11,
  1502.       },
  1503.       {
  1504.         count = 1,
  1505.         slot = 14,
  1506.       },
  1507.     },
  1508.     [ "minecraft:spruce_button" ] = {
  1509.       {
  1510.         count = 1,
  1511.         slot = 5,
  1512.       },
  1513.       {
  1514.         count = 1,
  1515.         slot = 7,
  1516.       },
  1517.       {
  1518.         count = 1,
  1519.         slot = 13,
  1520.       },
  1521.       {
  1522.         count = 1,
  1523.         slot = 15,
  1524.       },
  1525.     },
  1526.   },
  1527.   [ "kubejs:copper_machine" ] = {
  1528.     keyCount = 1,
  1529.     [ "create:copper_casing" ] = {
  1530.       {
  1531.         count = 1,
  1532.         slot = 10,
  1533.       },
  1534.     },
  1535.     [ "kubejs:sealed_mechanism" ] = {
  1536.       {
  1537.         count = 1,
  1538.         slot = 5,
  1539.       },
  1540.       {
  1541.         count = 1,
  1542.         slot = 6,
  1543.       },
  1544.       {
  1545.         count = 1,
  1546.         slot = 7,
  1547.       },
  1548.       {
  1549.         count = 1,
  1550.         slot = 9,
  1551.       },
  1552.       {
  1553.         count = 1,
  1554.         slot = 11,
  1555.       },
  1556.       {
  1557.         count = 1,
  1558.         slot = 13,
  1559.       },
  1560.       {
  1561.         count = 1,
  1562.         slot = 14,
  1563.       },
  1564.       {
  1565.         count = 1,
  1566.         slot = 15,
  1567.       },
  1568.     },
  1569.   },
  1570.   [ "thermal:redstone_servo" ] = {
  1571.     [ "minecraft:redstone" ] = {
  1572.       {
  1573.         count = 1,
  1574.         slot = 7,
  1575.       },
  1576.       {
  1577.         count = 1,
  1578.         slot = 15,
  1579.       },
  1580.     },
  1581.     [ "minecraft:iron_ingot" ] = {
  1582.       {
  1583.         count = 1,
  1584.         slot = 11,
  1585.       },
  1586.     },
  1587.     keyCount = 1,
  1588.   },
  1589.   [ "create:depot" ] = {
  1590.     keyCount = 1,
  1591.     [ "create:andesite_alloy" ] = {
  1592.       {
  1593.         count = 1,
  1594.         slot = 5,
  1595.       },
  1596.     },
  1597.     [ "create:andesite_casing" ] = {
  1598.       {
  1599.         count = 1,
  1600.         slot = 6,
  1601.       },
  1602.     },
  1603.   },
  1604.   [ "minecraft:iron_nugget" ] = {
  1605.     keyCount = 9,
  1606.     [ "minecraft:iron_ingot" ] = {
  1607.       {
  1608.         count = 1,
  1609.         slot = 10,
  1610.       },
  1611.     },
  1612.   },
  1613.   [ "kubejs:zinc_casing" ] = {
  1614.     keyCount = 2,
  1615.     [ "kubejs:zinc_sheet" ] = {
  1616.       {
  1617.         count = 1,
  1618.         slot = 14,
  1619.       },
  1620.     },
  1621.     [ "minecraft:stone" ] = {
  1622.       {
  1623.         count = 1,
  1624.         slot = 15,
  1625.       },
  1626.     },
  1627.   },
  1628.   [ "minecraft:book" ] = {
  1629.     keyCount = 1,
  1630.     [ "minecraft:leather" ] = {
  1631.       {
  1632.         count = 1,
  1633.         slot = 14,
  1634.       },
  1635.     },
  1636.     [ "minecraft:paper" ] = {
  1637.       {
  1638.         count = 1,
  1639.         slot = 9,
  1640.       },
  1641.       {
  1642.         count = 1,
  1643.         slot = 10,
  1644.       },
  1645.       {
  1646.         count = 1,
  1647.         slot = 13,
  1648.       },
  1649.     },
  1650.   },
  1651.   [ "create:water_wheel" ] = {
  1652.     keyCount = 1,
  1653.     [ "create:large_cogwheel" ] = {
  1654.       {
  1655.         count = 1,
  1656.         slot = 10,
  1657.       },
  1658.     },
  1659.     [ "minecraft:spruce_slab" ] = {
  1660.       {
  1661.         count = 1,
  1662.         slot = 5,
  1663.       },
  1664.       {
  1665.         count = 1,
  1666.         slot = 6,
  1667.       },
  1668.       {
  1669.         count = 1,
  1670.         slot = 7,
  1671.       },
  1672.       {
  1673.         count = 1,
  1674.         slot = 9,
  1675.       },
  1676.       {
  1677.         count = 1,
  1678.         slot = 11,
  1679.       },
  1680.       {
  1681.         count = 1,
  1682.         slot = 13,
  1683.       },
  1684.       {
  1685.         count = 1,
  1686.         slot = 14,
  1687.       },
  1688.       {
  1689.         count = 1,
  1690.         slot = 15,
  1691.       },
  1692.     },
  1693.   },
  1694.   [ "minecraft:redstone_torch" ] = {
  1695.     [ "minecraft:redstone" ] = {
  1696.       {
  1697.         count = 1,
  1698.         slot = 10,
  1699.       },
  1700.     },
  1701.     keyCount = 1,
  1702.     [ "minecraft:stick" ] = {
  1703.       {
  1704.         count = 1,
  1705.         slot = 14,
  1706.       },
  1707.     },
  1708.   },
  1709.   [ "tconstruct:clear_glass_pane" ] = {
  1710.     keyCount = 16,
  1711.     [ "tconstruct:clear_glass" ] = {
  1712.       {
  1713.         count = 1,
  1714.         slot = 9,
  1715.       },
  1716.       {
  1717.         count = 1,
  1718.         slot = 10,
  1719.       },
  1720.       {
  1721.         count = 1,
  1722.         slot = 11,
  1723.       },
  1724.       {
  1725.         count = 1,
  1726.         slot = 13,
  1727.       },
  1728.       {
  1729.         count = 1,
  1730.         slot = 14,
  1731.       },
  1732.       {
  1733.         count = 1,
  1734.         slot = 15,
  1735.       },
  1736.     },
  1737.   },
  1738.   [ "minecraft:quartz_block" ] = {
  1739.     keyCount = 1,
  1740.     [ "minecraft:quartz" ] = {
  1741.       {
  1742.         count = 1,
  1743.         slot = 10,
  1744.       },
  1745.       {
  1746.         count = 1,
  1747.         slot = 11,
  1748.       },
  1749.       {
  1750.         count = 1,
  1751.         slot = 14,
  1752.       },
  1753.       {
  1754.         count = 1,
  1755.         slot = 15,
  1756.       },
  1757.     },
  1758.   },
  1759. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement