Advertisement
krakaen

efab_recipes

May 18th, 2018
1,816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.99 KB | None | 0 0
  1. [
  2.   {
  3.     "type": "shaped",
  4.     "output": {
  5.       "item": "thermalfoundation:material",
  6.       "meta": 1028
  7.     },
  8.     "input": [
  9.       "zaz",
  10.       "bec",
  11.       "zdz"
  12.     ],
  13.     "inputmap": {
  14.       "a": {        
  15.         "item": "thermalfoundation:material",
  16.         "meta": 1024
  17.       },
  18.       "b": {        
  19.         "item": "thermalfoundation:material",
  20.         "meta": 1025
  21.       },
  22.       "c": {        
  23.         "item": "thermalfoundation:material",
  24.         "meta": 1026
  25.       },
  26.       "d": {        
  27.         "item": "thermalfoundation:material",
  28.         "meta": 1027
  29.       },
  30.       "e": {        
  31.         "item": "thermalfoundation:geode"
  32.       },
  33.       "z": {
  34.         "item": "minecraft:air",
  35.         "amount": 0
  36.       }
  37.     },
  38.     "time": 200,
  39.     "tiers": [
  40.       "GEARBOX"
  41.     ]
  42.   },
  43.   {
  44.     "type": "shaped",
  45.     "output": {
  46.       "item": "theoneprobe:creativeprobe"
  47.     },
  48.     "input": [
  49.       " m ",
  50.       " p ",
  51.       " m "
  52.     ],
  53.     "inputmap": {
  54.       "p": {
  55.         "item": "theoneprobe:probe"
  56.       },
  57.       "m": {
  58.         "item": "thermalfoundation:material",
  59.         "meta": 1028
  60.       }
  61.     },
  62.     "time": 100,
  63.     "tiers": [
  64.       "LIQUID"
  65.     ],
  66.     "fluids": [
  67.       {
  68.         "fluid": "water",
  69.         "amount": 2000
  70.       }
  71.     ]
  72.   },
  73.   {
  74.     "type": "shaped",
  75.     "output": {
  76.       "item": "thermalexpansion:reservoir",
  77.       "meta": 32000
  78.     },
  79.     "input": [
  80.       "igi",
  81.       "gmg",
  82.       "igi"
  83.     ],
  84.     "inputmap": {
  85.       "i": "ingotIron",
  86.       "g": {"item": "minecraft:glass"},
  87.       "m": {
  88.         "item": "thermalfoundation:material",
  89.         "meta": 1028
  90.       }
  91.     },
  92.     "time": 200,
  93.     "tiers": [
  94.       "STEAM"
  95.     ]
  96.   },
  97.   {
  98.     "type": "shaped",
  99.     "output": {
  100.       "item": "thermalexpansion:capacitor",
  101.       "meta": 32000
  102.     },
  103.     "input": [
  104.       "rmr",
  105.       "mcm",
  106.       "rmr"
  107.     ],
  108.     "inputmap": {
  109.       "c": {
  110.         "item": "thermalexpansion:capacitor",
  111.         "meta": 4
  112.       },
  113.       "r": {"item": "minecraft:redstone_block"},
  114.       "m": {
  115.         "item": "thermalfoundation:material",
  116.         "meta": 1028
  117.       }
  118.     },
  119.     "time": 200,
  120.     "tiers": [
  121.       "RF"
  122.     ],
  123.     "rfpertick": 60  
  124.   },
  125.   {
  126.     "type": "shaped",
  127.     "output": {
  128.       "item": "thermalfoundation:upgrade",
  129.       "meta": 256
  130.     },
  131.     "input": [
  132.       "imi",
  133.       "mgm",
  134.       "imi"
  135.     ],
  136.     "inputmap": {
  137.       "i": {"item": "minecraft:iron_block"},
  138.       "g": {
  139.         "item": "thermalfoundation:material",
  140.         "meta": 264
  141.       },
  142.       "m": {
  143.         "item": "thermalfoundation:material",
  144.         "meta": 1028
  145.       }
  146.     },
  147.     "time": 400,
  148.     "tiers": [
  149.       "COMPUTING"
  150.     ]
  151.   },
  152.   {
  153.     "type": "shapeless",
  154.     "output": {
  155.       "item": "minecraft:glowstone"
  156.     },
  157.     "input": [
  158.       "r"
  159.     ],
  160.     "inputmap": {
  161.       "r": {
  162.         "item": "minecraft:redstone_block"
  163.       }
  164.     },
  165.     "time": 20,
  166.     "tiers": [
  167.       "UPGRADE_MAGIC"
  168.     ]
  169.   },
  170.   {
  171.     "type": "shapeless",
  172.     "output": {
  173.       "item": "thermalfoundation:fertilizer",
  174.       "meta": 2
  175.     },
  176.     "input": [
  177.       "f"
  178.     ],
  179.     "inputmap": {
  180.       "f": {
  181.         "item": "thermalfoundation:fertilizer",
  182.         "meta": 1
  183.       }
  184.     },
  185.     "time": 20,
  186.     "tiers": [
  187.       "UPGRADE_POWER"
  188.     ]
  189.   }, {
  190.     "type": "shapeless",
  191.     "output": {
  192.       "item": "minecraft:command_block"
  193.     },
  194.     "input": [
  195.       "c"
  196.     ],
  197.     "inputmap": {
  198.       "c": {
  199.         "item": "minecraft:crafting_table"
  200.       }
  201.     },
  202.     "time": 20,
  203.     "tiers": [
  204.       "UPGRADE_DIGITAL"
  205.     ]
  206.   }, {
  207.     "type": "shaped",
  208.     "output": {
  209.       "item": "minecraft:iron_pickaxe"
  210.     },
  211.     "input": [
  212.       "aaa",
  213.       " b ",
  214.       " b "
  215.     ],
  216.     "inputmap": {
  217.       "a": "ingotIron",
  218.       "b": {
  219.         "item": "minecraft:blaze_rod"
  220.       }
  221.     },
  222.     "time": 0,
  223.     "tiers": [
  224.       "UPGRADE_ARMORY"
  225.     ]
  226.   },
  227.   {
  228.     "type": "shaped",
  229.     "output": {
  230.       "item": "thermalexpansion:satchel",
  231.       "meta": 32000
  232.     },
  233.     "input": [
  234.       "lil",
  235.       "mMm",
  236.       "lil"
  237.     ],
  238.     "inputmap": {
  239.       "i": "ingotIron",
  240.       "m": {
  241.         "item": "thermalfoundation:material",
  242.         "meta": 1028
  243.       },
  244.       "M": {
  245.         "item": "forge:bucketfilled",
  246.         "nbt" : "{\"FluidName\":\"mana\"}"
  247.       },
  248.       "l":{
  249.         "item": "minecraft:leather"
  250.       }
  251.     },
  252.     "time": 200,
  253.     "tiers": [
  254.       "RF",
  255.       "LIQUID",
  256.       "GEARBOX",
  257.       "COMPUTING",
  258.       "STEAM",
  259.       "UPGRADE_ARMORY",
  260.       "UPGRADE_DIGITAL",
  261.       "UPGRADE_MAGIC",
  262.       "UPGRADE_POWER"
  263.     ],
  264.     "rfpertick": 60,
  265.     "fluids": [
  266.       {
  267.         "fluid": "mana",
  268.         "amount": 5000
  269.       },
  270.       {
  271.         "fluid": "water",
  272.         "amount": 5000
  273.       }
  274.     ]
  275.   },
  276.   {
  277.     "type": "shaped",
  278.     "output": {
  279.         "item": "thermalexpansion:frame",
  280.         "meta": 132
  281.     },
  282.     "input": [
  283.       "eee",
  284.       "e e",
  285.       "eee"
  286.     ],
  287.     "inputmap": {
  288.       "e": {
  289.         "item": "thermalfoundation:material",
  290.         "meta": 167
  291.       }
  292.     },
  293.     "time": 800
  294.   },
  295.   {
  296.     "type": "shaped",
  297.     "output": {
  298.       "item": "forge:bucketfilled",
  299.       "nbt" : "{\"FluidName\":\"mana\"}"
  300.     },
  301.     "input": [
  302.       "iii",
  303.       "imi",
  304.       "iii"
  305.     ],
  306.     "inputmap": {
  307.       "i": "ingotIron",
  308.       "m": {
  309.         "item": "thermalfoundation:material",
  310.         "meta": 1028
  311.       }
  312.     },
  313.     "time": 20,
  314.     "tiers": [
  315.       "GEARBOX"
  316.     ]
  317.   },
  318.   {
  319.     "type": "shaped",
  320.     "output": {
  321.       "item": "botania:pool",
  322.       "meta": 1
  323.     },
  324.     "input": [
  325.       "iii",
  326.       "imi",
  327.       "iii"
  328.     ],
  329.     "inputmap": {
  330.       "i": {
  331.         "item": "botania:manaresource",
  332.         "meta": 0
  333.       },
  334.       "m": {
  335.         "item": "thermalfoundation:material",
  336.         "meta": 1028
  337.       }
  338.     },
  339.     "time": 20,
  340.     "tiers": [
  341.       "MANA"
  342.     ],
  343.     "t":200
  344.   }
  345. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement