Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     {
  3.         displayName = "ME Smart Cable - Blue",
  4.         itemId = "appliedenergistics2:item.ItemMultiPart",
  5.         variant = 51,
  6.         minQuantity = 200,
  7.         batchSize = 32,
  8.     },
  9.     {
  10.         displayName = "Black Wool",
  11.         itemId = "minecraft:wool",
  12.         variant = 15,
  13.         minQuantity = 200,
  14.         batchSize = 50,
  15.     },
  16.     {
  17.         displayName = "Ultimate Solar Panel",
  18.         itemId = "SolarExpansion:solarPanelUltimate",
  19.         variant = 0,
  20.         minQuantity = 1,
  21.         batchSize = 1,
  22.     },
  23.     {
  24.         displayName = "Iron Furnace",
  25.         itemId = "IC2:blockMachine",
  26.         variant = 1,
  27.         minQuantity = 20,
  28.         batchSize = 5,
  29.     },
  30.     {
  31.         displayName = "Printed Silicon",
  32.         itemId = "appliedenergistics2:item.ItemMultiMaterial",
  33.         variant = 20,
  34.         minQuantity = 500,
  35.         batchSize = 50,
  36.     },
  37.     {
  38.         displayName = "Logic Processor",
  39.         itemId = "appliedenergistics2:item.ItemMultiMaterial",
  40.         variant = 22,
  41.         minQuantity = 400,
  42.         batchSize = 50,
  43.     },
  44.     {
  45.         displayName = "Calculation Processor",
  46.         itemId = "appliedenergistics2:item.ItemMultiMaterial",
  47.         variant = 23,
  48.         minQuantity = 400,
  49.         batchSize = 50,
  50.     },
  51.     {
  52.         displayName = "Engineering Processor",
  53.         itemId = "appliedenergistics2:item.ItemMultiMaterial",
  54.         variant = 24,
  55.         minQuantity = 400,
  56.         batchSize = 50,
  57.     },
  58.     {
  59.         displayName = "Enderium Ingot",
  60.         itemId = "ThermalFoundation:material",
  61.         variant = 76,
  62.         minQuantity = 1000,
  63.         batchSize = 100,
  64.     },
  65.     {
  66.         displayName = "Sugar",
  67.         itemId = "minecraft:sugar",
  68.         variant = 0,
  69.         minQuantity = 200,
  70.         batchSize = 50,
  71.     },
  72.     {
  73.         displayName = "Enderium Base",
  74.         itemId = "EnderIO:itemPowderIngot",
  75.         variant = 6,
  76.         minQuantity = 200,
  77.         batchSize = 50,
  78.     },
  79.     {
  80.         displayName = "Invar Ingot",
  81.         itemId = "ThermalFoundation:material",
  82.         variant = 72,
  83.         minQuantity = 200,
  84.         batchSize = 50,
  85.     },
  86.     {
  87.         displayName = "Ludicrite Ingot",
  88.         itemId = "BigReactors:BRIngot",
  89.         variant = 8,
  90.         minQuantity = 50,
  91.         batchSize = 10,
  92.     },
  93.     {
  94.         displayName = "Steel Ingot",
  95.         itemId = "Railcraft:ingot",
  96.         variant = 0,
  97.         minQuantity = 200,
  98.         batchSize = 25,
  99.     },
  100.     {
  101.         displayName = "Spruce Planks",
  102.         itemId = "minecraft:planks",
  103.         variant = 1,
  104.         minQuantity = 1000,
  105.         batchSize = 100,
  106.     },
  107.     {
  108.         displayName = "Acceleration Card",
  109.         itemId = "appliedenergistics2:item.ItemMultiMaterial",
  110.         variant = 30,
  111.         minQuantity = 50,
  112.         batchSize = 10,
  113.     },
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement