Advertisement
Lupino

craftTables.lua

Jul 16th, 2019
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 175.93 KB | None | 0 0
  1. local craftTables = {}
  2. craftTables["10k Coolant Cell"] = {"", "Tin Plate", "", "Tin Plate", "Universal Fluid Cell", "Tin Plate", "", "Tin Plate", ""}
  3. craftTables["2x Ins. Gold Cable"] = {"Rubber", "Rubber", "", "", "Gold Cable", "", "", "", ""}
  4. craftTables["30k Coolant Cell"] = {"Tin Plate", "Tin Plate", "Tin Plate", "10k Coolant Cell", "10k Coolant Cell", "10k Coolant Cell", "Tin Plate", "Tin Plate", "Tin Plate"}
  5. craftTables["3D Printer"] = {"Iron Ingot", "Hopper", "Iron Ingot", "Piston", "Microchip (Tier 3)", "Piston", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  6. craftTables["60k Coolant Cell"] = {"Tin Plate", "30k Coolant Cell", "Tin Plate", "Tin Plate", "Iron Plate", "Tin Plate", "Tin Plate", "30k Coolant Cell", "Tin Plate"}
  7. craftTables["Abyssal Block"] = {"", "Abyssal Block Slab", "", "", "Abyssal Block Slab", "", "", "", ""}
  8. craftTables["Abyssal Block Stairs"] = {"Abyssal Block", "", "", "Abyssal Block", "Abyssal Block", "", "Abyssal Block", "Abyssal Block", "Abyssal Block"}
  9. craftTables["Abyssal Brick"] = {"", "Abyssal Brick Slab", "", "", "Abyssal Brick Slab", "", "", "", ""}
  10. craftTables["Abyssal Brick Stairs"] = {"Abyssal Brick", "", "", "Abyssal Brick", "Abyssal Brick", "", "Abyssal Brick", "Abyssal Brick", "Abyssal Brick"}
  11. craftTables["Abyssal Cobble Stairs"] = {"Abyssal Cobblestone", "", "", "Abyssal Cobblestone", "Abyssal Cobblestone", "", "Abyssal Cobblestone", "Abyssal Cobblestone", "Abyssal Cobblestone"}
  12. craftTables["Abyssal Cobblestone"] = {"", "Abyssal Cobble Slab", "", "", "Abyssal Cobble Slab", "", "", "", ""}
  13. craftTables["Abyssal Stone Lantern"] = {"", "Abyssal Block", "", "", "Torch", "", "", "Abyssal Block", ""}
  14. craftTables["Accelerated Processing Unit (APU) (Tier 1)"] = {"Gold Nugget", "Microchip (Tier 1)", "Gold Nugget", "Central Processing Unit (CPU) (Tier 2)", "Component Bus (Tier 1)", "Graphics Card (Tier 1)", "Gold Nugget", "Microchip (Tier 1)", "Gold Nugget"}
  15. craftTables["Accelerated Processing Unit (APU) (Tier 2)"] = {"Diamond Chip", "Microchip (Tier 2)", "Diamond Chip", "Central Processing Unit (CPU) (Tier 3)", "Component Bus (Tier 2)", "Graphics Card (Tier 2)", "Diamond Chip", "Microchip (Tier 2)", "Diamond Chip"}
  16. craftTables["Activator Rail"] = {"Iron Ingot", "Stick", "Iron Ingot", "Iron Ingot", "Redstone Torch", "Iron Ingot", "Iron Ingot", "Stick", "Iron Ingot"}
  17. craftTables["Adapter"] = {"Iron Ingot", "Cable", "Iron Ingot", "Cable", "Microchip (Tier 1)", "Cable", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  18. craftTables["Admin Anchor Cart"] = {"", "Admin Anchor", "", "", "Minecart", "", "", "", ""}
  19. craftTables["Adv. Item Loader"] = {"Steel Ingot", "Redstone", "Steel Ingot", "Redstone", "Item Loader", "Redstone", "Steel Ingot", "Steel Shovel", "Steel Ingot"}
  20. craftTables["Adv. Item Unloader"] = {"Steel Ingot", "Redstone", "Steel Ingot", "Redstone", "Item Unloader", "Redstone", "Steel Ingot", "Steel Shovel", "Steel Ingot"}
  21. craftTables["Advanced Batpack"] = {"Advanced RE-Battery", "Basic Control Circuit", "Advanced RE-Battery", "Advanced RE-Battery", "Copper Item Casing", "Advanced RE-Battery", "Advanced RE-Battery", "", "Advanced RE-Battery"}
  22. craftTables["Advanced Bin"] = {"Cobblestone", "Advanced Control Circuit", "Cobblestone", "Enriched Alloy", "Basic Bin", "Enriched Alloy", "Cobblestone", "Cobblestone", "Cobblestone"}
  23. craftTables["Advanced Control Circuit"] = {"", "", "", "Enriched Alloy", "Basic Control Circuit", "Enriched Alloy", "", "", ""}
  24. craftTables["Advanced Energy Cube"] = {"Enriched Alloy", "Energy Tablet", "Enriched Alloy", "Osmium Ingot", "Basic Energy Cube", "Osmium Ingot", "Enriched Alloy", "Energy Tablet", "Enriched Alloy"}
  25. craftTables["Advanced Factory (Combining)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Combining)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  26. craftTables["Advanced Factory (Compressing)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Compressing)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  27. craftTables["Advanced Factory (Crushing)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Crushing)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  28. craftTables["Advanced Factory (Enriching)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Enriching)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  29. craftTables["Advanced Factory (Injecting)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Injecting)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  30. craftTables["Advanced Factory (Purifying)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Purifying)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  31. craftTables["Advanced Factory (Smelting)"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Basic Factory (Smelting)", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  32. craftTables["Advanced Heat Exchanger"] = {"Lapis Lazuli Plate", "Basic Control Circuit", "Lapis Lazuli Plate", "Heat Exchanger", "Copper Plate", "Heat Exchanger", "Lapis Lazuli Plate", "Basic Control Circuit", "Lapis Lazuli Plate"}
  33. craftTables["Advanced Heat Vent"] = {"Iron Bars", "Heat Vent", "Iron Bars", "Iron Bars", "Diamond", "Iron Bars", "Iron Bars", "Heat Vent", "Iron Bars"}
  34. craftTables["Advanced Machine Casing"] = {"Steel Plate", "Carbon Plate", "Steel Plate", "Advanced Alloy", "Basic Machine Casing", "Advanced Alloy", "Steel Plate", "Carbon Plate", "Steel Plate"}
  35. craftTables["Advanced Mechanical Pipe"] = {"Basic Mechanical Pipe", "Basic Mechanical Pipe", "Basic Mechanical Pipe", "Basic Mechanical Pipe", "Enriched Alloy", "Basic Mechanical Pipe", "Basic Mechanical Pipe", "Basic Mechanical Pipe", "Basic Mechanical Pipe"}
  36. craftTables["Advanced Miner"] = {"Advanced Alloy", "Miner", "Advanced Alloy", "MFE", "Advanced Machine Casing", "Teleporter", "Advanced Alloy", "Miner", "Advanced Alloy"}
  37. craftTables["Advanced RE-Battery"] = {"Insulated Copper Cable", "Bronze Item Casing", "Insulated Copper Cable", "Bronze Item Casing", "Sulfur Dust", "Bronze Item Casing", "Bronze Item Casing", "Lead Dust", "Bronze Item Casing"}
  38. craftTables["Advanced Solar Generator"] = {"Solar Generator", "Enriched Alloy", "Solar Generator", "Solar Generator", "Enriched Alloy", "Solar Generator", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  39. craftTables["Advanced Universal Cable"] = {"Basic Universal Cable", "Basic Universal Cable", "Basic Universal Cable", "Basic Universal Cable", "Enriched Alloy", "Basic Universal Cable", "Basic Universal Cable", "Basic Universal Cable", "Basic Universal Cable"}
  40. craftTables["Analyzer"] = {"Redstone Torch", "", "", "Transistor", "Gold Nugget", "", "Printed Circuit Board (PCB)", "Gold Nugget", ""}
  41. craftTables["Anchor Cart"] = {"", "World Anchor", "", "", "Minecart", "", "", "", ""}
  42. craftTables["Anchor Sentinel"] = {"", "Ender Pearl", "", "", "Obsidian", "", "Obsidian", "Gold Ingot", "Obsidian"}
  43. craftTables["Angel Upgrade"] = {"Iron Ingot", "Ender Pearl", "Iron Ingot", "Microchip (Tier 1)", "Sticky Piston", "Microchip (Tier 1)", "Iron Ingot", "Ender Pearl", "Iron Ingot"}
  44. craftTables["Anvil"] = {"Block of Iron", "Block of Iron", "Block of Iron", "", "Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  45. craftTables["Arithmetic Logic Unit (ALU)"] = {"Iron Nugget", "Redstone", "Iron Nugget", "Transistor", "Microchip (Tier 1)", "Transistor", "Iron Nugget", "Transistor", "Iron Nugget"}
  46. craftTables["Armored Jetpack"] = {"Diamond Dust", "", "Diamond Dust", "Bronze Ingot", "Steel Block", "Bronze Ingot", "", "Jetpack", ""}
  47. craftTables["Arrow"] = {"Flint", "Stick", "Feather", "", "", "", "", "", ""}
  48. craftTables["Arrow Keys"] = {"", "", "", "", "Button", "", "Button", "Button", "Button"}
  49. craftTables["Atomic Disassembler"] = {"Enriched Alloy", "Energy Tablet", "Enriched Alloy", "Enriched Alloy", "Atomic Alloy", "Enriched Alloy", "", "Obsidian Ingot", ""}
  50. craftTables["Automated Steam Trap"] = {"", "Iron Bars", "", "Redstone", "High Pressure Boiler Tank", "Redstone", "", "Dispenser", ""}
  51. craftTables["Basic Bin"] = {"Cobblestone", "Basic Control Circuit", "Cobblestone", "Redstone", "", "Redstone", "Cobblestone", "Cobblestone", "Cobblestone"}
  52. craftTables["Basic Energy Cube"] = {"Redstone", "Energy Tablet", "Redstone", "Iron Ingot", "Steel Casing", "Iron Ingot", "Redstone", "Energy Tablet", "Redstone"}
  53. craftTables["Basic Factory (Combining)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Combiner", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  54. craftTables["Basic Factory (Compressing)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Osmium Compressor", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  55. craftTables["Basic Factory (Crushing)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Crusher", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  56. craftTables["Basic Factory (Enriching)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Enrichment Chamber", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  57. craftTables["Basic Factory (Injecting)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Chemical Injection Chamber", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  58. craftTables["Basic Factory (Purifying)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Purification Chamber", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  59. craftTables["Basic Factory (Smelting)"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Energized Smelter", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  60. craftTables["Basic Machine Casing"] = {"Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate", "", "Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate"}
  61. craftTables["Basic Universal Cable"] = {"", "", "", "Steel Ingot", "Redstone", "Steel Ingot", "", "", ""}
  62. craftTables["BatBox"] = {"Planks", "Insulated Tin Cable", "Planks", "RE-Battery", "RE-Battery", "RE-Battery", "Planks", "Planks", "Planks"}
  63. craftTables["BatPack"] = {"RE-Battery", "Basic Control Circuit", "RE-Battery", "RE-Battery", "Planks", "RE-Battery", "RE-Battery", "", "RE-Battery"}
  64. craftTables["Battery Upgrade (Tier 1)"] = {"Iron Nugget", "Gold Nugget", "Iron Nugget", "Iron Bars", "Capacitor", "Iron Bars", "Iron Nugget", "Gold Nugget", "Iron Nugget"}
  65. craftTables["Battery Upgrade (Tier 2)"] = {"Iron Nugget", "Capacitor", "Iron Nugget", "Iron Bars", "Gold Nugget", "Iron Bars", "Iron Nugget", "Capacitor", "Iron Nugget"}
  66. craftTables["Battery Upgrade (Tier 3)"] = {"Iron Nugget", "Capacitor", "Iron Nugget", "Capacitor", "Diamond Chip", "Capacitor", "Iron Nugget", "Capacitor", "Iron Nugget"}
  67. craftTables["Beacon"] = {"Glass", "Glass", "Glass", "Glass", "Nether Star", "Glass", "Obsidian", "Obsidian", "Obsidian"}
  68. craftTables["Bin"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "Basic Control Circuit", "Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone"}
  69. craftTables["Bio-Generator"] = {"Redstone", "Enriched Alloy", "Redstone", "Bio Fuel", "Basic Control Circuit", "Bio Fuel", "Iron Ingot", "Enriched Alloy", "Iron Ingot"}
  70. craftTables["Black Balloon"] = {"", "Leather", "", "", "String", "", "", "Ink Sac", ""}
  71. craftTables["Black Carpet"] = {"Black Wool", "Black Wool", "", "", "", "", "", "", ""}
  72. craftTables["Black Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Ink Sac", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  73. craftTables["Black Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Ink Sac", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  74. craftTables["Black Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Ink Sac", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  75. craftTables["Black Painter"] = {"", "", "", "Painter", "Ink Sac", "", "", "", ""}
  76. craftTables["Black Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Ink Sac", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  77. craftTables["Black Plastic Glow Block"] = {"Black Plastic Block", "Black Plastic Block", "", "Black Plastic Block", "Glowstone Dust", "", "", "", ""}
  78. craftTables["Black Plastic Road"] = {"Sand", "Sand", "Sand", "Black Slick Plastic Block", "Black Slick Plastic Block", "Black Slick Plastic Block", "Sand", "Sand", "Sand"}
  79. craftTables["Black Reinforced Plastic Block"] = {"", "Black Plastic Block", "", "Black Plastic Block", "Osmium Dust", "Black Plastic Block", "", "Black Plastic Block", ""}
  80. craftTables["Black Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Ink Sac", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  81. craftTables["Black Stained Glass"] = {"Clear Glass", "Ink Sac", "", "", "", "", "", "", ""}
  82. craftTables["Black Wool"] = {"", "", "", "Wool", "Ink Sac", "", "", "", ""}
  83. craftTables["Blast Furnace"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Basic Machine Casing", "Iron Item Casing", "Iron Item Casing", "Heat Conductor", "Iron Item Casing"}
  84. craftTables["Blast Furnace Brick"] = {"Soul Sand", "Nether Brick (block)", "Soul Sand", "Nether Brick (block)", "Magma Cream", "Nether Brick (block)", "Soul Sand", "Nether Brick (block)", "Soul Sand"}
  85. craftTables["Blaze Powder"] = {"", "", "", "", "Blaze Rod", "", "", "", ""}
  86. craftTables["Bleached Bone Block"] = {"", "Bleached Bone Block Slab", "", "", "Bleached Bone Block Slab", "", "", "", ""}
  87. craftTables["Bleached Bone Block Stairs"] = {"Bleached Bone Block", "", "", "Bleached Bone Block", "Bleached Bone Block", "", "Bleached Bone Block", "Bleached Bone Block", "Bleached Bone Block"}
  88. craftTables["Bleached Bone Brick"] = {"", "Bleached Bone Block Slab", "", "", "Bleached Bone Block Slab", "", "", "", ""}
  89. craftTables["Bleached Bone Brick Stairs"] = {"Bleached Bone Brick", "", "", "Bleached Bone Brick", "Bleached Bone Brick", "", "Bleached Bone Brick", "Bleached Bone Brick", "Bleached Bone Brick"}
  90. craftTables["Bleached Bone Cobble Stairs"] = {"Bleached Bone Cobblestone", "", "", "Bleached Bone Cobblestone", "Bleached Bone Cobblestone", "", "Bleached Bone Cobblestone", "Bleached Bone Cobblestone", "Bleached Bone Cobblestone"}
  91. craftTables["Bleached Bone Cobblestone"] = {"", "Bleached Bone Cobble Slab", "", "", "Bleached Bone Cobble Slab", "", "", "", ""}
  92. craftTables["Bleached Bone Stone Lantern"] = {"", "Bleached Bone Block", "", "", "Torch", "", "", "Bleached Bone Block", ""}
  93. craftTables["Bleached Clay"] = {"Clay (item)", "Bone Meal", "", "Bone Meal", "Bone Meal", "", "", "", ""}
  94. craftTables["Block Cutting Blade (Diamond)"] = {"Diamond", "Diamond", "Diamond", "Diamond", "Refined Iron Ingot", "Diamond", "Diamond", "Diamond", "Diamond"}
  95. craftTables["Block Cutting Blade (Iron)"] = {"Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate", "Stone", "Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate"}
  96. craftTables["Block Cutting Blade (Refined Iron)"] = {"Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate", "Iron Ingot", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate"}
  97. craftTables["Block Cutting Machine"] = {"", "Advanced Control Circuit", "", "", "Advanced Machine Casing", "", "Electric Motor", "Shaft (Iron)", "Electric Motor"}
  98. craftTables["Blood Stained Block"] = {"", "", "", "", "Blood Stained Block Slab", "", "", "", ""}
  99. craftTables["Blood Stained Block Stairs"] = {"Blood Stained Block", "", "", "Blood Stained Block", "Blood Stained Block", "", "Blood Stained Block", "Blood Stained Block", "Blood Stained Block"}
  100. craftTables["Blood Stained Brick"] = {"", "Blood Stained Brick Slab", "", "", "Blood Stained Brick Slab", "", "", "", ""}
  101. craftTables["Blood Stained Brick Stairs"] = {"Blood Stained Brick", "", "", "Blood Stained Brick", "Blood Stained Brick", "", "Blood Stained Brick", "Blood Stained Brick", "Blood Stained Brick"}
  102. craftTables["Blood Stained Cobble Stairs"] = {"Blood Stained Cobblestone", "", "", "Blood Stained Cobblestone", "Blood Stained Cobblestone", "", "Blood Stained Cobblestone", "Blood Stained Cobblestone", "Blood Stained Cobblestone"}
  103. craftTables["Blood Stained Cobblestone"] = {"", "Blood Stained Cobble Slab", "", "", "Blood Stained Cobble Slab", "", "", "", ""}
  104. craftTables["Bloodstained Stone Lantern"] = {"", "Blood Stained Block", "", "", "Torch", "", "", "Blood Stained Block", ""}
  105. craftTables["Blue Balloon"] = {"", "Leather", "", "", "String", "", "", "Lapis Lazuli", ""}
  106. craftTables["Blue Carpet"] = {"Blue Wool", "Blue Wool", "", "", "", "", "", "", ""}
  107. craftTables["Blue Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Lapis Lazuli", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  108. craftTables["Blue Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Lapis Lazuli", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  109. craftTables["Blue Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Lapis Lazuli", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  110. craftTables["Blue Painter"] = {"", "", "", "Painter", "Lapis Lazuli", "", "", "", ""}
  111. craftTables["Blue Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Lapis Lazuli", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  112. craftTables["Blue Plastic Glow Block"] = {"Blue Plastic Block", "Blue Plastic Block", "", "Blue Plastic Block", "Glowstone Dust", "", "", "", ""}
  113. craftTables["Blue Plastic Road"] = {"Sand", "Sand", "Sand", "Blue Slick Plastic Block", "Blue Slick Plastic Block", "Blue Slick Plastic Block", "Sand", "Sand", "Sand"}
  114. craftTables["Blue Reinforced Plastic Block"] = {"", "Blue Plastic Block", "", "Blue Plastic Block", "Osmium Dust", "Blue Plastic Block", "", "Blue Plastic Block", ""}
  115. craftTables["Blue Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Lapis Lazuli", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  116. craftTables["Blue Stained Glass"] = {"Clear Glass", "Lapis Lazuli", "", "", "", "", "", "", ""}
  117. craftTables["Blue Wool"] = {"", "", "", "Wool", "Lapis Lazuli", "", "", "", ""}
  118. craftTables["Bone Meal"] = {"", "", "", "", "Bone", "", "", "", ""}
  119. craftTables["Book"] = {"Leather", "Paper", "", "Paper", "Paper", "", "", "", ""}
  120. craftTables["Book and Quill"] = {"", "Feather", "", "Ink Sac", "Book", "", "", "", ""}
  121. craftTables["Bookshelf"] = {"Planks", "Planks", "Planks", "Book", "Book", "Book", "Planks", "Planks", "Planks"}
  122. craftTables["Bottling Plant"] = {"", "Universal Fluid Cell", "", "", "Universal Fluid Cell", "", "Basic Control Circuit", "Basic Machine Casing", "Basic Control Circuit"}
  123. craftTables["Bow"] = {"", "Stick", "String", "Stick", "", "String", "", "Stick", "String"}
  124. craftTables["Brick Stairs"] = {"Bricks", "", "", "Bricks", "Bricks", "", "Bricks", "Bricks", "Bricks"}
  125. craftTables["Bricks"] = {"Brick", "Brick", "", "Brick", "Brick", "", "", "", ""}
  126. craftTables["Bronze Axe"] = {"Bronze Ingot", "Bronze Ingot", "", "Bronze Ingot", "Stick", "", "", "Stick", ""}
  127. craftTables["Bronze Block"] = {"Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot"}
  128. craftTables["Bronze Boots"] = {"", "", "", "Bronze Ingot", "", "Bronze Ingot", "Bronze Ingot", "", "Bronze Ingot"}
  129. craftTables["Bronze Chestplate"] = {"Bronze Ingot", "", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot"}
  130. craftTables["Bronze Dust"] = {"Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust", "Tiny Pile of Bronze Dust"}
  131. craftTables["Bronze Hoe"] = {"Bronze Ingot", "Bronze Ingot", "", "", "Stick", "", "", "Stick", ""}
  132. craftTables["Bronze Ingot"] = {"", "", "", "", "Bronzeus Fruit", "", "", "", ""}
  133. craftTables["Bronze Item Casing"] = {"", "", "", "", "Bronze Plate", "Forge Hammer", "", "", ""}
  134. craftTables["Bronze Leggings"] = {"Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "", "Bronze Ingot", "Bronze Ingot", "", "Bronze Ingot"}
  135. craftTables["Bronze Paxel"] = {"Bronze Axe", "Bronze Pickaxe", "Bronze Shovel", "", "Stick", "", "", "Stick", ""}
  136. craftTables["Bronze Pickaxe"] = {"Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "", "Stick", "", "", "Stick", ""}
  137. craftTables["Bronze Plate"] = {"", "", "", "", "Bronze Ingot", "Forge Hammer", "", "", ""}
  138. craftTables["Bronze Shovel"] = {"Bronze Ingot", "Stick", "Stick", "", "", "", "", "", ""}
  139. craftTables["Bronze Sword"] = {"Bronze Ingot", "Bronze Ingot", "Stick", "", "", "", "", "", ""}
  140. craftTables["Brown Balloon"] = {"", "Leather", "", "", "String", "", "", "Cocoa Beans", ""}
  141. craftTables["Brown Carpet"] = {"Brown Wool", "Brown Wool", "", "", "", "", "", "", ""}
  142. craftTables["Brown Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Cocoa Beans", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  143. craftTables["Brown Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Cocoa Beans", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  144. craftTables["Brown Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Cocoa Beans", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  145. craftTables["Brown Painter"] = {"", "", "", "Painter", "Cocoa Beans", "", "", "", ""}
  146. craftTables["Brown Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Cocoa Beans", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  147. craftTables["Brown Plastic Glow Block"] = {"Brown Plastic Block", "Brown Plastic Block", "", "Brown Plastic Block", "Glowstone Dust", "", "", "", ""}
  148. craftTables["Brown Plastic Road"] = {"Sand", "Sand", "Sand", "Brown Slick Plastic Block", "Brown Slick Plastic Block", "Brown Slick Plastic Block", "Sand", "Sand", "Sand"}
  149. craftTables["Brown Reinforced Plastic Block"] = {"", "Brown Plastic Block", "", "Brown Plastic Block", "Osmium Dust", "Brown Plastic Block", "", "Brown Plastic Block", ""}
  150. craftTables["Brown Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Cocoa Beans", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  151. craftTables["Brown Stained Glass"] = {"Clear Glass", "Cocoa Beans", "", "", "", "", "", "", ""}
  152. craftTables["Brown Wool"] = {"", "", "", "Wool", "Cocoa Beans", "", "", "", ""}
  153. craftTables["Bucket"] = {"", "", "", "Iron Ingot", "", "Iron Ingot", "", "Iron Ingot", ""}
  154. craftTables["Buffer Stop Track"] = {"Standard Rail", "", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Block of Iron", "Standard Rail"}
  155. craftTables["Button"] = {"Stone", "", "", "", "", "", "", "", ""}
  156. craftTables["Button (stone)"] = {"Stone", "", "", "", "", "", "", "", ""}
  157. craftTables["Button (wooden)"] = {"Planks", "", "", "", "", "", "", "", ""}
  158. craftTables["Button Group"] = {"", "", "", "Button", "Button", "Button", "Button", "Button", "Button"}
  159. craftTables["CESU"] = {"Bronze Plate", "Insulated Copper Cable", "Bronze Plate", "Advanced RE-Battery", "Advanced RE-Battery", "Advanced RE-Battery", "Bronze Plate", "Bronze Plate", "Bronze Plate"}
  160. craftTables["CF Backpack"] = {"CF Sprayer", "Basic Control Circuit", "CF Sprayer", "Universal Fluid Cell", "Iron Item Casing", "Universal Fluid Cell", "Universal Fluid Cell", "", "Universal Fluid Cell"}
  161. craftTables["CF Powder"] = {"Stone Dust", "Sand", "Stone Dust", "Stone Dust", "Clay (item)", "Stone Dust", "Stone Dust", "Sand", "Stone Dust"}
  162. craftTables["CF Sprayer"] = {"Iron Item Casing", "", "", "", "Iron Item Casing", "", "", "Universal Fluid Cell", "Iron Item Casing"}
  163. craftTables["Cable"] = {"", "Iron Nugget", "", "Iron Nugget", "Redstone", "Iron Nugget", "", "Iron Nugget", ""}
  164. craftTables["Cactus Green"] = {"", "", "", "", "Green Dyius Fruit", "", "", "", ""}
  165. craftTables["Cake"] = {"Milk", "Milk", "Milk", "Sugar", "Egg", "Sugar", "Wheat", "Wheat", "Wheat"}
  166. craftTables["Capacitor"] = {"Iron Ingot", "Transistor", "Iron Ingot", "Gold Nugget", "Paper", "Gold Nugget", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  167. craftTables["Carbon Fiber Canoe"] = {"", "", "", "Carbon Plate", "", "Carbon Plate", "Carbon Plate", "Carbon Plate", "Carbon Plate"}
  168. craftTables["Carbon Rotor Blade"] = {"Carbon Plate", "Raw Carbon Mesh", "Carbon Plate", "Carbon Plate", "Raw Carbon Mesh", "Carbon Plate", "Carbon Plate", "Raw Carbon Mesh", "Carbon Plate"}
  169. craftTables["Card Base"] = {"Iron Nugget", "", "", "Iron Nugget", "Printed Circuit Board (PCB)", "", "Iron Nugget", "Gold Nugget", ""}
  170. craftTables["Card Container (Tier 1)"] = {"Iron Ingot", "Microchip (Tier 1)", "Iron Ingot", "Piston", "Chest", "", "Iron Ingot", "Card Base", "Iron Ingot"}
  171. craftTables["Card Container (Tier 2)"] = {"Iron Ingot", "Microchip (Tier 2)", "Iron Ingot", "Piston", "Chest", "", "Iron Ingot", "Card Base", "Iron Ingot"}
  172. craftTables["Card Container (Tier 3)"] = {"Gold Ingot", "Microchip (Tier 2)", "Gold Ingot", "Piston", "Chest", "", "Gold Ingot", "Card Base", "Gold Ingot"}
  173. craftTables["Cardboard Box"] = {"Sawdust", "Sawdust", "", "Sawdust", "Sawdust", "", "", "", ""}
  174. craftTables["Carpet"] = {"Wool", "Wool", "", "", "", "", "", "", ""}
  175. craftTables["Carrot"] = {"", "Carrot Seeds", "", "", "Dirt", "", "", "", ""}
  176. craftTables["Carrot on a Stick"] = {"Fishing Rod", "", "", "", "Carrot", "", "", "", ""}
  177. craftTables["Cart Dispenser"] = {"", "", "", "Minecart", "Dispenser", "", "", "", ""}
  178. craftTables["Cauldron"] = {"Iron Ingot", "", "Iron Ingot", "Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  179. craftTables["Central Processing Unit (CPU) (Tier 1)"] = {"Iron Nugget", "Redstone", "Iron Nugget", "Microchip (Tier 1)", "Control Unit (CU)", "Microchip (Tier 1)", "Iron Nugget", "Arithmetic Logic Unit (ALU)", "Iron Nugget"}
  180. craftTables["Central Processing Unit (CPU) (Tier 2)"] = {"Gold Nugget", "Redstone", "Gold Nugget", "Microchip (Tier 2)", "Control Unit (CU)", "Microchip (Tier 2)", "Gold Nugget", "Arithmetic Logic Unit (ALU)", "Gold Nugget"}
  181. craftTables["Central Processing Unit (CPU) (Tier 3)"] = {"Diamond Chip", "Redstone", "Diamond Chip", "Microchip (Tier 3)", "Control Unit (CU)", "Microchip (Tier 3)", "Diamond Chip", "Arithmetic Logic Unit (ALU)", "Diamond Chip"}
  182. craftTables["Chain Chestplate"] = {"Fire", "", "Fire", "Fire", "Fire", "Fire", "Fire", "Fire", "Fire"}
  183. craftTables["Chain Leggings"] = {"Fire", "Fire", "Fire", "Fire", "", "Fire", "Fire", "", "Fire"}
  184. craftTables["Chainsaw"] = {"", "Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate", "Power Unit", "Iron Plate", ""}
  185. craftTables["Chamelium"] = {"Gravel", "Redstone", "Gravel", "Redstone", "Charcoal", "Redstone", "Gravel", "Water Bucket", "Gravel"}
  186. craftTables["Charcoal Block"] = {"Charcoal", "Charcoal", "Charcoal", "Charcoal", "Charcoal", "Charcoal", "Charcoal", "Charcoal", "Charcoal"}
  187. craftTables["Charge Pad (BatBox)"] = {"", "", "", "Basic Control Circuit", "Pressure Plate (stone)", "Basic Control Circuit", "Rubber", "BatBox", "Rubber"}
  188. craftTables["Charge Pad (CESU)"] = {"", "", "", "Basic Control Circuit", "Pressure Plate (stone)", "Basic Control Circuit", "Rubber", "CESU", "Rubber"}
  189. craftTables["Charge Pad (MFE)"] = {"", "", "", "Basic Control Circuit", "Pressure Plate (stone)", "Basic Control Circuit", "Rubber", "MFE", "Rubber"}
  190. craftTables["Charge Pad (MFSU)"] = {"", "", "", "Basic Control Circuit", "Pressure Plate (stone)", "Basic Control Circuit", "Rubber", "MFSU", "Rubber"}
  191. craftTables["Charger"] = {"Iron Ingot", "Gold Ingot", "Iron Ingot", "Capacitor", "Microchip (Tier 2)", "Capacitor", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  192. craftTables["Chemical Crystallizer"] = {"Basic Control Circuit", "Gas Tank", "Basic Control Circuit", "Atomic Alloy", "Steel Casing", "Atomic Alloy", "Basic Control Circuit", "Gas Tank", "Basic Control Circuit"}
  193. craftTables["Chemical Dissolution Chamber"] = {"Basic Control Circuit", "Gas Tank", "Basic Control Circuit", "Enriched Alloy", "Atomic Alloy", "Enriched Alloy", "Basic Control Circuit", "Gas Tank", "Basic Control Circuit"}
  194. craftTables["Chemical Infuser"] = {"Enriched Alloy", "Basic Control Circuit", "Enriched Alloy", "Gas Tank", "Steel Casing", "Gas Tank", "Enriched Alloy", "Basic Control Circuit", "Enriched Alloy"}
  195. craftTables["Chemical Injection Chamber"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Steel Casing", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  196. craftTables["Chemical Oxidizer"] = {"Enriched Alloy", "Basic Control Circuit", "Enriched Alloy", "Electric Chest", "Dynamic Tank", "Gas Tank", "Enriched Alloy", "Basic Control Circuit", "Enriched Alloy"}
  197. craftTables["Chemical Washer"] = {"Basic Control Circuit", "Bucket", "Basic Control Circuit", "Enriched Alloy", "Steel Casing", "Enriched Alloy", "Basic Control Circuit", "Gas Tank", "Basic Control Circuit"}
  198. craftTables["Chest"] = {"Planks", "Planks", "Planks", "Planks", "", "Planks", "Planks", "Planks", "Planks"}
  199. craftTables["Chiseled Quartz Block"] = {"Quartz Slab", "", "", "Quartz Slab", "", "", "", "", ""}
  200. craftTables["Chiseled Sandstone"] = {"Sandstone Slab", "", "", "Sandstone Slab", "", "", "", "", ""}
  201. craftTables["Chunkloader Upgrade"] = {"Gold Ingot", "Glass", "Gold Ingot", "Microchip (Tier 3)", "Eye of Ender", "Microchip (Tier 3)", "Obsidian", "Printed Circuit Board (PCB)", "Obsidian"}
  202. craftTables["Clay (block)"] = {"Clay (item)", "Clay (item)", "", "Clay (item)", "Clay (item)", "", "", "", ""}
  203. craftTables["Clay (item)"] = {"Water Bucket", "Dirt", "", "Slag", "Slag", "", "", "", ""}
  204. craftTables["Clock"] = {"", "Gold Ingot", "", "Gold Ingot", "Redstone", "Gold Ingot", "", "Gold Ingot", ""}
  205. craftTables["Coal"] = {"Block of Coal", "", "", "", "", "", "", "", ""}
  206. craftTables["Coal Ball"] = {"Coal Dust", "Coal Dust", "Coal Dust", "Coal Dust", "Flint", "Coal Dust", "Coal Dust", "Coal Dust", "Coal Dust"}
  207. craftTables["Coal Chunk"] = {"Compressed Coal Ball", "Compressed Coal Ball", "Compressed Coal Ball", "Compressed Coal Ball", "Obsidian", "Compressed Coal Ball", "Compressed Coal Ball", "Compressed Coal Ball", "Compressed Coal Ball"}
  208. craftTables["Coal Furnace"] = {"Block of Coal", "Coara Fruit", "Block of Coal", "Block of Coal", "Furnace", "Block of Coal", "Block of Coal", "Coara Fruit", "Block of Coal"}
  209. craftTables["Coffee"] = {"Dark Coffee", "Sugar", "", "Milk", "", "", "", "", ""}
  210. craftTables["Coffee Powder"] = {"", "", "", "", "Coffee Beans", "", "", "", ""}
  211. craftTables["Coil"] = {"Copper Cable", "Copper Cable", "Copper Cable", "Copper Cable", "Iron Ingot", "Copper Cable", "Copper Cable", "Copper Cable", "Copper Cable"}
  212. craftTables["Coke Oven Brick"] = {"Sand", "Brick", "Sand", "Brick", "Sand", "Brick", "Sand", "Brick", "Sand"}
  213. craftTables["Cold Coffee"] = {"Stone Mug", "Coffee Powder", "", "Water Cell", "", "", "", "", ""}
  214. craftTables["Combiner"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Cobblestone", "Steel Casing", "Cobblestone", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  215. craftTables["Commercial Steam Engine"] = {"Iron Plate", "Iron Plate", "Iron Plate", "", "Glass", "", "Iron Gear", "Piston", "Iron Gear"}
  216. craftTables["Compass"] = {"", "Iron Ingot", "", "Iron Ingot", "Redstone", "Iron Ingot", "", "Iron Ingot", ""}
  217. craftTables["Component Bus (Tier 1)"] = {"Iron Nugget", "Redstone", "Iron Nugget", "Microchip (Tier 1)", "Control Unit (CU)", "", "Iron Nugget", "Printed Circuit Board (PCB)", "Iron Nugget"}
  218. craftTables["Component Bus (Tier 2)"] = {"Gold Nugget", "Redstone", "Gold Nugget", "Microchip (Tier 2)", "Control Unit (CU)", "", "Gold Nugget", "Printed Circuit Board (PCB)", "Gold Nugget"}
  219. craftTables["Component Bus (Tier 3)"] = {"Diamond Chip", "Redstone", "Diamond Chip", "Microchip (Tier 3)", "Control Unit (CU)", "", "Diamond Chip", "Printed Circuit Board (PCB)", "Diamond Chip"}
  220. craftTables["Component Heat Exchanger"] = {"", "Gold Plate", "", "Gold Plate", "Heat Exchanger", "Gold Plate", "", "Gold Plate", ""}
  221. craftTables["Component Heat Vent"] = {"Iron Bars", "Tin Plate", "Iron Bars", "Tin Plate", "Heat Vent", "Tin Plate", "Iron Bars", "Tin Plate", "Iron Bars"}
  222. craftTables["Composite Vest"] = {"Advanced Alloy", "", "Advanced Alloy", "Advanced Alloy", "Leather Tunic", "Advanced Alloy", "Advanced Alloy", "Iron Chestplate", "Advanced Alloy"}
  223. craftTables["Compressor"] = {"Stone", "", "Stone", "Stone", "Basic Machine Casing", "Stone", "Stone", "Basic Control Circuit", "Stone"}
  224. craftTables["Computer Case (Tier 1)"] = {"Iron Ingot", "Microchip (Tier 1)", "Iron Ingot", "Iron Bars", "Chest", "Iron Bars", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  225. craftTables["Computer Case (Tier 2)"] = {"Gold Ingot", "Microchip (Tier 2)", "Gold Ingot", "Iron Bars", "Chest", "Iron Bars", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  226. craftTables["Computer Case (Tier 3)"] = {"Diamond", "Microchip (Tier 3)", "Diamond", "Iron Bars", "Chest", "Iron Bars", "Diamond", "Printed Circuit Board (PCB)", "Diamond"}
  227. craftTables["Concrete Stairs"] = {"Block of Concrete", "", "", "Block of Concrete", "Block of Concrete", "", "Block of Concrete", "Block of Concrete", "Block of Concrete"}
  228. craftTables["Condenser"] = {"Universal Fluid Cell", "Iron Item Casing", "Universal Fluid Cell", "Universal Fluid Cell", "Basic Machine Casing", "Universal Fluid Cell", "Iron Item Casing", "Basic Control Circuit", "Iron Item Casing"}
  229. craftTables["Construction Foam"] = {"Clay Dust", "Coal Dust", "", "Redstone", "Water Bucket", "", "", "", ""}
  230. craftTables["Containment Box"] = {"Lead Item Casing", "Lead Item Casing", "Lead Item Casing", "Lead Item Casing", "Chest", "Lead Item Casing", "Lead Item Casing", "Lead Item Casing", "Lead Item Casing"}
  231. craftTables["Containment Reactor Plating"] = {"Reactor Plating", "Advanced Alloy", "", "Advanced Alloy", "", "", "", "", ""}
  232. craftTables["Control Track"] = {"Standard Rail", "Redstone", "Standard Rail", "Advanced Rail", "Wood", "Advanced Rail", "Standard Rail", "Redstone", "Standard Rail"}
  233. craftTables["Control Unit (CU)"] = {"Gold Nugget", "Redstone", "Gold Nugget", "Transistor", "Clock", "Transistor", "Gold Nugget", "Transistor", "Gold Nugget"}
  234. craftTables["Controller Circuit"] = {"", "Redstone Repeater", "Red Wool", "Slimeball", "Gold Ingot", "Redstone", "Red Wool", "Redstone", "Lapis Lazuli"}
  235. craftTables["Copper Block"] = {"Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot"}
  236. craftTables["Copper Boiler"] = {"Copper Item Casing", "Copper Item Casing", "Copper Item Casing", "Copper Item Casing", "", "Copper Item Casing", "Copper Item Casing", "Copper Item Casing", "Copper Item Casing"}
  237. craftTables["Copper Cable"] = {"", "", "", "", "Copper Plate", "Cutter", "", "", ""}
  238. craftTables["Copper Dust"] = {"Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust", "Tiny Pile of Copper Dust"}
  239. craftTables["Copper Ingot"] = {"", "", "", "", "Block of Copper", "", "", "", ""}
  240. craftTables["Copper Item Casing"] = {"", "", "", "", "Copper Plate", "Forge Hammer", "", "", ""}
  241. craftTables["Copper Lantern"] = {"", "Copper Slab", "", "", "Torch", "", "", "Copper Slab", ""}
  242. craftTables["Copper Nugget"] = {"", "", "", "", "Copper Ingot", "", "", "", ""}
  243. craftTables["Copper Plate"] = {"", "", "", "", "Copper Ingot", "Forge Hammer", "", "", ""}
  244. craftTables["Copper Stairs"] = {"Block of Copper", "", "", "Block of Copper", "Block of Copper", "", "Block of Copper", "Block of Copper", "Block of Copper"}
  245. craftTables["Coupler Track"] = {"Advanced Rail", "Crowbar", "Advanced Rail", "Advanced Rail", "Wood", "Advanced Rail", "Advanced Rail", "Crowbar", "Advanced Rail"}
  246. craftTables["Crafting Table"] = {"", "", "", "", "Planks", "Planks", "", "Planks", "Planks"}
  247. craftTables["Crafting Upgrade"] = {"Iron Ingot", "", "Iron Ingot", "Microchip (Tier 1)", "Crafting Table", "Microchip (Tier 1)", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  248. craftTables["Creosote Block Stairs"] = {"Wood", "", "", "Wood", "Wood", "", "Wood", "Wood", "Wood"}
  249. craftTables["Crop"] = {"", "", "", "Stick", "", "Stick", "Stick", "", "Stick"}
  250. craftTables["Crop Harvester"] = {"Basic Control Circuit", "Chest", "Basic Control Circuit", "Shears", "Basic Machine Casing", "Shears", "Crop", "Crop", "Crop"}
  251. craftTables["Crop-Matron"] = {"Basic Control Circuit", "Chest", "Basic Control Circuit", "Universal Fluid Cell", "Basic Machine Casing", "Universal Fluid Cell", "Crop", "Crop", "Crop"}
  252. craftTables["Cropnalyzer"] = {"Insulated Copper Cable", "Insulated Copper Cable", "", "Redstone", "Glass", "Redstone", "Redstone", "Basic Control Circuit", "Redstone"}
  253. craftTables["Crowbar"] = {"", "Rose Red", "Iron Ingot", "Rose Red", "Iron Ingot", "Rose Red", "Iron Ingot", "Rose Red", ""}
  254. craftTables["Crusher"] = {"Redstone", "Basic Control Circuit", "Redstone", "Lava Bucket", "Steel Casing", "Lava Bucket", "Redstone", "Basic Control Circuit", "Redstone"}
  255. craftTables["Crystal Memory (raw)"] = {"Silicon Dioxide", "Obsidian Dust", "Silicon Dioxide", "Obsidian Dust", "Silicon Dioxide", "Obsidian Dust", "Silicon Dioxide", "Obsidian Dust", "Silicon Dioxide"}
  256. craftTables["Cut Firestone"] = {"", "Diamond Pickaxe", "", "Diamond Pickaxe", "Raw Firestone", "Diamond Pickaxe", "", "Diamond Pickaxe", ""}
  257. craftTables["Cutter"] = {"Iron Plate", "", "Iron Plate", "", "Iron Plate", "", "Iron Ingot", "", "Iron Ingot"}
  258. craftTables["Cutting Wire"] = {"Stick", "Iron Nugget", "Stick", "", "", "", "", "", ""}
  259. craftTables["Cyan Balloon"] = {"", "Leather", "", "", "String", "", "", "Cyan Dye", ""}
  260. craftTables["Cyan Carpet"] = {"Cyan Wool", "Cyan Wool", "", "", "", "", "", "", ""}
  261. craftTables["Cyan Dye"] = {"", "", "", "Cactus Green", "Lapis Lazuli", "", "", "", ""}
  262. craftTables["Cyan Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Cyan Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  263. craftTables["Cyan Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Cyan Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  264. craftTables["Cyan Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Cyan Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  265. craftTables["Cyan Painter"] = {"", "", "", "Painter", "Cyan Dye", "", "", "", ""}
  266. craftTables["Cyan Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Cyan Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  267. craftTables["Cyan Plastic Glow Block"] = {"Cyan Plastic Block", "Cyan Plastic Block", "", "Cyan Plastic Block", "Glowstone Dust", "", "", "", ""}
  268. craftTables["Cyan Plastic Road"] = {"Sand", "Sand", "Sand", "Cyan Slick Plastic Block", "Cyan Slick Plastic Block", "Cyan Slick Plastic Block", "Sand", "Sand", "Sand"}
  269. craftTables["Cyan Reinforced Plastic Block"] = {"", "Cyan Plastic Block", "", "Cyan Plastic Block", "Osmium Dust", "Cyan Plastic Block", "", "Cyan Plastic Block", ""}
  270. craftTables["Cyan Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Cyan Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  271. craftTables["Cyan Stained Glass"] = {"Clear Glass", "Cyan Dye", "", "", "", "", "", "", ""}
  272. craftTables["Cyan Wool"] = {"", "", "", "Wool", "Cyan Dye", "", "", "", ""}
  273. craftTables["Dandelion Yellow"] = {"", "Dandelion Seeds", "", "", "Dirt", "", "", "", ""}
  274. craftTables["Dark Gray Painter"] = {"", "", "", "Painter", "Gray Dye", "", "", "", ""}
  275. craftTables["Database Upgrade (Tier 1)"] = {"Iron Ingot", "Analyzer", "Iron Ingot", "Microchip (Tier 1)", "Hard Disk Drive (Tier 1)", "Microchip (Tier 1)", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  276. craftTables["Database Upgrade (Tier 2)"] = {"Iron Ingot", "Analyzer", "Iron Ingot", "Microchip (Tier 2)", "Hard Disk Drive (Tier 2)", "Microchip (Tier 2)", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  277. craftTables["Database Upgrade (Tier 3)"] = {"Iron Ingot", "Analyzer", "Iron Ingot", "Microchip (Tier 3)", "Hard Disk Drive (Tier 3)", "Microchip (Tier 3)", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  278. craftTables["Daylight Sensor"] = {"Glass", "Glass", "Glass", "Nether Quartz", "Nether Quartz", "Nether Quartz", "Wood", "Wood", "Wood"}
  279. craftTables["Detector - Advanced"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Pressure Plate (stone)", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  280. craftTables["Detector - Age"] = {"Wood", "Wood", "Wood", "Wood", "Pressure Plate (stone)", "Wood", "Wood", "Wood", "Wood"}
  281. craftTables["Detector - Animal"] = {"Wood", "Wood", "Wood", "Wood", "Pressure Plate (stone)", "Wood", "Wood", "Wood", "Wood"}
  282. craftTables["Detector - Any"] = {"Stone", "Stone", "Stone", "Stone", "Pressure Plate (stone)", "Stone", "Stone", "Stone", "Stone"}
  283. craftTables["Detector - Empty"] = {"Stone Bricks", "Stone Bricks", "Stone Bricks", "Stone Bricks", "Pressure Plate (stone)", "Stone Bricks", "Stone Bricks", "Stone Bricks", "Stone Bricks"}
  284. craftTables["Detector - Energy"] = {"Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Pressure Plate (stone)", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot"}
  285. craftTables["Detector - Explosive"] = {"Wood", "Wood", "Wood", "Wood", "Pressure Plate (stone)", "Wood", "Wood", "Wood", "Wood"}
  286. craftTables["Detector - Item"] = {"Planks", "Planks", "Planks", "Planks", "Pressure Plate (stone)", "Planks", "Planks", "Planks", "Planks"}
  287. craftTables["Detector - Locomotive"] = {"Infernal Brick", "Infernal Brick", "Infernal Brick", "Infernal Brick", "Pressure Plate (stone)", "Infernal Brick", "Infernal Brick", "Infernal Brick", "Infernal Brick"}
  288. craftTables["Detector - Mob"] = {"Mossy Stone Bricks", "Mossy Stone Bricks", "Mossy Stone Bricks", "Mossy Stone Bricks", "Pressure Plate (stone)", "Mossy Stone Bricks", "Mossy Stone Bricks", "Mossy Stone Bricks", "Mossy Stone Bricks"}
  289. craftTables["Detector - Player"] = {"Stone Slab", "Stone Slab", "Stone Slab", "Stone Slab", "Pressure Plate (stone)", "Stone Slab", "Stone Slab", "Stone Slab", "Stone Slab"}
  290. craftTables["Detector - Powered"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "Pressure Plate (stone)", "Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone"}
  291. craftTables["Detector - Routing"] = {"Chiseled Quartz Block", "Chiseled Quartz Block", "Chiseled Quartz Block", "Chiseled Quartz Block", "Pressure Plate (stone)", "Chiseled Quartz Block", "Chiseled Quartz Block", "Chiseled Quartz Block", "Chiseled Quartz Block"}
  292. craftTables["Detector - Sheep"] = {"Wool", "Wool", "Wool", "Wool", "Pressure Plate (stone)", "Wool", "Wool", "Wool", "Wool"}
  293. craftTables["Detector - Tank"] = {"Brick", "Brick", "Brick", "Brick", "Pressure Plate (stone)", "Brick", "Brick", "Brick", "Brick"}
  294. craftTables["Detector - Train"] = {"Nether Brick (block)", "Nether Brick (block)", "Nether Brick (block)", "Nether Brick (block)", "Pressure Plate (stone)", "Nether Brick (block)", "Nether Brick (block)", "Nether Brick (block)", "Nether Brick (block)"}
  295. craftTables["Detector - Villager"] = {"Leather", "Leather", "Leather", "Leather", "Pressure Plate (stone)", "Leather", "Leather", "Leather", "Leather"}
  296. craftTables["Detector Rail"] = {"Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Pressure Plate (stone)", "Iron Ingot", "Iron Ingot", "Redstone", "Iron Ingot"}
  297. craftTables["Diamond"] = {"Diamond Nugget", "Diamond Nugget", "Diamond Nugget", "Diamond Nugget", "Diamond Nugget", "Diamond Nugget", "Diamond Nugget", "Diamond Nugget", "Diamond Nugget"}
  298. craftTables["Diamond Axe"] = {"Diamond", "Diamond", "", "Diamond", "Stick", "", "", "Stick", ""}
  299. craftTables["Diamond Bore Head"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Block of Diamond", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  300. craftTables["Diamond Chestplate"] = {"Diamond", "", "Diamond", "Diamond", "Diamond", "Diamond", "Diamond", "Diamond", "Diamond"}
  301. craftTables["Diamond Chip"] = {"Cutting Wire", "Diamond", "", "", "", "", "", "", ""}
  302. craftTables["Diamond Drill"] = {"", "Diamond", "", "Diamond", "Iron Turning Blank", "Diamond", "", "Mining Drill", ""}
  303. craftTables["Diamond Furnace"] = {"Block of Diamond", "Diamoniad Fruit", "Block of Diamond", "Block of Diamond", "Lapis Furnace", "Block of Diamond", "Block of Diamond", "Diamoniad Fruit", "Block of Diamond"}
  304. craftTables["Diamond Hoe"] = {"Diamond", "Diamond", "", "", "Stick", "", "", "Stick", ""}
  305. craftTables["Diamond Leggings"] = {"Diamond", "Diamond", "Diamond", "Diamond", "", "Diamond", "Diamond", "", "Diamond"}
  306. craftTables["Diamond Paxel"] = {"Diamond Axe", "Diamond Pickaxe", "Diamond Shovel", "", "Stick", "", "", "Stick", ""}
  307. craftTables["Diamond Pickaxe"] = {"Diamond", "Diamond", "Diamond", "", "Stick", "", "", "Stick", ""}
  308. craftTables["Diamond Shovel"] = {"Diamond", "Stick", "Stick", "", "", "", "", "", ""}
  309. craftTables["Diamond Stairs"] = {"Block of Diamond", "", "", "Block of Diamond", "Block of Diamond", "", "Block of Diamond", "Block of Diamond", "Block of Diamond"}
  310. craftTables["Diamond Sword"] = {"Diamond", "Diamond", "Stick", "", "", "", "", "", ""}
  311. craftTables["Dictionary"] = {"", "Basic Control Circuit", "", "", "Book", "", "", "", ""}
  312. craftTables["Digital Miner"] = {"Atomic Alloy", "Basic Control Circuit", "Atomic Alloy", "Logistical Sorter", "Robit", "Logistical Sorter", "Teleportation Core", "Steel Casing", "Teleportation Core"}
  313. craftTables["Directional Detector Track"] = {"Standard Rail", "Redstone", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Pressure Plate (stone)", "Standard Rail"}
  314. craftTables["Disassembler"] = {"Control Unit (CU)", "Glass Pane", "Analyzer", "Piston", "", "Obsidian", "Iron Ingot", "Lava Bucket", "Iron Ingot"}
  315. craftTables["Disembarking Track"] = {"Advanced Rail", "Pressure Plate (stone)", "Advanced Rail", "Advanced Rail", "Wood", "Advanced Rail", "Advanced Rail", "Redstone", "Advanced Rail"}
  316. craftTables["Disk Drive"] = {"Iron Ingot", "Microchip (Tier 1)", "Iron Ingot", "Piston", "Stick", "", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  317. craftTables["Disk Platter"] = {"", "Iron Nugget", "", "Iron Nugget", "", "Iron Nugget", "", "Iron Nugget", ""}
  318. craftTables["Dispenser"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "Bow", "Cobblestone", "Cobblestone", "Redstone", "Cobblestone"}
  319. craftTables["Disposal Track"] = {"Advanced Rail", "Pressure Plate (stone)", "Advanced Rail", "Advanced Rail", "Wood", "Advanced Rail", "Advanced Rail", "Redstone", "Advanced Rail"}
  320. craftTables["Diversion Transporter"] = {"Redstone", "Redstone", "Redstone", "Steel Ingot", "Iron Bars", "Steel Ingot", "Redstone", "Redstone", "Redstone"}
  321. craftTables["Drone Case (Tier 1)"] = {"End Stone", "Compass", "End Stone", "Microchip (Tier 1)", "Microcontroller Case (Tier 1)", "Microchip (Tier 1)", "End Stone", "Component Bus (Tier 2)", "End Stone"}
  322. craftTables["Drone Case (Tier 2)"] = {"End Stone", "Compass", "End Stone", "Microchip (Tier 2)", "Microcontroller Case (Tier 2)", "Microchip (Tier 2)", "End Stone", "Component Bus (Tier 3)", "End Stone"}
  323. craftTables["Dropper"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "", "Cobblestone", "Cobblestone", "Redstone", "Cobblestone"}
  324. craftTables["Dual-Head Block Signal"] = {"Signal Lamp", "Signal Circuit", "Iron Ingot", "", "Ink Sac", "Iron Ingot", "Signal Lamp", "Receiver Circuit", "Iron Ingot"}
  325. craftTables["Dual-Head Distant Signal"] = {"Signal Lamp", "Receiver Circuit", "Iron Ingot", "", "Ink Sac", "Iron Ingot", "Signal Lamp", "Receiver Circuit", "Iron Ingot"}
  326. craftTables["Dynamic Glass"] = {"", "Steel Ingot", "", "Steel Ingot", "Glass", "Steel Ingot", "", "Steel Ingot", ""}
  327. craftTables["Dynamic Tank"] = {"", "Steel Ingot", "", "Steel Ingot", "Cobblestone", "Steel Ingot", "", "Steel Ingot", ""}
  328. craftTables["Dynamic Valve"] = {"", "Steel Ingot", "", "Steel Ingot", "Basic Control Circuit", "Steel Ingot", "", "Steel Ingot", ""}
  329. craftTables["Dynamite"] = {"", "", "", "TNT", "String", "", "", "", ""}
  330. craftTables["Dynamite-O-Mote"] = {"", "Insulated Copper Cable", "", "Tin Item Casing", "Lapis Lazuli Dust", "Tin Item Casing", "", "Frequency Transmitter", ""}
  331. craftTables["EEPROM"] = {"Gold Nugget", "Transistor", "Gold Nugget", "Paper", "Microchip (Tier 1)", "Paper", "Gold Nugget", "Redstone Torch", "Gold Nugget"}
  332. craftTables["EU-Detector Cable"] = {"", "Basic Control Circuit", "", "Redstone", "Insulated Copper Cable", "Redstone", "", "Redstone", ""}
  333. craftTables["EU-Reader"] = {"", "Glowstone Dust", "", "Insulated Copper Cable", "Basic Control Circuit", "Insulated Copper Cable", "Insulated Copper Cable", "", "Insulated Copper Cable"}
  334. craftTables["EU-Splitter Cable"] = {"", "Redstone", "", "Insulated HV Cable", "Lever", "Insulated HV Cable", "", "Redstone", ""}
  335. craftTables["EV-Transformer"] = {"", "Insulated HV Cable", "", "Advanced Control Circuit", "HV-Transformer", "Lapotron Crystal", "", "Insulated HV Cable", ""}
  336. craftTables["Ejector Upgrade"] = {"Tin Plate", "", "Tin Plate", "", "Piston", "", "Tin Plate", "", "Tin Plate"}
  337. craftTables["Electric Boat"] = {"Insulated Copper Cable", "Insulated Copper Cable", "Insulated Copper Cable", "Iron Plate", "Water Mill", "Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate"}
  338. craftTables["Electric Bow"] = {"", "Enriched Alloy", "String", "Energy Tablet", "", "String", "", "Enriched Alloy", "String"}
  339. craftTables["Electric Chest"] = {"Steel Ingot", "Glass", "Steel Ingot", "Chest", "Basic Control Circuit", "Chest", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  340. craftTables["Electric Feeder Unit"] = {"Tin Plate", "Copper Ingot", "Tin Plate", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Tin Plate", "Copper Ingot", "Tin Plate"}
  341. craftTables["Electric Furnace"] = {"", "", "", "", "Basic Control Circuit", "", "Redstone", "Iron Furnace", "Redstone"}
  342. craftTables["Electric Heat Generator"] = {"Iron Item Casing", "RE-Battery", "Iron Item Casing", "Iron Item Casing", "Basic Control Circuit", "Iron Item Casing", "Iron Item Casing", "Heat Conductor", "Iron Item Casing"}
  343. craftTables["Electric Hoe"] = {"Iron Plate", "Iron Plate", "", "", "Iron Plate", "", "", "Small Power Unit", ""}
  344. craftTables["Electric Jetpack"] = {"Iron Item Casing", "Advanced Control Circuit", "Iron Item Casing", "Iron Item Casing", "BatBox", "Iron Item Casing", "Glowstone Dust", "", "Glowstone Dust"}
  345. craftTables["Electric Junction Track"] = {"Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail", "Stone Railbed", "Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail"}
  346. craftTables["Electric Kinetic Generator"] = {"Iron Item Casing", "RE-Battery", "Iron Item Casing", "Iron Item Casing", "Shaft (Iron)", "Iron Item Casing", "Iron Item Casing", "Electric Motor", "Iron Item Casing"}
  347. craftTables["Electric Locomotive"] = {"Redstone Lamp", "Steel Plate", "", "Steel Plate", "Electric Feeder Unit", "Steel Plate", "Steel Gear", "Minecart", "Steel Gear"}
  348. craftTables["Electric Meter"] = {"Tin Ingot", "", "Tin Ingot", "Button (stone)", "Glass Pane", "Button (stone)", "", "Copper Ingot", ""}
  349. craftTables["Electric Motor"] = {"", "Tin Item Casing", "", "Coil", "Iron Ingot", "Coil", "", "Tin Item Casing", ""}
  350. craftTables["Electric Pump"] = {"", "Bucket", "", "Enriched Alloy", "Steel Casing", "Enriched Alloy", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot"}
  351. craftTables["Electric Sorting Machine"] = {"Ejector Upgrade", "Basic Control Circuit", "Ejector Upgrade", "Ejector Upgrade", "Basic Machine Casing", "Ejector Upgrade", "Ejector Upgrade", "Chest", "Ejector Upgrade"}
  352. craftTables["Electric Switch Track"] = {"Electric Rail", "Stone Railbed", "Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail"}
  353. craftTables["Electric Track"] = {"Electric Rail", "", "Electric Rail", "Electric Rail", "Stone Railbed", "Electric Rail", "Electric Rail", "", "Electric Rail"}
  354. craftTables["Electric Treetap"] = {"", "", "", "Treetap", "Small Power Unit", "", "", "", ""}
  355. craftTables["Electric Wrench"] = {"", "", "", "Wrench", "Small Power Unit", "", "", "", ""}
  356. craftTables["Electric Wye Track"] = {"Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail", "Electric Rail", "Stone Railbed", "Electric Rail", "Electric Rail", "Electric Rail"}
  357. craftTables["Electrolytic Core"] = {"Enriched Alloy", "Osmium Dust", "Enriched Alloy", "Iron Dust", "Enriched Alloy", "Gold Dust", "Enriched Alloy", "Osmium Dust", "Enriched Alloy"}
  358. craftTables["Electrolytic Separator"] = {"Iron Ingot", "Redstone", "Iron Ingot", "Enriched Alloy", "Electrolytic Core", "Enriched Alloy", "Iron Ingot", "Redstone", "Iron Ingot"}
  359. craftTables["Electrolyzer"] = {"Insulated Copper Cable", "", "Insulated Copper Cable", "Insulated Copper Cable", "Basic Control Circuit", "Insulated Copper Cable", "Universal Fluid Cell", "Basic Machine Casing", "Universal Fluid Cell"}
  360. craftTables["Electronics Assembler"] = {"Iron Ingot", "Crafting Table", "Iron Ingot", "Piston", "Microchip (Tier 2)", "Piston", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  361. craftTables["Elevator Track"] = {"Advanced Rail", "Redstone", "Advanced Rail", "Advanced Rail", "Standard Rail", "Advanced Rail", "Advanced Rail", "Redstone", "Advanced Rail"}
  362. craftTables["Elite Bin"] = {"Cobblestone", "Elite Control Circuit", "Cobblestone", "Reinforced Alloy", "Advanced Bin", "Reinforced Alloy", "Cobblestone", "Cobblestone", "Cobblestone"}
  363. craftTables["Elite Control Circuit"] = {"", "", "", "Reinforced Alloy", "Advanced Control Circuit", "Reinforced Alloy", "", "", ""}
  364. craftTables["Elite Energy Cube"] = {"Reinforced Alloy", "Energy Tablet", "Reinforced Alloy", "Gold Ingot", "Advanced Energy Cube", "Gold Ingot", "Reinforced Alloy", "Energy Tablet", "Reinforced Alloy"}
  365. craftTables["Elite Factory (Combining)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Combining)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  366. craftTables["Elite Factory (Compressing)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Compressing)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  367. craftTables["Elite Factory (Crushing)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Crushing)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  368. craftTables["Elite Factory (Enriching)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Enriching)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  369. craftTables["Elite Factory (Injecting)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Injecting)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  370. craftTables["Elite Factory (Purifying)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Purifying)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  371. craftTables["Elite Factory (Smelting)"] = {"Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy", "Gold Ingot", "Advanced Factory (Smelting)", "Gold Ingot", "Reinforced Alloy", "Elite Control Circuit", "Reinforced Alloy"}
  372. craftTables["Elite Mechanical Pipe"] = {"Advanced Mechanical Pipe", "Advanced Mechanical Pipe", "Advanced Mechanical Pipe", "Advanced Mechanical Pipe", "Reinforced Alloy", "Advanced Mechanical Pipe", "Advanced Mechanical Pipe", "Advanced Mechanical Pipe", "Advanced Mechanical Pipe"}
  373. craftTables["Elite Universal Cable"] = {"Advanced Universal Cable", "Advanced Universal Cable", "Advanced Universal Cable", "Advanced Universal Cable", "Reinforced Alloy", "Advanced Universal Cable", "Advanced Universal Cable", "Advanced Universal Cable", "Advanced Universal Cable"}
  374. craftTables["Embarking Track"] = {"Advanced Rail", "Ender Pearl", "Advanced Rail", "Advanced Rail", "Wood", "Advanced Rail", "Advanced Rail", "Ender Pearl", "Advanced Rail"}
  375. craftTables["Emerald"] = {"Emerald Nugget", "Emerald Nugget", "Emerald Nugget", "Emerald Nugget", "Emerald Nugget", "Emerald Nugget", "Emerald Nugget", "Emerald Nugget", "Emerald Nugget"}
  376. craftTables["Empty Booze Barrel"] = {"", "Planks", "", "", "Wood", "", "", "Planks", ""}
  377. craftTables["Empty Map"] = {"Paper", "Paper", "Paper", "Paper", "Map", "Paper", "Paper", "Paper", "Paper"}
  378. craftTables["Enchantment Table"] = {"", "Book", "", "Diamond", "Obsidian", "Diamond", "Obsidian", "Obsidian", "Obsidian"}
  379. craftTables["End Stone"] = {"Ender Pearl", "Block of Chamelium", "Ender Pearl", "Block of Chamelium", "Ender Pearl", "Block of Chamelium", "Ender Pearl", "Block of Chamelium", "Ender Pearl"}
  380. craftTables["Ender Chest"] = {"Obsidian", "Obsidian", "Obsidian", "Obsidian", "Eye of Ender", "Obsidian", "Obsidian", "Obsidian", "Obsidian"}
  381. craftTables["Energium Dust"] = {"Redstone", "Diamond Dust", "Redstone", "Diamond Dust", "Redstone", "Diamond Dust", "Redstone", "Diamond Dust", "Redstone"}
  382. craftTables["Energized Smelter"] = {"Redstone", "Basic Control Circuit", "Redstone", "Glass", "Steel Casing", "Glass", "Redstone", "Basic Control Circuit", "Redstone"}
  383. craftTables["Energy Crystal"] = {"Redstone", "Redstone", "Redstone", "Redstone", "Diamond", "Redstone", "Redstone", "Redstone", "Redstone"}
  384. craftTables["Energy Storage Upgrade"] = {"Planks", "Planks", "Planks", "Insulated Copper Cable", "RE-Battery", "Insulated Copper Cable", "Planks", "Basic Control Circuit", "Planks"}
  385. craftTables["Energy Tablet"] = {"Redstone", "Gold Ingot", "Redstone", "Enriched Alloy", "Gold Ingot", "Enriched Alloy", "Redstone", "Gold Ingot", "Redstone"}
  386. craftTables["Energy Upgrade"] = {"", "Glass", "", "Enriched Alloy", "Gold Dust", "Enriched Alloy", "", "Glass", ""}
  387. craftTables["Energy-O-Mat"] = {"", "", "", "Redstone", "RE-Battery", "Redstone", "Insulated Copper Cable", "Basic Machine Casing", "Insulated Copper Cable"}
  388. craftTables["Energypack"] = {"Advanced Control Circuit", "Iron Item Casing", "Advanced Control Circuit", "Energy Crystal", "Iron Item Casing", "Energy Crystal", "Iron Item Casing", "", "Iron Item Casing"}
  389. craftTables["Engineer's Overalls"] = {"Light Blue Wool", "Light Blue Wool", "Light Blue Wool", "Light Blue Wool", "", "Light Blue Wool", "Light Blue Wool", "", "Light Blue Wool"}
  390. craftTables["Engraving Bench"] = {"Diamond Pickaxe", "Steel Plate", "Book", "Steel Plate", "Crafting Table", "Steel Plate", "Piston", "Steel Plate", "Piston"}
  391. craftTables["Enriched Uranium Nuclear Fuel"] = {"Uranium 238", "Uranium 238", "Uranium 238", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Uranium 238", "Uranium 238", "Uranium 238"}
  392. craftTables["Enrichment Chamber"] = {"Redstone", "Basic Control Circuit", "Redstone", "Iron Ingot", "Steel Casing", "Iron Ingot", "Redstone", "Basic Control Circuit", "Redstone"}
  393. craftTables["Etched Abyssal Stone"] = {"", "Gunpowder", "", "", "Abyssal Block", "", "", "", ""}
  394. craftTables["Etched Bleached Bone Stone"] = {"", "Gunpowder", "", "", "Bleached Bone Block", "", "", "", ""}
  395. craftTables["Etched Blood Stained Stone"] = {"", "Gunpowder", "", "", "Blood Stained Block", "", "", "", ""}
  396. craftTables["Etched Frost Bound Stone"] = {"", "Gunpowder", "", "", "Frost Bound Block", "", "", "", ""}
  397. craftTables["Etched Infernal Stone"] = {"", "Gunpowder", "", "", "Infernal Block", "", "", "", ""}
  398. craftTables["Etched Nether Stone"] = {"", "Gunpowder", "", "", "Nether Block", "", "", "", ""}
  399. craftTables["Etched Quarried Stone"] = {"", "Gunpowder", "", "", "Quarried Block", "", "", "", ""}
  400. craftTables["Etched Sandy Stone"] = {"", "Gunpowder", "", "", "Sandy Block", "", "", "", ""}
  401. craftTables["Experience Upgrade"] = {"Gold Ingot", "", "Gold Ingot", "Microchip (Tier 2)", "Emerald", "Microchip (Tier 2)", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  402. craftTables["Extractor"] = {"", "", "", "Treetap", "Basic Machine Casing", "Treetap", "Treetap", "Basic Control Circuit", "Treetap"}
  403. craftTables["Eye of Ender"] = {"Ender Pearl", "Blaze Powder", "", "", "", "", "", "", ""}
  404. craftTables["Feed Station"] = {"Planks", "Golden Carrot", "Planks", "Golden Carrot", "Steel Plate", "Golden Carrot", "Planks", "Golden Carrot", "Planks"}
  405. craftTables["Fence"] = {"Fence", "Fence", "Fence", "Fence", "Planks", "Fence", "Fence", "Fence", "Fence"}
  406. craftTables["Fermented Spider Eye"] = {"Spider Eye", "Mushroom", "", "Sugar", "", "", "", "", ""}
  407. craftTables["Fermenter"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Universal Fluid Cell", "Universal Fluid Cell", "Universal Fluid Cell", "Iron Item Casing", "Heat Conductor", "Iron Item Casing"}
  408. craftTables["Fertilizer"] = {"Plastic Sheets", "Glass Bottle", "Plastic Sheets", "Leather", "Machine Frame", "Leather", "Ferrous Gear", "Redstone Reception Coil", "Ferrous Gear"}
  409. craftTables["Filter Card"] = {"", "Enriched Alloy", "", "Enriched Alloy", "Basic Control Circuit", "Enriched Alloy", "", "Enriched Alloy", ""}
  410. craftTables["Fire Charge"] = {"", "Coal", "", "Blaze Powder", "Gunpowder", "", "", "", ""}
  411. craftTables["Fishing Rod"] = {"DetCord", "DetCord", "", "DetCord", "Fishing Rod", "DetCord", "Redstone Torch", "DetCord", "DetCord"}
  412. craftTables["Fitted Abyssal Stone"] = {"", "Fitted Abyssal Stone Slab", "", "", "Fitted Abyssal Stone Slab", "", "", "", ""}
  413. craftTables["Fitted Abyssal Stone Stairs"] = {"Fitted Abyssal Stone", "", "", "Fitted Abyssal Stone", "Fitted Abyssal Stone", "", "Fitted Abyssal Stone", "Fitted Abyssal Stone", "Fitted Abyssal Stone"}
  414. craftTables["Fitted Bleached Bone Stone"] = {"", "Fitted Bleached Bone Stone Slab", "", "", "Fitted Bleached Bone Stone Slab", "", "", "", ""}
  415. craftTables["Fitted Bleached Bone Stone Stairs"] = {"Fitted Bleached Bone Stone", "", "", "Fitted Bleached Bone Stone", "Fitted Bleached Bone Stone", "", "Fitted Bleached Bone Stone", "Fitted Bleached Bone Stone", "Fitted Bleached Bone Stone"}
  416. craftTables["Fitted Blood Stained Stone"] = {"", "Fitted Blood Stained Stone Slab", "", "", "Fitted Blood Stained Stone Slab", "", "", "", ""}
  417. craftTables["Fitted Blood Stained Stone Stairs"] = {"Fitted Blood Stained Stone", "", "", "Fitted Blood Stained Stone", "Fitted Blood Stained Stone", "", "Fitted Blood Stained Stone", "Fitted Blood Stained Stone", "Fitted Blood Stained Stone"}
  418. craftTables["Fitted Frost Bound Stone"] = {"", "Fitted Frost Bound Stone Slab", "", "", "Fitted Frost Bound Stone Slab", "", "", "", ""}
  419. craftTables["Fitted Frost Bound Stone Stairs"] = {"Fitted Frost Bound Stone", "", "", "Fitted Frost Bound Stone", "Fitted Frost Bound Stone", "", "Fitted Frost Bound Stone", "Fitted Frost Bound Stone", "Fitted Frost Bound Stone"}
  420. craftTables["Fitted Infernal Stone"] = {"", "Fitted Infernal Stone Slab", "", "", "Fitted Infernal Stone Slab", "", "", "", ""}
  421. craftTables["Fitted Infernal Stone Stairs"] = {"Fitted Infernal Stone", "", "", "Fitted Infernal Stone", "Fitted Infernal Stone", "", "Fitted Infernal Stone", "Fitted Infernal Stone", "Fitted Infernal Stone"}
  422. craftTables["Fitted Nether Stone"] = {"", "Fitted Nether Stone Slab", "", "", "Fitted Nether Stone Slab", "", "", "", ""}
  423. craftTables["Fitted Nether Stone Stairs"] = {"Fitted Nether Stone", "", "", "Fitted Nether Stone", "Fitted Nether Stone", "", "Fitted Nether Stone", "Fitted Nether Stone", "Fitted Nether Stone"}
  424. craftTables["Fitted Quarried Stone"] = {"", "Fitted Quarried Stone Slab", "", "", "Fitted Quarried Stone Slab", "", "", "", ""}
  425. craftTables["Fitted Quarried Stone Stairs"] = {"Fitted Quarried Stone", "", "", "Fitted Quarried Stone", "Fitted Quarried Stone", "", "Fitted Quarried Stone", "Fitted Quarried Stone", "Fitted Quarried Stone"}
  426. craftTables["Fitted Sandy Stone"] = {"", "Fitted Sandy Stone Slab", "", "", "Fitted Sandy Stone Slab", "", "", "", ""}
  427. craftTables["Fitted Sandy Stone Stairs"] = {"Fitted Sandy Stone", "", "", "Fitted Sandy Stone", "Fitted Sandy Stone", "", "Fitted Sandy Stone", "Fitted Sandy Stone", "Fitted Sandy Stone"}
  428. craftTables["Flint and Steel"] = {"", "", "", "Flint", "Iron Ingot", "", "", "", ""}
  429. craftTables["Floppy Disk"] = {"Iron Nugget", "Lever", "Iron Nugget", "Paper", "Disk Platter", "Paper", "Iron Nugget", "Paper", "Iron Nugget"}
  430. craftTables["Fluid Distributor"] = {"Fluid Ejector Upgrade", "Fluid Ejector Upgrade", "Fluid Ejector Upgrade", "Fluid Ejector Upgrade", "Basic Machine Casing", "Fluid Ejector Upgrade", "Universal Fluid Cell", "Universal Fluid Cell", "Universal Fluid Cell"}
  431. craftTables["Fluid Ejector Upgrade"] = {"Tin Plate", "", "Tin Plate", "", "Electric Motor", "", "Tin Plate", "", "Tin Plate"}
  432. craftTables["Fluid Heat Generator"] = {"Iron Item Casing", "Universal Fluid Cell", "Iron Item Casing", "Universal Fluid Cell", "Heat Conductor", "Universal Fluid Cell", "Iron Item Casing", "Universal Fluid Cell", "Iron Item Casing"}
  433. craftTables["Fluid Loader"] = {"Glass", "Hopper", "Glass", "Glass", "", "Glass", "Glass", "Detector - Tank", "Glass"}
  434. craftTables["Fluid Regulator"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Universal Fluid Cell", "Electric Motor", "Universal Fluid Cell", "Iron Item Casing", "Basic Control Circuit", "Iron Item Casing"}
  435. craftTables["Fluid Unloader"] = {"Glass", "Detector - Tank", "Glass", "Glass", "", "Glass", "Glass", "Hopper", "Glass"}
  436. craftTables["Fluid/Solid Canning Machine"] = {"Tin Item Casing", "Basic Control Circuit", "Tin Item Casing", "Tin Item Casing", "Basic Machine Casing", "Tin Item Casing", "Tin Item Casing", "Tin Item Casing", "Tin Item Casing"}
  437. craftTables["Fluidic Plenisher"] = {"Tin Ingot", "Tin Ingot", "Tin Ingot", "Basic Control Circuit", "Electric Pump", "Basic Control Circuit", "Tin Ingot", "Tin Ingot", "Tin Ingot"}
  438. craftTables["Flux Transformer"] = {"Copper Plate", "Gold Ingot", "Copper Plate", "Gold Ingot", "Block of Redstone", "Gold Ingot", "Copper Plate", "Gold Ingot", "Copper Plate"}
  439. craftTables["Force Track Emitter"] = {"Tin Plate", "Copper Ingot", "Tin Plate", "Copper Ingot", "Block of Diamond", "Copper Ingot", "Tin Plate", "Copper Ingot", "Tin Plate"}
  440. craftTables["Forge Hammer"] = {"", "Iron Ingot", "Iron Ingot", "Stick", "Stick", "Iron Ingot", "", "Iron Ingot", "Iron Ingot"}
  441. craftTables["Formulaic Assemblicator"] = {"Steel Ingot", "Crafting Table", "Steel Ingot", "Basic Control Circuit", "Steel Casing", "Basic Control Circuit", "Steel Ingot", "Chest", "Steel Ingot"}
  442. craftTables["Free Runners"] = {"Basic Control Circuit", "", "Basic Control Circuit", "Enriched Alloy", "", "Enriched Alloy", "Energy Tablet", "", "Energy Tablet"}
  443. craftTables["Frequency Transmitter"] = {"", "", "", "Basic Control Circuit", "Insulated Copper Cable", "", "", "", ""}
  444. craftTables["Frost Bound Block"] = {"", "Frost Bound Block Slab", "", "", "Frost Bound Block Slab", "", "", "", ""}
  445. craftTables["Frost Bound Block Stairs"] = {"Frost Bound Block", "", "", "Frost Bound Block", "Frost Bound Block", "", "Frost Bound Block", "Frost Bound Block", "Frost Bound Block"}
  446. craftTables["Frost Bound Brick"] = {"", "Frost Bound Brick Slab", "", "", "Frost Bound Brick Slab", "", "", "", ""}
  447. craftTables["Frost Bound Brick Stairs"] = {"Frost Bound Brick", "", "", "Frost Bound Brick", "Frost Bound Brick", "", "Frost Bound Brick", "Frost Bound Brick", "Frost Bound Brick"}
  448. craftTables["Frost Bound Cobble Stairs"] = {"Frost Bound Cobblestone", "", "", "Frost Bound Cobblestone", "Frost Bound Cobblestone", "", "Frost Bound Cobblestone", "Frost Bound Cobblestone", "Frost Bound Cobblestone"}
  449. craftTables["Frost Bound Cobblestone"] = {"", "Frost Bound Cobble Slab", "", "", "Frost Bound Cobble Slab", "", "", "", ""}
  450. craftTables["Frostbound Stone Lantern"] = {"", "Frost Bound Block", "", "", "Torch", "", "", "Frost Bound Block", ""}
  451. craftTables["Furnace"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "", "Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone"}
  452. craftTables["Gas Mask"] = {"", "Steel Ingot", "", "Glass", "Basic Control Circuit", "Glass", "Steel Ingot", "", "Steel Ingot"}
  453. craftTables["Gas Tank"] = {"Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Iron Dust", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot"}
  454. craftTables["Gas-Burning Generator"] = {"Osmium Ingot", "Enriched Alloy", "Osmium Ingot", "Steel Casing", "Electrolytic Core", "Steel Casing", "Osmium Ingot", "Enriched Alloy", "Osmium Ingot"}
  455. craftTables["Gated One-Way Track"] = {"Standard Rail", "Fence Gate", "Standard Rail", "Advanced Rail", "Wood", "Advanced Rail", "Standard Rail", "Fence Gate", "Standard Rail"}
  456. craftTables["Gated Track"] = {"Standard Rail", "Fence Gate", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Fence Gate", "Standard Rail"}
  457. craftTables["Generator"] = {"", "RE-Battery", "", "", "Basic Machine Casing", "", "", "Furnace", ""}
  458. craftTables["Generator Upgrade"] = {"Iron Ingot", "", "Iron Ingot", "Microchip (Tier 1)", "Piston", "Microchip (Tier 1)", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  459. craftTables["Geolyzer"] = {"Gold Ingot", "Compass", "Gold Ingot", "Eye of Ender", "Microchip (Tier 2)", "Eye of Ender", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  460. craftTables["Geothermal Generator"] = {"Glass", "Universal Fluid Cell", "Glass", "Glass", "Universal Fluid Cell", "Glass", "Iron Item Casing", "Generator", "Iron Item Casing"}
  461. craftTables["Gift Cart"] = {"Gunpowder", "Gunpowder", "Gunpowder", "Wood", "Emerald", "Wood", "Wood", "Wood", "Wood"}
  462. craftTables["Glass Fibre Cable"] = {"Glass", "Glass", "Glass", "Energium Dust", "Silver Dust", "Energium Dust", "Glass", "Glass", "Glass"}
  463. craftTables["Glistering Melon"] = {"Gold Nugget", "Gold Nugget", "Gold Nugget", "Gold Nugget", "Melon (item)", "Gold Nugget", "Gold Nugget", "Gold Nugget", "Gold Nugget"}
  464. craftTables["Glowstone"] = {"Glowstone Dust", "Glowstone Dust", "", "Glowstone Dust", "Glowstone Dust", "", "", "", ""}
  465. craftTables["Glowstone Axe"] = {"Glowstone Ingot", "Glowstone Ingot", "", "Glowstone Ingot", "Stick", "", "", "Stick", ""}
  466. craftTables["Glowstone Boots"] = {"", "", "", "Glowstone Ingot", "", "Glowstone Ingot", "Glowstone Ingot", "", "Glowstone Ingot"}
  467. craftTables["Glowstone Chestplate"] = {"Glowstone Ingot", "", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot"}
  468. craftTables["Glowstone Dust"] = {"", "Nitor Wart Spores", "", "", "Soul Sand", "", "", "", ""}
  469. craftTables["Glowstone Hoe"] = {"Glowstone Ingot", "Glowstone Ingot", "", "", "Stick", "", "", "Stick", ""}
  470. craftTables["Glowstone Ingot"] = {"", "", "", "", "Refined Glowstone", "", "", "", ""}
  471. craftTables["Glowstone Leggings"] = {"Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "", "Glowstone Ingot", "Glowstone Ingot", "", "Glowstone Ingot"}
  472. craftTables["Glowstone Paxel"] = {"Glowstone Axe", "Glowstone Pickaxe", "Glowstone Shovel", "", "Stick", "", "", "Stick", ""}
  473. craftTables["Glowstone Pickaxe"] = {"Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "", "Stick", "", "", "Stick", ""}
  474. craftTables["Glowstone Shovel"] = {"", "Glowstone Ingot", "", "", "Stick", "", "", "Stick", ""}
  475. craftTables["Glowstone Sword"] = {"", "Glowstone Ingot", "", "", "Glowstone Ingot", "", "", "Stick", ""}
  476. craftTables["Gold Dust"] = {"Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust", "Tiny Pile of Gold Dust"}
  477. craftTables["Gold Furnace"] = {"Block of Gold", "Goldius Fruit", "Block of Gold", "Block of Gold", "Iron Furnace", "Block of Gold", "Block of Gold", "Goldius Fruit", "Block of Gold"}
  478. craftTables["Gold Ingot"] = {"Block of Gold", "", "", "", "", "", "", "", ""}
  479. craftTables["Gold Lantern"] = {"", "Gold Slab", "", "", "Torch", "", "", "Gold Slab", ""}
  480. craftTables["Gold Nugget"] = {"Gold Ingot", "", "", "", "", "", "", "", ""}
  481. craftTables["Gold Paxel"] = {"Golden Axe", "Golden Pickaxe", "Golden Shovel", "", "Stick", "", "", "Stick", ""}
  482. craftTables["Gold Stairs"] = {"Block of Gold", "", "", "Block of Gold", "Block of Gold", "", "Block of Gold", "Block of Gold", "Block of Gold"}
  483. craftTables["Gold-Plate Gear"] = {"", "Gold Nugget", "", "Gold Nugget", "Tin Gear Bushing", "Gold Nugget", "", "Gold Nugget", ""}
  484. craftTables["Golden Apple"] = {"Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot", "Apple", "Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot"}
  485. craftTables["Golden Apple (magical)"] = {"Block of Gold", "Block of Gold", "Block of Gold", "Block of Gold", "Apple", "Block of Gold", "Block of Gold", "Block of Gold", "Block of Gold"}
  486. craftTables["Golden Axe"] = {"Gold Ingot", "Gold Ingot", "", "Gold Ingot", "Stick", "", "", "Stick", ""}
  487. craftTables["Golden Carrot"] = {"Gold Nugget", "Gold Nugget", "Gold Nugget", "Gold Nugget", "Carrot", "Gold Nugget", "Gold Nugget", "Gold Nugget", "Gold Nugget"}
  488. craftTables["Golden Chestplate"] = {"Gold Ingot", "", "Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot"}
  489. craftTables["Golden Hoe"] = {"Gold Ingot", "Gold Ingot", "", "", "Stick", "", "", "Stick", ""}
  490. craftTables["Golden Leggings"] = {"Gold Ingot", "Gold Ingot", "Gold Ingot", "Gold Ingot", "", "Gold Ingot", "Gold Ingot", "", "Gold Ingot"}
  491. craftTables["Golden Pickaxe"] = {"Gold Ingot", "Gold Ingot", "Gold Ingot", "", "Stick", "", "", "Stick", ""}
  492. craftTables["Golden Railway Ticket"] = {"", "", "", "Paper", "Gold Nugget", "", "", "", ""}
  493. craftTables["Golden Shovel"] = {"Gold Ingot", "Stick", "Stick", "", "", "", "", "", ""}
  494. craftTables["Golden Sword"] = {"Gold Ingot", "Gold Ingot", "Stick", "", "", "", "", "", ""}
  495. craftTables["Graphics Card (Tier 1)"] = {"", "", "", "Microchip (Tier 1)", "Arithmetic Logic Unit (ALU)", "Memory (Tier 1)", "", "Card Base", ""}
  496. craftTables["Graphics Card (Tier 2)"] = {"", "", "", "Microchip (Tier 2)", "Arithmetic Logic Unit (ALU)", "Memory (Tier 2)", "", "Card Base", ""}
  497. craftTables["Gray Balloon"] = {"", "Leather", "", "", "String", "", "", "Gray Dye", ""}
  498. craftTables["Gray Carpet"] = {"Gray Wool", "Gray Wool", "", "", "", "", "", "", ""}
  499. craftTables["Gray Dye"] = {"", "", "", "Bone Meal", "Ink Sac", "", "", "", ""}
  500. craftTables["Gray Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Gray Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  501. craftTables["Gray Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Gray Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  502. craftTables["Gray Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Gray Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  503. craftTables["Gray Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Gray Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  504. craftTables["Gray Plastic Glow Block"] = {"Gray Plastic Block", "Gray Plastic Block", "", "Gray Plastic Block", "Glowstone Dust", "", "", "", ""}
  505. craftTables["Gray Plastic Road"] = {"Sand", "Sand", "Sand", "Gray Slick Plastic Block", "Gray Slick Plastic Block", "Gray Slick Plastic Block", "Sand", "Sand", "Sand"}
  506. craftTables["Gray Reinforced Plastic Block"] = {"", "Gray Plastic Block", "", "Gray Plastic Block", "Osmium Dust", "Gray Plastic Block", "", "Gray Plastic Block", ""}
  507. craftTables["Gray Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Gray Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  508. craftTables["Gray Stained Glass"] = {"Clear Glass", "Gray Dye", "", "", "", "", "", "", ""}
  509. craftTables["Gray Wool"] = {"", "", "", "Wool", "Gray Dye", "", "", "", ""}
  510. craftTables["Green Balloon"] = {"", "Leather", "", "", "String", "", "", "Cactus Green", ""}
  511. craftTables["Green Carpet"] = {"Green Wool", "Green Wool", "", "", "", "", "", "", ""}
  512. craftTables["Green Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Cactus Green", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  513. craftTables["Green Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Cactus Green", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  514. craftTables["Green Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Cactus Green", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  515. craftTables["Green Painter"] = {"", "", "", "Painter", "Cactus Green", "", "", "", ""}
  516. craftTables["Green Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Cactus Green", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  517. craftTables["Green Plastic Glow Block"] = {"Green Plastic Block", "Green Plastic Block", "", "Green Plastic Block", "Glowstone Dust", "", "", "", ""}
  518. craftTables["Green Plastic Road"] = {"Sand", "Sand", "Sand", "Green Slick Plastic Block", "Green Slick Plastic Block", "Green Slick Plastic Block", "Sand", "Sand", "Sand"}
  519. craftTables["Green Reinforced Plastic Block"] = {"", "Green Plastic Block", "", "Green Plastic Block", "Osmium Dust", "Green Plastic Block", "", "Green Plastic Block", ""}
  520. craftTables["Green Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Cactus Green", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  521. craftTables["Green Stained Glass"] = {"Clear Glass", "Cactus Green", "", "", "", "", "", "", ""}
  522. craftTables["Green Wool"] = {"", "", "", "Wool", "Cactus Green", "", "", "", ""}
  523. craftTables["Grog"] = {"Water Bucket", "Sugar", "Slimeball", "Fermented Spider Eye", "Bone", "", "", "", ""}
  524. craftTables["Gunpowder"] = {"Pulverized Coal", "Sulfur", "", "Niter", "Niter", "", "", "", ""}
  525. craftTables["H.S. Booster Track"] = {"Advanced Rail", "Redstone", "Advanced Rail", "Advanced Rail", "Stone Railbed", "Advanced Rail", "Advanced Rail", "Redstone", "Advanced Rail"}
  526. craftTables["H.S. Switch Track"] = {"H.S. Rail", "Stone Railbed", "H.S. Rail", "H.S. Rail", "H.S. Rail", "H.S. Rail", "H.S. Rail", "H.S. Rail", "H.S. Rail"}
  527. craftTables["H.S. Track"] = {"H.S. Rail", "", "H.S. Rail", "H.S. Rail", "Stone Railbed", "H.S. Rail", "H.S. Rail", "", "H.S. Rail"}
  528. craftTables["H.S. Transition Track"] = {"H.S. Rail", "Redstone", "H.S. Rail", "H.S. Rail", "Redstone", "H.S. Rail", "H.S. Rail", "Stone Railbed", "H.S. Rail"}
  529. craftTables["H.S. Wye Track"] = {"Advanced Rail", "Advanced Rail", "Advanced Rail", "Advanced Rail", "Advanced Rail", "Stone Railbed", "Advanced Rail", "Advanced Rail", "Advanced Rail"}
  530. craftTables["HDPE Rod"] = {"", "HDPE Pellet", "HDPE Pellet", "", "HDPE Pellet", "HDPE Pellet", "", "HDPE Pellet", "HDPE Pellet"}
  531. craftTables["HDPE Sheet"] = {"HDPE Pellet", "HDPE Pellet", "HDPE Pellet", "HDPE Pellet", "", "HDPE Pellet", "HDPE Pellet", "HDPE Pellet", "HDPE Pellet"}
  532. craftTables["HV-Transformer"] = {"", "2x Ins. Gold Cable", "", "Basic Control Circuit", "MV-Transformer", "Advanced RE-Battery", "", "2x Ins. Gold Cable", ""}
  533. craftTables["Hard Disk Drive (Tier 1)"] = {"Microchip (Tier 1)", "Disk Platter", "Iron Ingot", "Printed Circuit Board (PCB)", "Disk Platter", "Piston", "Microchip (Tier 1)", "Disk Platter", "Iron Ingot"}
  534. craftTables["Hard Disk Drive (Tier 1) (1MB)"] = {"Microchip (Tier 1)", "Disk Platter", "Iron Ingot", "Printed Circuit Board (PCB)", "Disk Platter", "Piston", "Microchip (Tier 1)", "Disk Platter", "Iron Ingot"}
  535. craftTables["Hard Disk Drive (Tier 2)"] = {"Microchip (Tier 2)", "Disk Platter", "Gold Ingot", "Printed Circuit Board (PCB)", "Disk Platter", "Piston", "Microchip (Tier 2)", "Disk Platter", "Gold Ingot"}
  536. craftTables["Hard Disk Drive (Tier 2) (2MB)"] = {"Microchip (Tier 2)", "Disk Platter", "Gold Ingot", "Printed Circuit Board (PCB)", "Disk Platter", "Piston", "Microchip (Tier 2)", "Disk Platter", "Gold Ingot"}
  537. craftTables["Hard Disk Drive (Tier 3)"] = {"Microchip (Tier 3)", "Disk Platter", "Diamond", "Printed Circuit Board (PCB)", "Disk Platter", "Piston", "Microchip (Tier 3)", "Disk Platter", "Diamond"}
  538. craftTables["Hard Disk Drive (Tier 3) (4MB)"] = {"Microchip (Tier 3)", "Disk Platter", "Diamond", "Printed Circuit Board (PCB)", "Disk Platter", "Piston", "Microchip (Tier 3)", "Disk Platter", "Diamond"}
  539. craftTables["Hay Bale"] = {"Wheat", "Wheat", "Wheat", "Wheat", "Wheat", "Wheat", "Wheat", "Wheat", "Wheat"}
  540. craftTables["Hazmat Suit"] = {"Rubber", "", "Rubber", "Rubber", "Orange Dye", "Rubber", "Rubber", "Orange Dye", "Rubber"}
  541. craftTables["Hazmat Suit Leggings"] = {"Rubber", "Orange Dye", "Rubber", "Rubber", "", "Rubber", "Rubber", "", "Rubber"}
  542. craftTables["Heat Conductor"] = {"Rubber", "Copper Plate", "Rubber", "Rubber", "Copper Plate", "Rubber", "Rubber", "Copper Plate", "Rubber"}
  543. craftTables["Heat Exchanger"] = {"Copper Plate", "Basic Control Circuit", "Copper Plate", "Tin Plate", "Copper Plate", "Tin Plate", "Copper Plate", "Tin Plate", "Copper Plate"}
  544. craftTables["Heat Generator"] = {"Iron Ingot", "Iron Ingot", "Iron Ingot", "Planks", "Osmium Ingot", "Planks", "Copper Ingot", "Furnace", "Copper Ingot"}
  545. craftTables["Heat Vent"] = {"Iron Bars", "Iron Plate", "Iron Bars", "Iron Plate", "Electric Motor", "Iron Plate", "Iron Bars", "Iron Plate", "Iron Bars"}
  546. craftTables["Heat-Capacity Reactor Plating"] = {"Copper Plate", "Copper Plate", "Copper Plate", "Copper Plate", "Reactor Plating", "Copper Plate", "Copper Plate", "Copper Plate", "Copper Plate"}
  547. craftTables["High Pressure Boiler Tank"] = {"", "Steel Plate", "", "", "Steel Plate", "", "", "", ""}
  548. craftTables["Hobbyist's Steam Engine"] = {"Gold Nugget", "Gold Nugget", "Gold Nugget", "", "Glass", "", "Gold-Plate Gear", "Piston", "Gold-Plate Gear"}
  549. craftTables["Hologram Projector (Tier 1)"] = {"Microchip (Tier 2)", "Glass Pane", "Microchip (Tier 2)", "Printed Circuit Board (PCB)", "Diamond", "Printed Circuit Board (PCB)", "Obsidian", "Glowstone Dust", "Obsidian"}
  550. craftTables["Hologram Projector (Tier 2)"] = {"Microchip (Tier 3)", "Glass Pane", "Microchip (Tier 3)", "Printed Circuit Board (PCB)", "Block of Diamond", "Printed Circuit Board (PCB)", "Obsidian", "Blaze Powder", "Obsidian"}
  551. craftTables["Hopper"] = {"Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Chest", "Iron Ingot", "", "Iron Ingot", ""}
  552. craftTables["Hover Boots"] = {"Iron Nugget", "Hover Upgrade (Tier 2)", "Iron Nugget", "Leather", "Drone Case (Tier 1)", "Leather", "Iron Nugget", "Capacitor", "Iron Nugget"}
  553. craftTables["Hover Upgrade (Tier 1)"] = {"Feather", "Microchip (Tier 1)", "Feather", "Iron Nugget", "Leather", "Iron Nugget", "Feather", "Printed Circuit Board (PCB)", "Feather"}
  554. craftTables["Hover Upgrade (Tier 2)"] = {"End Stone", "Microchip (Tier 2)", "End Stone", "Gold Nugget", "Iron Ingot", "Gold Nugget", "End Stone", "Printed Circuit Board (PCB)", "End Stone"}
  555. craftTables["Hydrated Coal Dust"] = {"Coal Dust", "Coal Dust", "Coal Dust", "Coal Dust", "Water Bottle", "Coal Dust", "Coal Dust", "Coal Dust", "Coal Dust"}
  556. craftTables["Ice Stairs"] = {"Ice", "", "", "Ice", "Ice", "", "Ice", "Ice", "Ice"}
  557. craftTables["Induction Furnace"] = {"Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Electric Furnace", "Copper Ingot", "Copper Ingot", "Advanced Machine Casing", "Copper Ingot"}
  558. craftTables["Industrial Steam Engine"] = {"Steel Plate", "Steel Plate", "Steel Plate", "", "Glass", "", "Steel Gear", "Piston", "Steel Gear"}
  559. craftTables["Industrial TNT"] = {"Flint", "Flint", "Flint", "TNT", "TNT", "TNT", "Flint", "Flint", "Flint"}
  560. craftTables["Infernal Block"] = {"", "Infernal Block Slab", "", "", "Infernal Block Slab", "", "", "", ""}
  561. craftTables["Infernal Block Stairs"] = {"Infernal Block", "", "", "Infernal Block", "Infernal Block", "", "Infernal Block", "Infernal Block", "Infernal Block"}
  562. craftTables["Infernal Brick"] = {"", "Infernal Block Slab", "", "", "Infernal Block Slab", "", "", "", ""}
  563. craftTables["Infernal Brick Stairs"] = {"Infernal Brick", "", "", "Infernal Brick", "Infernal Brick", "", "Infernal Brick", "Infernal Brick", "Infernal Brick"}
  564. craftTables["Infernal Cobble Stairs"] = {"Infernal Cobblestone", "", "", "Infernal Cobblestone", "Infernal Cobblestone", "", "Infernal Cobblestone", "Infernal Cobblestone", "Infernal Cobblestone"}
  565. craftTables["Infernal Cobblestone"] = {"", "Infernal Cobble Slab", "", "", "Infernal Cobble Slab", "", "", "", ""}
  566. craftTables["Infernal Stone Lantern"] = {"", "Infernal Block", "", "", "Torch", "", "", "Infernal Block", ""}
  567. craftTables["Ink Cartridge"] = {"Cyan Dye", "Magenta Dye", "", "Dandelion Yellow", "Ink Sac", "", "Ink Cartridge (Empty)", "", ""}
  568. craftTables["Ink Cartridge (Empty)"] = {"Iron Nugget", "Dispenser", "Iron Nugget", "Transistor", "Bucket", "Transistor", "Iron Nugget", "Printed Circuit Board (PCB)", "Iron Nugget"}
  569. craftTables["Insulated Copper Cable"] = {"", "", "", "Copper Cable", "Rubber", "", "", "", ""}
  570. craftTables["Insulated HV Cable"] = {"Rubber", "Rubber", "", "Rubber", "HV Cable", "", "", "", ""}
  571. craftTables["Insulated Tin Cable"] = {"", "", "", "", "Tin Cable", "Rubber", "", "", ""}
  572. craftTables["Internet Card"] = {"", "", "", "Interweb", "Microchip (Tier 2)", "Redstone Torch", "", "Card Base", "Obsidian"}
  573. craftTables["Interweb"] = {"String", "String", "String", "String", "Ender Pearl", "String", "String", "String", "String"}
  574. craftTables["Inventory Controller Upgrade"] = {"Gold Ingot", "Analyzer", "Gold Ingot", "Dropper", "Microchip (Tier 2)", "Piston", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  575. craftTables["Inventory Upgrade"] = {"Planks", "Hopper", "Planks", "Dropper", "Chest", "Piston", "Planks", "Microchip (Tier 1)", "Planks"}
  576. craftTables["Iridium Drill"] = {"", "Iridium Reinforced Plate", "", "Iridium Reinforced Plate", "Diamond Drill", "Iridium Reinforced Plate", "", "Energy Crystal", ""}
  577. craftTables["Iridium Ore"] = {"UU Matter", "UU Matter", "UU Matter", "", "UU Matter", "", "UU Matter", "UU Matter", "UU Matter"}
  578. craftTables["Iridium Reinforced Plate"] = {"Iridium Ore", "Advanced Alloy", "Iridium Ore", "Advanced Alloy", "Diamond", "Advanced Alloy", "Iridium Ore", "Advanced Alloy", "Iridium Ore"}
  579. craftTables["Iron Axe"] = {"Iron Ingot", "Iron Ingot", "", "Iron Ingot", "Stick", "", "", "Stick", ""}
  580. craftTables["Iron Bars"] = {"", "", "", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  581. craftTables["Iron Bore Head"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Block of Iron", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  582. craftTables["Iron Chestplate"] = {"Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  583. craftTables["Iron Door"] = {"Iron Ingot", "Iron Ingot", "", "Iron Ingot", "Iron Ingot", "", "Iron Ingot", "Iron Ingot", ""}
  584. craftTables["Iron Dust"] = {"Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust", "Tiny Pile of Iron Dust"}
  585. craftTables["Iron Fence"] = {"", "", "", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  586. craftTables["Iron Furnace"] = {"Block of Iron", "Ironias Fruit", "Block of Iron", "Block of Iron", "Coal Furnace", "Block of Iron", "Block of Iron", "Ironias Fruit", "Block of Iron"}
  587. craftTables["Iron Gear"] = {"", "Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Iron Ingot", "", "Iron Ingot", ""}
  588. craftTables["Iron Hoe"] = {"Iron Ingot", "Iron Ingot", "", "", "Stick", "", "", "Stick", ""}
  589. craftTables["Iron Ingot"] = {"", "", "", "", "Ironias Fruit", "", "", "", ""}
  590. craftTables["Iron Item Casing"] = {"", "", "", "", "Iron Plate", "Forge Hammer", "", "", ""}
  591. craftTables["Iron Lantern"] = {"", "Iron Slab", "", "", "Torch", "", "", "Iron Slab", ""}
  592. craftTables["Iron Leggings"] = {"Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot", "", "Iron Ingot", "Iron Ingot", "", "Iron Ingot"}
  593. craftTables["Iron Nugget"] = {"Iron Ingot", "", "", "", "", "", "", "", ""}
  594. craftTables["Iron Paxel"] = {"Iron Axe", "Iron Pickaxe", "Iron Shovel", "", "Stick", "", "", "Stick", ""}
  595. craftTables["Iron Pickaxe"] = {"Iron Ingot", "Iron Ingot", "Iron Ingot", "", "Stick", "", "", "Stick", ""}
  596. craftTables["Iron Plate"] = {"", "", "", "", "Iron Ingot", "Forge Hammer", "", "", ""}
  597. craftTables["Iron Rotor Blade"] = {"Iron Plate", "Iron Ingot", "Iron Plate", "Iron Plate", "Iron Ingot", "Iron Plate", "Iron Plate", "Iron Ingot", "Iron Plate"}
  598. craftTables["Iron Scaffold"] = {"Iron Plate", "Iron Plate", "Iron Plate", "Iron Fence", "Iron Fence", "Iron Fence", "Iron Plate", "Iron Plate", "Iron Plate"}
  599. craftTables["Iron Shovel"] = {"Iron Ingot", "Stick", "Stick", "", "", "", "", "", ""}
  600. craftTables["Iron Stairs"] = {"Block of Iron", "", "", "Block of Iron", "Block of Iron", "", "Block of Iron", "Block of Iron", "Block of Iron"}
  601. craftTables["Iron Sword"] = {"Iron Ingot", "Iron Ingot", "Stick", "", "", "", "", "", ""}
  602. craftTables["Iron Tank Gauge"] = {"Glass Pane", "Iron Plate", "Glass Pane", "Iron Plate", "Glass Pane", "Iron Plate", "Glass Pane", "Iron Plate", "Glass Pane"}
  603. craftTables["Iron Tank Valve"] = {"Iron Bars", "Iron Plate", "Iron Bars", "Iron Plate", "Lever", "Iron Plate", "Iron Bars", "Iron Plate", "Iron Bars"}
  604. craftTables["Iron Tank Wall"] = {"Iron Plate", "Iron Plate", "", "Iron Plate", "Iron Plate", "", "", "", ""}
  605. craftTables["Item Buffer"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Chest", "Basic Machine Casing", "Chest", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing"}
  606. craftTables["Item Frame"] = {"Stick", "Stick", "Stick", "Stick", "Leather", "Stick", "Stick", "Stick", "Stick"}
  607. craftTables["Item Loader"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "Hopper", "Cobblestone", "Cobblestone", "Detector - Item", "Cobblestone"}
  608. craftTables["Item Unloader"] = {"Cobblestone", "Cobblestone", "Cobblestone", "Cobblestone", "Detector - Item", "Cobblestone", "Cobblestone", "Hopper", "Cobblestone"}
  609. craftTables["Jack o'Lantern"] = {"Pumpkin", "", "", "Torch", "", "", "", "", ""}
  610. craftTables["Jetpack"] = {"Steel Ingot", "Basic Control Circuit", "Steel Ingot", "Tin Ingot", "Gas Tank", "Tin Ingot", "", "Tin Ingot", ""}
  611. craftTables["Jukebox"] = {"Planks", "Planks", "Planks", "Planks", "Diamond", "Planks", "Planks", "Planks", "Planks"}
  612. craftTables["Junction Track"] = {"Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail"}
  613. craftTables["Keyboard"] = {"", "", "", "Button Group", "Button Group", "Button Group", "Button Group", "Arrow Keys", "Numeric Keypad"}
  614. craftTables["Kinetic Generator"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Generator", "Electric Motor", "Shaft (Iron)", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing"}
  615. craftTables["Kinetic Steam Generator"] = {"Refined Iron Item Casing", "Refined Iron Item Casing", "Refined Iron Item Casing", "Copper Boiler", "Shaft (Iron)", "Shaft (Iron)", "Universal Fluid Cell", "Refined Iron Item Casing", "Refined Iron Item Casing"}
  616. craftTables["Kinetic Wind Generator Rotor (Carbon)"] = {"", "Carbon Rotor Blade", "", "Carbon Rotor Blade", "Shaft (Refined Iron)", "Carbon Rotor Blade", "", "Carbon Rotor Blade", ""}
  617. craftTables["Kinetic Wind Generator Rotor (Iron)"] = {"", "Iron Rotor Blade", "", "Iron Rotor Blade", "Shaft (Iron)", "Iron Rotor Blade", "", "Iron Rotor Blade", ""}
  618. craftTables["Kinetic Wind Generator Rotor (Steel)"] = {"", "Steel Rotor Blade", "", "Steel Rotor Blade", "Shaft (Iron)", "Steel Rotor Blade", "", "Steel Rotor Blade", ""}
  619. craftTables["LV-Transformer"] = {"Planks", "Insulated Tin Cable", "Planks", "Planks", "Coil", "Planks", "Planks", "Insulated Tin Cable", "Planks"}
  620. craftTables["LZH-Condensator"] = {"Redstone", "Reactor Heat Vent", "Redstone", "RSH-Condensator", "Lapis Lazuli Block", "RSH-Condensator", "Redstone", "Reactor Heat Exchanger", "Redstone"}
  621. craftTables["Ladder"] = {"Stone Rod", "", "Stone Rod", "Stone Rod", "Stone Rod", "Stone Rod", "Stone Rod", "", "Stone Rod"}
  622. craftTables["Lapis Furnace"] = {"Lapis Lazuli Block", "Lapius Fruit", "Lapis Lazuli Block", "Lapis Lazuli Block", "Redstone Furnace", "Lapis Lazuli Block", "Lapis Lazuli Block", "Lapius Fruit", "Lapis Lazuli Block"}
  623. craftTables["Lapis Lazuli"] = {"", "Lapender Seeds", "", "", "Dirt", "", "", "", ""}
  624. craftTables["Lapis Lazuli Axe"] = {"Lapis Lazuli", "Lapis Lazuli", "", "Lapis Lazuli", "Stick", "", "", "Stick", ""}
  625. craftTables["Lapis Lazuli Block"] = {"Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli"}
  626. craftTables["Lapis Lazuli Boots"] = {"", "", "", "Lapis Lazuli", "", "Lapis Lazuli", "Lapis Lazuli", "", "Lapis Lazuli"}
  627. craftTables["Lapis Lazuli Chestplate"] = {"Lapis Lazuli", "", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli"}
  628. craftTables["Lapis Lazuli Dust"] = {"Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust", "Tiny Pile of Lapis Dust"}
  629. craftTables["Lapis Lazuli Hoe"] = {"Lapis Lazuli", "Lapis Lazuli", "", "", "Stick", "", "", "Stick", ""}
  630. craftTables["Lapis Lazuli Leggings"] = {"Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "", "Lapis Lazuli", "Lapis Lazuli", "", "Lapis Lazuli"}
  631. craftTables["Lapis Lazuli Paxel"] = {"Lapis Lazuli Axe", "Lapis Lazuli Pickaxe", "Lapis Lazuli Shovel", "", "Stick", "", "", "Stick", ""}
  632. craftTables["Lapis Lazuli Pickaxe"] = {"Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli", "", "Stick", "", "", "Stick", ""}
  633. craftTables["Lapis Lazuli Shovel"] = {"", "Lapis Lazuli", "", "", "Stick", "", "", "Stick", ""}
  634. craftTables["Lapis Lazuli Sword"] = {"", "Lapis Lazuli", "", "", "Lapis Lazuli", "", "", "Stick", ""}
  635. craftTables["Lapotron Crystal"] = {"Lapis Lazuli Dust", "Advanced Control Circuit", "Lapis Lazuli Dust", "Lapis Lazuli Dust", "Energy Crystal", "Lapis Lazuli Dust", "Lapis Lazuli Dust", "Advanced Control Circuit", "Lapis Lazuli Dust"}
  636. craftTables["Lathing Tool"] = {"Refined Iron Plate", "", "", "", "Iron Item Casing", "", "", "", "Iron Item Casing"}
  637. craftTables["Launcher Track"] = {"Reinforced Rail", "Stone Railbed", "Reinforced Rail", "Block of Steel", "Piston", "Block of Steel", "Reinforced Rail", "Stone Railbed", "Reinforced Rail"}
  638. craftTables["Lead"] = {"String", "String", "", "String", "Slimeball", "", "", "", "String"}
  639. craftTables["Lead Block"] = {"Lead Ingot", "Lead Ingot", "Lead Ingot", "Lead Ingot", "Lead Ingot", "Lead Ingot", "Lead Ingot", "Lead Ingot", "Lead Ingot"}
  640. craftTables["Lead Dust"] = {"Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust", "Tiny Pile of Lead Dust"}
  641. craftTables["Lead Ingot"] = {"Lead Nugget", "Lead Nugget", "Lead Nugget", "Lead Nugget", "Lead Nugget", "Lead Nugget", "Lead Nugget", "Lead Nugget", "Lead Nugget"}
  642. craftTables["Lead Lantern"] = {"", "Lead Slab", "", "", "Torch", "", "", "Lead Slab", ""}
  643. craftTables["Lead Nugget"] = {"", "Plombean Seeds", "", "", "Dirt", "", "", "", ""}
  644. craftTables["Lead Stairs"] = {"Block of Lead", "", "", "Block of Lead", "Block of Lead", "", "Block of Lead", "Block of Lead", "Block of Lead"}
  645. craftTables["Leash Upgrade"] = {"Iron Ingot", "Lead", "Iron Ingot", "Lead", "Control Unit (CU)", "Lead", "Iron Ingot", "Lead", "Iron Ingot"}
  646. craftTables["Leather Pants"] = {"Leather", "Leather", "Leather", "Leather", "", "Leather", "Leather", "", "Leather"}
  647. craftTables["Leather Tunic"] = {"Leather", "", "Leather", "Leather", "Leather", "Leather", "Leather", "Leather", "Leather"}
  648. craftTables["Lever"] = {"Stick", "", "", "Cobblestone", "", "", "", "", ""}
  649. craftTables["Light Blue Balloon"] = {"", "Leather", "", "", "String", "", "", "Light Blue Dye", ""}
  650. craftTables["Light Blue Carpet"] = {"Light Blue Wool", "Light Blue Wool", "", "", "", "", "", "", ""}
  651. craftTables["Light Blue Dye"] = {"", "", "", "Bone Meal", "Lapis Lazuli", "", "", "", ""}
  652. craftTables["Light Blue Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Light Blue Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  653. craftTables["Light Blue Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Light Blue Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  654. craftTables["Light Blue Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Light Blue Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  655. craftTables["Light Blue Painter"] = {"", "", "", "Painter", "Light Blue Dye", "", "", "", ""}
  656. craftTables["Light Blue Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Light Blue Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  657. craftTables["Light Blue Plastic Glow Block"] = {"Light Blue Plastic Block", "Light Blue Plastic Block", "", "Light Blue Plastic Block", "Glowstone Dust", "", "", "", ""}
  658. craftTables["Light Blue Plastic Road"] = {"Sand", "Sand", "Sand", "Light Blue Slick Plastic Block", "Light Blue Slick Plastic Block", "Light Blue Slick Plastic Block", "Sand", "Sand", "Sand"}
  659. craftTables["Light Blue Reinforced Plastic Block"] = {"", "Light Blue Plastic Block", "", "Light Blue Plastic Block", "Osmium Dust", "Light Blue Plastic Block", "", "Light Blue Plastic Block", ""}
  660. craftTables["Light Blue Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Light Blue Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  661. craftTables["Light Blue Stained Glass"] = {"Clear Glass", "Light Blue Dye", "", "", "", "", "", "", ""}
  662. craftTables["Light Blue Wool"] = {"", "", "", "Wool", "Light Blue Dye", "", "", "", ""}
  663. craftTables["Light Gray Balloon"] = {"", "Leather", "", "", "String", "", "", "Light Gray Dye", ""}
  664. craftTables["Light Gray Carpet"] = {"Light Gray Wool", "Light Gray Wool", "", "", "", "", "", "", ""}
  665. craftTables["Light Gray Dye"] = {"", "Bone Meal", "", "Bone Meal", "Ink Sac", "", "", "", ""}
  666. craftTables["Light Gray Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Light Gray Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  667. craftTables["Light Gray Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Light Gray Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  668. craftTables["Light Gray Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Light Gray Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  669. craftTables["Light Gray Painter"] = {"", "", "", "Painter", "Light Gray Dye", "", "", "", ""}
  670. craftTables["Light Gray Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Light Gray Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  671. craftTables["Light Gray Plastic Glow Block"] = {"Light Gray Plastic Block", "Light Gray Plastic Block", "", "Light Gray Plastic Block", "Glowstone Dust", "", "", "", ""}
  672. craftTables["Light Gray Plastic Road"] = {"Sand", "Sand", "Sand", "Light Gray Slick Plastic Block", "Light Gray Slick Plastic Block", "Light Gray Slick Plastic Block", "Sand", "Sand", "Sand"}
  673. craftTables["Light Gray Reinforced Plastic Block"] = {"", "Light Gray Plastic Block", "", "Light Gray Plastic Block", "Osmium Dust", "Light Gray Plastic Block", "", "Light Gray Plastic Block", ""}
  674. craftTables["Light Gray Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Light Gray Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  675. craftTables["Light Gray Stained Glass"] = {"Clear Glass", "Light Gray Dye", "", "", "", "", "", "", ""}
  676. craftTables["Light Gray Wool"] = {"", "", "", "Wool", "Light Gray Dye", "", "", "", ""}
  677. craftTables["Lime Balloon"] = {"", "Leather", "", "", "String", "", "", "Lime Dye", ""}
  678. craftTables["Lime Carpet"] = {"Lime Wool", "Lime Wool", "", "", "", "", "", "", ""}
  679. craftTables["Lime Dye"] = {"", "", "", "Bone Meal", "Cactus Green", "", "", "", ""}
  680. craftTables["Lime Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Lime Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  681. craftTables["Lime Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Lime Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  682. craftTables["Lime Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Lime Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  683. craftTables["Lime Painter"] = {"", "", "", "Painter", "Lime Dye", "", "", "", ""}
  684. craftTables["Lime Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Lime Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  685. craftTables["Lime Plastic Glow Block"] = {"Lime Plastic Block", "Lime Plastic Block", "", "Lime Plastic Block", "Glowstone Dust", "", "", "", ""}
  686. craftTables["Lime Plastic Road"] = {"Sand", "Sand", "Sand", "Lime Slick Plastic Block", "Lime Slick Plastic Block", "Lime Slick Plastic Block", "Sand", "Sand", "Sand"}
  687. craftTables["Lime Reinforced Plastic Block"] = {"", "Lime Plastic Block", "", "Lime Plastic Block", "Osmium Dust", "Lime Plastic Block", "", "Lime Plastic Block", ""}
  688. craftTables["Lime Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Lime Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  689. craftTables["Lime Stained Glass"] = {"Clear Glass", "Lime Dye", "", "", "", "", "", "", ""}
  690. craftTables["Lime Wool"] = {"", "", "", "Wool", "Lime Dye", "", "", "", ""}
  691. craftTables["Limiter Track"] = {"Standard Rail", "Redstone Repeater", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Redstone Repeater", "Standard Rail"}
  692. craftTables["Linked Card"] = {"Eye of Ender", "", "Eye of Ender", "Network Card", "Interweb", "Network Card", "Microchip (Tier 3)", "", "Microchip (Tier 3)"}
  693. craftTables["Liquid Fueled Boiler Firebox"] = {"Steel Plate", "Bucket", "Steel Plate", "Iron Bars", "Fire Charge", "Iron Bars", "Steel Plate", "Furnace", "Steel Plate"}
  694. craftTables["Liquid Heat Exchanger"] = {"Glass", "Universal Fluid Cell", "Glass", "Glass", "Universal Fluid Cell", "Glass", "Iron Item Casing", "Heat Conductor", "Iron Item Casing"}
  695. craftTables["Lithium Dust"] = {"Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust", "Tiny Pile of Lithium Dust"}
  696. craftTables["Locking Track"] = {"Advanced Rail", "Redstone", "Advanced Rail", "Advanced Rail", "Pressure Plate (stone)", "Advanced Rail", "Advanced Rail", "Wood", "Advanced Rail"}
  697. craftTables["Locomotive Track"] = {"Standard Rail", "Signal Lamp", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Signal Lamp", "Standard Rail"}
  698. craftTables["Logistical Sorter"] = {"Iron Ingot", "Piston", "Iron Ingot", "Iron Ingot", "Basic Control Circuit", "Iron Ingot", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  699. craftTables["Low Pressure Boiler Tank"] = {"", "Iron Plate", "", "", "Iron Plate", "", "", "", ""}
  700. craftTables["Luminator"] = {"Iron Item Casing", "Insulated Copper Cable", "Iron Item Casing", "Glass", "Tin Cable", "Glass", "Glass", "Glass", "Glass"}
  701. craftTables["MFE"] = {"2x Ins. Gold Cable", "Energy Crystal", "2x Ins. Gold Cable", "Energy Crystal", "Basic Machine Casing", "Energy Crystal", "2x Ins. Gold Cable", "Energy Crystal", "2x Ins. Gold Cable"}
  702. craftTables["MFSU"] = {"Lapotron Crystal", "Advanced Control Circuit", "Lapotron Crystal", "Lapotron Crystal", "MFE", "Lapotron Crystal", "Lapotron Crystal", "Advanced Machine Casing", "Lapotron Crystal"}
  703. craftTables["MFSU Upgrade Kit"] = {"Lapotron Crystal", "Advanced Control Circuit", "Lapotron Crystal", "Lapotron Crystal", "Wrench", "Lapotron Crystal", "Lapotron Crystal", "Advanced Machine Casing", "Lapotron Crystal"}
  704. craftTables["MOX Nuclear Fuel"] = {"Uranium 238", "Uranium 238", "Uranium 238", "Plutonium", "Plutonium", "Plutonium", "Uranium 238", "Uranium 238", "Uranium 238"}
  705. craftTables["MV-Transformer"] = {"", "Insulated Copper Cable", "", "", "Basic Machine Casing", "", "", "Insulated Copper Cable", ""}
  706. craftTables["Macerator"] = {"Flint", "Flint", "Flint", "Cobblestone", "Basic Machine Casing", "Cobblestone", "", "Basic Control Circuit", ""}
  707. craftTables["Magenta Balloon"] = {"", "Leather", "", "", "String", "", "", "Magenta Dye", ""}
  708. craftTables["Magenta Carpet"] = {"Magenta Wool", "Magenta Wool", "", "", "", "", "", "", ""}
  709. craftTables["Magenta Dye"] = {"Bone Meal", "Rose Red", "", "Rose Red", "Lapis Lazuli", "", "", "", ""}
  710. craftTables["Magenta Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Magenta Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  711. craftTables["Magenta Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Magenta Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  712. craftTables["Magenta Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Magenta Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  713. craftTables["Magenta Painter"] = {"", "", "", "Painter", "Magenta Dye", "", "", "", ""}
  714. craftTables["Magenta Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Magenta Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  715. craftTables["Magenta Plastic Glow Block"] = {"Magenta Plastic Block", "Magenta Plastic Block", "", "Magenta Plastic Block", "Glowstone Dust", "", "", "", ""}
  716. craftTables["Magenta Plastic Road"] = {"Sand", "Sand", "Sand", "Magenta Slick Plastic Block", "Magenta Slick Plastic Block", "Magenta Slick Plastic Block", "Sand", "Sand", "Sand"}
  717. craftTables["Magenta Reinforced Plastic Block"] = {"", "Magenta Plastic Block", "", "Magenta Plastic Block", "Osmium Dust", "Magenta Plastic Block", "", "Magenta Plastic Block", ""}
  718. craftTables["Magenta Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Magenta Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  719. craftTables["Magenta Stained Glass"] = {"Clear Glass", "Magenta Dye", "", "", "", "", "", "", ""}
  720. craftTables["Magenta Wool"] = {"", "", "", "Wool", "Magenta Dye", "", "", "", ""}
  721. craftTables["Magma Cream"] = {"", "", "", "Slimeball", "Blaze Powder", "", "", "", ""}
  722. craftTables["Magnetizer"] = {"Redstone", "Iron Fence", "Redstone", "Redstone", "Basic Machine Casing", "Redstone", "Redstone", "Iron Fence", "Redstone"}
  723. craftTables["Magnifying Glass"] = {"", "Glass Pane", "", "Stick", "", "", "", "", ""}
  724. craftTables["Manual Kinetic Generator"] = {"", "", "", "Basic Machine Casing", "Lever", "", "", "", ""}
  725. craftTables["Manual Steam Trap"] = {"", "Iron Bars", "", "", "High Pressure Boiler Tank", "", "", "Dispenser", ""}
  726. craftTables["Mass Fabricator"] = {"Glowstone Dust", "Advanced Control Circuit", "Glowstone Dust", "Advanced Machine Casing", "Lapotron Crystal", "Advanced Machine Casing", "Glowstone Dust", "Advanced Control Circuit", "Glowstone Dust"}
  727. craftTables["Melon (block)"] = {"Melon (item)", "Melon (item)", "Melon (item)", "Melon (item)", "Melon (item)", "Melon (item)", "Melon (item)", "Melon (item)", "Melon (item)"}
  728. craftTables["Melon (item)"] = {"", "Melon Seeds", "", "", "Dirt", "", "", "", ""}
  729. craftTables["Melon Seeds"] = {"Melon (item)", "", "", "", "", "", "", "", ""}
  730. craftTables["Memory (Tier 1)"] = {"", "", "", "Microchip (Tier 1)", "Iron Nugget", "Microchip (Tier 1)", "", "Printed Circuit Board (PCB)", ""}
  731. craftTables["Memory (Tier 1.5)"] = {"", "", "", "Microchip (Tier 1)", "Microchip (Tier 2)", "Microchip (Tier 1)", "", "Printed Circuit Board (PCB)", ""}
  732. craftTables["Memory (Tier 2)"] = {"", "", "", "Microchip (Tier 2)", "Iron Nugget", "Microchip (Tier 2)", "", "Printed Circuit Board (PCB)", ""}
  733. craftTables["Memory (Tier 2.5)"] = {"", "", "", "Microchip (Tier 2)", "Microchip (Tier 3)", "Microchip (Tier 2)", "", "Printed Circuit Board (PCB)", ""}
  734. craftTables["Memory (Tier 3.5)"] = {"", "", "", "Microchip (Tier 3)", "Microchip (Tier 3)", "Microchip (Tier 3)", "Microchip (Tier 2)", "Printed Circuit Board (PCB)", "Microchip (Tier 2)"}
  735. craftTables["Metal Former"] = {"", "Basic Control Circuit", "", "Tool Box", "Basic Machine Casing", "Tool Box", "Coil", "Coil", "Coil"}
  736. craftTables["Metal Platform"] = {"", "Iron Slab", "", "", "Metal Post", "", "", "", ""}
  737. craftTables["Metallurgic Infuser"] = {"Iron Ingot", "Furnace", "Iron Ingot", "Redstone", "Osmium Ingot", "Redstone", "Iron Ingot", "Furnace", "Iron Ingot"}
  738. craftTables["Metals Chest"] = {"Steel Gear", "Piston", "Steel Gear", "Piston", "Anvil", "Piston", "Steel Gear", "Piston", "Steel Gear"}
  739. craftTables["Microchip (Tier 1)"] = {"Iron Nugget", "Iron Nugget", "Iron Nugget", "Redstone", "Transistor", "Redstone", "Iron Nugget", "Iron Nugget", "Iron Nugget"}
  740. craftTables["Microchip (Tier 2)"] = {"Gold Nugget", "Gold Nugget", "Gold Nugget", "Redstone", "Transistor", "Redstone", "Gold Nugget", "Gold Nugget", "Gold Nugget"}
  741. craftTables["Microchip (Tier 3)"] = {"Diamond Chip", "Diamond Chip", "Diamond Chip", "Redstone", "Transistor", "Redstone", "Diamond Chip", "Diamond Chip", "Diamond Chip"}
  742. craftTables["Microcontroller Case (Tier 1)"] = {"Iron Nugget", "Microchip (Tier 1)", "Iron Nugget", "Redstone", "Chest", "Redstone", "Iron Nugget", "Printed Circuit Board (PCB)", "Iron Nugget"}
  743. craftTables["Microcontroller Case (Tier 2)"] = {"Gold Nugget", "Microchip (Tier 3)", "Gold Nugget", "Block of Redstone", "Chest", "Block of Redstone", "Gold Nugget", "Printed Circuit Board (PCB)", "Gold Nugget"}
  744. craftTables["Minecart with Chest"] = {"Chest", "", "", "Minecart", "", "", "", "", ""}
  745. craftTables["Minecart with Furnace"] = {"Furnace", "", "", "Minecart", "", "", "", "", ""}
  746. craftTables["Minecart with Hopper"] = {"Hopper", "", "", "Minecart", "", "", "", "", ""}
  747. craftTables["Minecart with TNT"] = {"TNT", "", "", "Minecart", "", "", "", "", ""}
  748. craftTables["Miner"] = {"", "Chest", "", "Basic Control Circuit", "Basic Machine Casing", "Basic Control Circuit", "", "Mining Pipe", ""}
  749. craftTables["Mining Drill"] = {"", "Iron Plate", "", "Iron Plate", "Iron Plate", "Iron Plate", "Iron Plate", "Power Unit", "Iron Plate"}
  750. craftTables["Mining Laser"] = {"Redstone", "Redstone", "Energy Crystal", "Advanced Alloy", "Advanced Alloy", "Advanced Control Circuit", "", "Advanced Alloy", "Advanced Alloy"}
  751. craftTables["Mining Pipe"] = {"Iron Plate", "", "Iron Plate", "Iron Plate", "", "Iron Plate", "Iron Plate", "Treetap", "Iron Plate"}
  752. craftTables["Mixed Metal Ingot"] = {"Iron Plate", "Iron Plate", "Iron Plate", "Bronze Plate", "Bronze Plate", "Bronze Plate", "Tin Plate", "Tin Plate", "Tin Plate"}
  753. craftTables["Motion Sensor"] = {"Gold Ingot", "Daylight Sensor", "Gold Ingot", "Daylight Sensor", "Central Processing Unit (CPU) (Tier 2)", "Daylight Sensor", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  754. craftTables["Mushroom (brown)"] = {"", "Brown Mushroom Spores", "", "", "Mycelium", "", "", "", ""}
  755. craftTables["Mushroom (red)"] = {"", "Red Mushroom Spores", "", "", "Mycelium", "", "", "", ""}
  756. craftTables["Mushroom Stew"] = {"", "Bowl", "", "Mushroom (red)", "Mushroom (brown)", "", "", "", ""}
  757. craftTables["Nano Saber"] = {"Glowstone Dust", "Advanced Alloy", "", "Glowstone Dust", "Advanced Alloy", "", "Carbon Plate", "Energy Crystal", "Carbon Plate"}
  758. craftTables["NanoSuit Bodyarmor"] = {"Carbon Plate", "", "Carbon Plate", "Carbon Plate", "Energy Crystal", "Carbon Plate", "Carbon Plate", "Carbon Plate", "Carbon Plate"}
  759. craftTables["NanoSuit Boots"] = {"", "", "", "Carbon Plate", "", "Carbon Plate", "Carbon Plate", "Energy Crystal", "Carbon Plate"}
  760. craftTables["NanoSuit Helmet"] = {"", "", "", "Carbon Plate", "Energy Crystal", "Carbon Plate", "Carbon Plate", "Nightvision Goggles", "Carbon Plate"}
  761. craftTables["NanoSuit Leggings"] = {"Carbon Plate", "Energy Crystal", "Carbon Plate", "Carbon Plate", "", "Carbon Plate", "Carbon Plate", "", "Carbon Plate"}
  762. craftTables["Nanomachines"] = {"Chamelium", "Wireless Network Card (Tier 2)", "Chamelium", "Central Processing Unit (CPU) (Tier 2)", "Grog", "Memory (Tier 1)", "Chamelium", "Capacitor", "Chamelium"}
  763. craftTables["Navigation Upgrade"] = {"Gold Ingot", "Compass", "Gold Ingot", "Microchip (Tier 2)", "Empty Map", "Microchip (Tier 2)", "Gold Ingot", "Water Bottle", "Gold Ingot"}
  764. craftTables["Net Splitter"] = {"Iron Ingot", "Cable", "Iron Ingot", "Cable", "Piston", "Cable", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  765. craftTables["Nether Block"] = {"", "Nether Block Slab", "", "", "Nether Block Slab", "", "", "", ""}
  766. craftTables["Nether Block Stairs"] = {"Nether Block", "", "", "Nether Block", "Nether Block", "", "Nether Block", "Nether Block", "Nether Block"}
  767. craftTables["Nether Brick (block)"] = {"Nether Brick (item)", "Nether Brick (item)", "", "Nether Brick (item)", "Nether Brick (item)", "", "", "", ""}
  768. craftTables["Nether Brick Stairs"] = {"Nether Brick (block)", "", "", "Nether Brick (block)", "Nether Brick (block)", "", "Nether Brick (block)", "Nether Brick (block)", "Nether Brick (block)"}
  769. craftTables["Nether Cobble Stairs"] = {"Nether Cobblestone", "", "", "Nether Cobblestone", "Nether Cobblestone", "", "Nether Cobblestone", "Nether Cobblestone", "Nether Cobblestone"}
  770. craftTables["Nether Cobblestone"] = {"", "Nether Cobble Slab", "", "", "Nether Cobble Slab", "", "", "", ""}
  771. craftTables["Nether Quartz"] = {"Quartz Shard", "Quartz Shard", "Quartz Shard", "Quartz Shard", "Quartz Shard", "Quartz Shard", "Quartz Shard", "Quartz Shard", "Quartz Shard"}
  772. craftTables["Nether Stone Lantern"] = {"", "Nether Block", "", "", "Torch", "", "", "Nether Block", ""}
  773. craftTables["Nether Wart"] = {"", "Nether Wart", "", "", "Soul Sand", "", "", "", ""}
  774. craftTables["Network Reader"] = {"", "Glass", "", "Enriched Alloy", "Energy Tablet", "Enriched Alloy", "", "Steel Ingot", ""}
  775. craftTables["Neutron Reflector"] = {"Tin Dust", "Coal Dust", "Tin Dust", "Coal Dust", "Copper Plate", "Coal Dust", "Tin Dust", "Coal Dust", "Tin Dust"}
  776. craftTables["Nightvision Goggles"] = {"Advanced Heat Exchanger", "Advanced RE-Battery", "Advanced Heat Exchanger", "Luminator", "Reinforced Glass", "Luminator", "Rubber", "Advanced Control Circuit", "Rubber"}
  777. craftTables["Note Block"] = {"Planks", "Planks", "Planks", "Planks", "Redstone", "Planks", "Planks", "Planks", "Planks"}
  778. craftTables["Nuclear Reactor"] = {"Dense Lead Plate", "Advanced Control Circuit", "Dense Lead Plate", "Reactor Chamber", "Reactor Chamber", "Reactor Chamber", "Dense Lead Plate", "Generator", "Dense Lead Plate"}
  779. craftTables["Nuke"] = {"Thick Neutron Reflector", "Advanced Control Circuit", "Thick Neutron Reflector", "Thick Neutron Reflector", "Advanced Machine Casing", "Thick Neutron Reflector", "Thick Neutron Reflector", "Advanced Control Circuit", "Thick Neutron Reflector"}
  780. craftTables["Numeric Keypad"] = {"Button", "Button", "Button", "Button", "Button", "Button", "Button", "Button", "Button"}
  781. craftTables["OD Scanner"] = {"Gold Item Casing", "Glowstone Dust", "Gold Item Casing", "Basic Control Circuit", "Advanced RE-Battery", "Basic Control Circuit", "Insulated Copper Cable", "Insulated Copper Cable", "Insulated Copper Cable"}
  782. craftTables["OV Scanner"] = {"Gold Item Casing", "Energy Crystal", "Gold Item Casing", "Glowstone Dust", "Advanced Control Circuit", "Glowstone Dust", "2x Ins. Gold Cable", "OD Scanner", "2x Ins. Gold Cable"}
  783. craftTables["Obscurator"] = {"Redstone", "Advanced RE-Battery", "Redstone", "2x Ins. Gold Cable", "Advanced Control Circuit", "2x Ins. Gold Cable", "Redstone", "Redstone", "Redstone"}
  784. craftTables["Obsidian Axe"] = {"Obsidian Ingot", "Obsidian Ingot", "", "Obsidian Ingot", "Stick", "", "", "Stick", ""}
  785. craftTables["Obsidian Boots"] = {"", "", "", "Obsidian Ingot", "", "Obsidian Ingot", "Obsidian Ingot", "", "Obsidian Ingot"}
  786. craftTables["Obsidian Chestplate"] = {"Obsidian Ingot", "", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot"}
  787. craftTables["Obsidian Dust"] = {"Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust", "Tiny Pile of Obsidian Dust"}
  788. craftTables["Obsidian Furnace"] = {"Obsidian", "Obsidian", "Obsidian", "Obsidian", "Diamond Furnace", "Obsidian", "Obsidian", "Obsidian", "Obsidian"}
  789. craftTables["Obsidian Hoe"] = {"Obsidian Ingot", "Obsidian Ingot", "", "", "Stick", "", "", "Stick", ""}
  790. craftTables["Obsidian Ingot"] = {"Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget", "Obsidian Nugget"}
  791. craftTables["Obsidian Leggings"] = {"Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "", "Obsidian Ingot", "Obsidian Ingot", "", "Obsidian Ingot"}
  792. craftTables["Obsidian Paxel"] = {"Obsidian Axe", "Obsidian Pickaxe", "Obsidian Shovel", "", "Stick", "", "", "Stick", ""}
  793. craftTables["Obsidian Pickaxe"] = {"Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "", "Stick", "", "", "Stick", ""}
  794. craftTables["Obsidian Shovel"] = {"", "Obsidian Ingot", "", "", "Stick", "", "", "Stick", ""}
  795. craftTables["Obsidian Stairs"] = {"Obsidian", "", "", "Obsidian", "Obsidian", "", "Obsidian", "Obsidian", "Obsidian"}
  796. craftTables["Obsidian Sword"] = {"", "Obsidian Ingot", "", "", "Obsidian Ingot", "", "", "Stick", ""}
  797. craftTables["Obsidian TNT"] = {"Obsidian", "Obsidian", "Obsidian", "TNT", "TNT", "TNT", "Obsidian", "Obsidian", "Obsidian"}
  798. craftTables["One-Way Track"] = {"Standard Rail", "Pressure Plate (stone)", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Piston", "Standard Rail"}
  799. craftTables["Orange Balloon"] = {"", "Leather", "", "", "String", "", "", "Orange Dye", ""}
  800. craftTables["Orange Carpet"] = {"Orange Wool", "Orange Wool", "", "", "", "", "", "", ""}
  801. craftTables["Orange Dye"] = {"", "Orange Tulip Seeds", "", "", "Dirt", "", "", "", ""}
  802. craftTables["Orange Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Orange Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  803. craftTables["Orange Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Orange Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  804. craftTables["Orange Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Orange Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  805. craftTables["Orange Painter"] = {"", "", "", "Painter", "Orange Dye", "", "", "", ""}
  806. craftTables["Orange Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Orange Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  807. craftTables["Orange Plastic Glow Block"] = {"Orange Plastic Block", "Orange Plastic Block", "", "Orange Plastic Block", "Glowstone Dust", "", "", "", ""}
  808. craftTables["Orange Plastic Road"] = {"Sand", "Sand", "Sand", "Orange Slick Plastic Block", "Orange Slick Plastic Block", "Orange Slick Plastic Block", "Sand", "Sand", "Sand"}
  809. craftTables["Orange Reinforced Plastic Block"] = {"", "Orange Plastic Block", "", "Orange Plastic Block", "Osmium Dust", "Orange Plastic Block", "", "Orange Plastic Block", ""}
  810. craftTables["Orange Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Orange Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  811. craftTables["Orange Stained Glass"] = {"Clear Glass", "Orange Dye", "", "", "", "", "", "", ""}
  812. craftTables["Orange Wool"] = {"", "", "", "Wool", "Orange Dye", "", "", "", ""}
  813. craftTables["Ore Washing Plant"] = {"Iron Plate", "Iron Plate", "Iron Plate", "Bucket", "Basic Machine Casing", "Bucket", "Electric Motor", "Basic Control Circuit", "Electric Motor"}
  814. craftTables["Ornate Abyssal Stone"] = {"Abyssal Block", "Abyssal Block", "Abyssal Block", "Abyssal Block", "", "Abyssal Block", "Abyssal Block", "Abyssal Block", "Abyssal Block"}
  815. craftTables["Ornate Bleached Bone Stone"] = {"Bleached Bone Block", "Bleached Bone Block", "Bleached Bone Block", "Bleached Bone Block", "", "Bleached Bone Block", "Bleached Bone Block", "Bleached Bone Block", "Bleached Bone Block"}
  816. craftTables["Ornate Blood Stained Stone"] = {"Blood Stained Block", "Blood Stained Block", "Blood Stained Block", "Blood Stained Block", "", "Blood Stained Block", "Blood Stained Block", "Blood Stained Block", "Blood Stained Block"}
  817. craftTables["Ornate Frost Bound Stone"] = {"Frost Bound Block", "Frost Bound Block", "Frost Bound Block", "Frost Bound Block", "", "Frost Bound Block", "Frost Bound Block", "Frost Bound Block", "Frost Bound Block"}
  818. craftTables["Ornate Infernal Stone"] = {"Infernal Block", "Infernal Block", "Infernal Block", "Infernal Block", "", "Infernal Block", "Infernal Block", "Infernal Block", "Infernal Block"}
  819. craftTables["Ornate Nether Stone"] = {"Nether Block", "Nether Block", "Nether Block", "Nether Block", "", "Nether Block", "Nether Block", "Nether Block", "Nether Block"}
  820. craftTables["Ornate Quarried Stone"] = {"Quarried Block", "Quarried Block", "Quarried Block", "Quarried Block", "", "Quarried Block", "Quarried Block", "Quarried Block", "Quarried Block"}
  821. craftTables["Ornate Sandy Stone"] = {"Sandy Block", "Sandy Block", "Sandy Block", "Sandy Block", "", "Sandy Block", "Sandy Block", "Sandy Block", "Sandy Block"}
  822. craftTables["Osmium Axe"] = {"Osmium Ingot", "Osmium Ingot", "", "Osmium Ingot", "Stick", "", "", "Stick", ""}
  823. craftTables["Osmium Block"] = {"Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot"}
  824. craftTables["Osmium Boots"] = {"", "", "", "Osmium Ingot", "", "Osmium Ingot", "Osmium Ingot", "", "Osmium Ingot"}
  825. craftTables["Osmium Chestplate"] = {"Osmium Ingot", "", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot"}
  826. craftTables["Osmium Compressor"] = {"Redstone", "Basic Control Circuit", "Redstone", "Glass", "Steel Casing", "Glass", "Redstone", "Basic Control Circuit", "Redstone"}
  827. craftTables["Osmium Hoe"] = {"Osmium Ingot", "Osmium Ingot", "", "", "Stick", "", "", "Stick", ""}
  828. craftTables["Osmium Ingot"] = {"", "", "", "", "Osmium Block", "", "", "", ""}
  829. craftTables["Osmium Leggings"] = {"Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "", "Osmium Ingot", "Osmium Ingot", "", "Osmium Ingot"}
  830. craftTables["Osmium Paxel"] = {"Osmium Axe", "Osmium Pickaxe", "Osmium Shovel", "", "Stick", "", "", "Stick", ""}
  831. craftTables["Osmium Pickaxe"] = {"Osmium Ingot", "Osmium Ingot", "Osmium Ingot", "", "Stick", "", "", "Stick", ""}
  832. craftTables["Osmium Shovel"] = {"", "Osmium Ingot", "", "", "Stick", "", "", "Stick", ""}
  833. craftTables["Osmium Sword"] = {"", "Osmium Ingot", "", "", "Osmium Ingot", "", "", "Stick", ""}
  834. craftTables["Overclocked Heat Vent"] = {"", "Gold Plate", "", "Gold Plate", "Reactor Heat Vent", "Gold Plate", "", "Gold Plate", ""}
  835. craftTables["Overclocker Upgrade"] = {"", "", "", "10k Coolant Cell", "10k Coolant Cell", "10k Coolant Cell", "Insulated Copper Cable", "Basic Control Circuit", "Insulated Copper Cable"}
  836. craftTables["Packed Ice Stairs"] = {"Packed Ice", "", "", "Packed Ice", "Packed Ice", "", "Packed Ice", "Packed Ice", "Packed Ice"}
  837. craftTables["Painter"] = {"", "Wool", "Wool", "", "Iron Ingot", "Wool", "Iron Ingot", "", ""}
  838. craftTables["Painting"] = {"Stick", "Stick", "Stick", "Stick", "Wool", "Stick", "Stick", "Stick", "Stick"}
  839. craftTables["Paper"] = {"", "Sawdust", "", "Sawdust", "Water Bucket", "Sawdust", "", "Sawdust", ""}
  840. craftTables["Pattern Storage"] = {"Reinforced Stone", "Reinforced Stone", "Reinforced Stone", "Crystal Memory", "Advanced Machine Casing", "Crystal Memory", "Mining Laser", "Advanced Control Circuit", "Mining Laser"}
  841. craftTables["Pellets of RTG Fuel"] = {"Dense Iron Plate", "Dense Iron Plate", "Dense Iron Plate", "Plutonium", "Plutonium", "Plutonium", "Dense Iron Plate", "Dense Iron Plate", "Dense Iron Plate"}
  842. craftTables["Personal Anchor"] = {"Gold Ingot", "Obsidian", "Gold Ingot", "Emerald", "Ender Pearl", "Emerald", "Gold Ingot", "Obsidian", "Gold Ingot"}
  843. craftTables["Personal Anchor Cart"] = {"", "Personal Anchor", "", "", "Minecart", "", "", "", ""}
  844. craftTables["Personal Chest"] = {"Steel Ingot", "Glass", "Steel Ingot", "Chest", "Basic Control Circuit", "Chest", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  845. craftTables["Personal Safe"] = {"", "Basic Control Circuit", "", "", "Basic Machine Casing", "", "", "Chest", ""}
  846. craftTables["Pillar Quartz Block"] = {"Block of Quartz", "", "", "Block of Quartz", "", "", "", "", ""}
  847. craftTables["Pink Balloon"] = {"", "Leather", "", "", "String", "", "", "Pink Dye", ""}
  848. craftTables["Pink Carpet"] = {"Pink Wool", "Pink Wool", "", "", "", "", "", "", ""}
  849. craftTables["Pink Dye"] = {"", "Pink Tulip Seeds", "", "", "Dirt", "", "", "", ""}
  850. craftTables["Pink Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Pink Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  851. craftTables["Pink Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Pink Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  852. craftTables["Pink Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Pink Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  853. craftTables["Pink Painter"] = {"", "", "", "Painter", "Pink Dye", "", "", "", ""}
  854. craftTables["Pink Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Pink Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  855. craftTables["Pink Plastic Glow Block"] = {"Pink Plastic Block", "Pink Plastic Block", "", "Pink Plastic Block", "Glowstone Dust", "", "", "", ""}
  856. craftTables["Pink Plastic Road"] = {"Sand", "Sand", "Sand", "Pink Slick Plastic Block", "Pink Slick Plastic Block", "Pink Slick Plastic Block", "Sand", "Sand", "Sand"}
  857. craftTables["Pink Reinforced Plastic Block"] = {"", "Pink Plastic Block", "", "Pink Plastic Block", "Osmium Dust", "Pink Plastic Block", "", "Pink Plastic Block", ""}
  858. craftTables["Pink Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Pink Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  859. craftTables["Pink Stained Glass"] = {"Clear Glass", "Pink Dye", "", "", "", "", "", "", ""}
  860. craftTables["Pink Wool"] = {"", "", "", "Wool", "Pink Dye", "", "", "", ""}
  861. craftTables["Piston"] = {"Planks", "Planks", "Planks", "Cobblestone", "Iron Ingot", "Cobblestone", "Cobblestone", "Redstone", "Cobblestone"}
  862. craftTables["Piston Upgrade"] = {"Iron Ingot", "Piston", "Iron Ingot", "Stick", "Microchip (Tier 1)", "Stick", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  863. craftTables["PlaStick"] = {"", "HDPE Rod", "", "", "HDPE Rod", "", "", "", ""}
  864. craftTables["Planks"] = {"Wood", "", "", "", "", "", "", "", ""}
  865. craftTables["Plantball"] = {"Dead Bush", "Dead Bush", "Dead Bush", "Dead Bush", "", "Dead Bush", "Dead Bush", "Dead Bush", "Dead Bush"}
  866. craftTables["Plutonium"] = {"Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium", "Tiny Pile of Plutonium"}
  867. craftTables["Poisonous Potato"] = {"", "Potato Seeds", "", "", "Dirt", "", "", "", ""}
  868. craftTables["Portable Tank"] = {"", "Glass", "", "Glass", "Copper Ingot", "Glass", "", "Glass", ""}
  869. craftTables["Portable Teleporter"] = {"", "Energy Tablet", "", "Basic Control Circuit", "Teleportation Core", "Basic Control Circuit", "", "Energy Tablet", ""}
  870. craftTables["Potato"] = {"", "Potato Seeds", "", "", "Dirt", "", "", "", ""}
  871. craftTables["Power Converter"] = {"Iron Ingot", "Cable", "Iron Ingot", "Gold Ingot", "Microchip (Tier 1)", "Gold Ingot", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  872. craftTables["Power Distributor"] = {"Iron Ingot", "Gold Ingot", "Iron Ingot", "Cable", "Microchip (Tier 1)", "Cable", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  873. craftTables["Power Unit"] = {"RE-Battery", "Copper Cable", "Iron Item Casing", "RE-Battery", "Basic Control Circuit", "Electric Motor", "RE-Battery", "Copper Cable", "Iron Item Casing"}
  874. craftTables["Powered Rail"] = {"Gold Ingot", "", "Gold Ingot", "Gold Ingot", "Stick", "Gold Ingot", "Gold Ingot", "Redstone", "Gold Ingot"}
  875. craftTables["Precision Sawmill"] = {"Iron Ingot", "Basic Control Circuit", "Iron Ingot", "Enriched Alloy", "Steel Casing", "Enriched Alloy", "Iron Ingot", "Basic Control Circuit", "Iron Ingot"}
  876. craftTables["Pressure Plate (stone)"] = {"Stone", "Stone", "", "", "", "", "", "", ""}
  877. craftTables["Pressure Plate (wooden)"] = {"Planks", "Planks", "", "", "", "", "", "", ""}
  878. craftTables["Pressurized Reaction Chamber"] = {"", "Enriched Alloy", "", "Basic Control Circuit", "Enrichment Chamber", "Basic Control Circuit", "Gas Tank", "Dynamic Tank", "Gas Tank"}
  879. craftTables["Priming Track"] = {"Standard Rail", "Pressure Plate (stone)", "Standard Rail", "Standard Rail", "Stone Railbed", "Standard Rail", "Standard Rail", "Flint and Steel", "Standard Rail"}
  880. craftTables["Pump"] = {"Universal Fluid Cell", "Basic Control Circuit", "Universal Fluid Cell", "Universal Fluid Cell", "Basic Machine Casing", "Universal Fluid Cell", "Mining Pipe", "Treetap", "Mining Pipe"}
  881. craftTables["Pumpkin"] = {"", "Pumpkin Seeds", "", "", "Dirt", "", "", "", ""}
  882. craftTables["Pumpkin Cart"] = {"Gunpowder", "Gunpowder", "Gunpowder", "Wood", "Pumpkin", "Wood", "Wood", "Wood", "Wood"}
  883. craftTables["Pumpkin Pie"] = {"", "Egg", "", "Sugar", "Pumpkin", "", "", "", ""}
  884. craftTables["Pumpkin Seeds"] = {"Pumpkin", "", "", "", "", "", "", "", ""}
  885. craftTables["Purification Chamber"] = {"Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy", "Osmium Ingot", "Enrichment Chamber", "Osmium Ingot", "Enriched Alloy", "Advanced Control Circuit", "Enriched Alloy"}
  886. craftTables["Purple Balloon"] = {"", "Leather", "", "", "String", "", "", "Purple Dye", ""}
  887. craftTables["Purple Carpet"] = {"Purple Wool", "Purple Wool", "", "", "", "", "", "", ""}
  888. craftTables["Purple Dye"] = {"", "", "", "Rose Red", "Lapis Lazuli", "", "", "", ""}
  889. craftTables["Purple Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Purple Dye", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  890. craftTables["Purple Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Purple Dye", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  891. craftTables["Purple Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Purple Dye", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  892. craftTables["Purple Painter"] = {"", "", "", "Painter", "Purple Dye", "", "", "", ""}
  893. craftTables["Purple Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Purple Dye", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  894. craftTables["Purple Plastic Glow Block"] = {"Purple Plastic Block", "Purple Plastic Block", "", "Purple Plastic Block", "Glowstone Dust", "", "", "", ""}
  895. craftTables["Purple Plastic Road"] = {"Sand", "Sand", "Sand", "Purple Slick Plastic Block", "Purple Slick Plastic Block", "Purple Slick Plastic Block", "Sand", "Sand", "Sand"}
  896. craftTables["Purple Reinforced Plastic Block"] = {"", "Purple Plastic Block", "", "Purple Plastic Block", "Osmium Dust", "Purple Plastic Block", "", "Purple Plastic Block", ""}
  897. craftTables["Purple Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Purple Dye", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  898. craftTables["Purple Stained Glass"] = {"Clear Glass", "Purple Dye", "", "", "", "", "", "", ""}
  899. craftTables["Purple Wool"] = {"", "", "", "Wool", "Purple Dye", "", "", "", ""}
  900. craftTables["Quad Fuel Rod (MOX)"] = {"Fuel Rod (MOX)", "Iron Plate", "Fuel Rod (MOX)", "Copper Plate", "Iron Plate", "Copper Plate", "Fuel Rod (MOX)", "Iron Plate", "Fuel Rod (MOX)"}
  901. craftTables["Quad Fuel Rod (Uranium)"] = {"Fuel Rod (Uranium)", "Iron Plate", "Fuel Rod (Uranium)", "Copper Plate", "Iron Plate", "Copper Plate", "Fuel Rod (Uranium)", "Iron Plate", "Fuel Rod (Uranium)"}
  902. craftTables["QuantumSuit Bodyarmor"] = {"Advanced Alloy", "NanoSuit Bodyarmor", "Advanced Alloy", "Iridium Reinforced Plate", "Lapotron Crystal", "Iridium Reinforced Plate", "Iridium Reinforced Plate", "Electric Jetpack", "Iridium Reinforced Plate"}
  903. craftTables["QuantumSuit Boots"] = {"", "", "", "Iridium Reinforced Plate", "NanoSuit Boots", "Iridium Reinforced Plate", "Rubber Boots", "Lapotron Crystal", "Rubber Boots"}
  904. craftTables["QuantumSuit Helmet"] = {"Reinforced Glass", "NanoSuit Helmet", "Reinforced Glass", "Iridium Reinforced Plate", "Lapotron Crystal", "Iridium Reinforced Plate", "Advanced Control Circuit", "Scuba Helmet", "Advanced Control Circuit"}
  905. craftTables["QuantumSuit Leggings"] = {"Basic Machine Casing", "Lapotron Crystal", "Basic Machine Casing", "Iridium Reinforced Plate", "NanoSuit Leggings", "Iridium Reinforced Plate", "Glowstone Dust", "", "Glowstone Dust"}
  906. craftTables["Quarried Block"] = {"", "Quarried Block Slab", "", "", "Quarried Block Slab", "", "", "", ""}
  907. craftTables["Quarried Block Stairs"] = {"Quarried Block", "", "", "Quarried Block", "Quarried Block", "", "Quarried Block", "Quarried Block", "Quarried Block"}
  908. craftTables["Quarried Brick"] = {"", "Quarried Brick Slab", "", "", "Quarried Brick Slab", "", "", "", ""}
  909. craftTables["Quarried Brick Stairs"] = {"Quarried Brick", "", "", "Quarried Brick", "Quarried Brick", "", "Quarried Brick", "Quarried Brick", "Quarried Brick"}
  910. craftTables["Quarried Cobble Stairs"] = {"Quarried Cobblestone", "", "", "Quarried Cobblestone", "Quarried Cobblestone", "", "Quarried Cobblestone", "Quarried Cobblestone", "Quarried Cobblestone"}
  911. craftTables["Quarried Cobblestone"] = {"", "Quarried Cobble Slab", "", "", "Quarried Cobble Slab", "", "", "", ""}
  912. craftTables["Quarried Stone Lantern"] = {"", "Quarried Block", "", "", "Torch", "", "", "Quarried Block", ""}
  913. craftTables["Quartz Stairs"] = {"Block of Quartz", "", "", "Block of Quartz", "Block of Quartz", "", "Block of Quartz", "Block of Quartz", "Block of Quartz"}
  914. craftTables["RE-Battery"] = {"", "Insulated Tin Cable", "", "Tin Item Casing", "Redstone", "Tin Item Casing", "Tin Item Casing", "Redstone", "Tin Item Casing"}
  915. craftTables["RSH-Condensator"] = {"Redstone", "Redstone", "Redstone", "Redstone", "Heat Vent", "Redstone", "Redstone", "Heat Exchanger", "Redstone"}
  916. craftTables["Radioisotope Heat Generator"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Reactor Chamber", "Iron Item Casing", "Iron Item Casing", "Heat Conductor", "Iron Item Casing"}
  917. craftTables["Radioisotope Thermoelectric Generator"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Reactor Chamber", "Iron Item Casing", "Iron Item Casing", "Generator", "Iron Item Casing"}
  918. craftTables["Raid"] = {"Iron Nugget", "Central Processing Unit (CPU) (Tier 3)", "Iron Nugget", "Memory (Tier 1)", "Disk Drive", "Memory (Tier 1)", "Iron Nugget", "Microchip (Tier 2)", "Iron Nugget"}
  919. craftTables["Rail"] = {"Iron Ingot", "", "Iron Ingot", "Iron Ingot", "Stick", "Iron Ingot", "Iron Ingot", "", "Iron Ingot"}
  920. craftTables["Railway Ticket"] = {"", "", "", "Paper", "Golden Railway Ticket", "", "", "", ""}
  921. craftTables["Raw Carbon Fibre"] = {"", "", "", "", "Coal Dust", "Coal Dust", "", "Coal Dust", "Coal Dust"}
  922. craftTables["Raw Carbon Mesh"] = {"", "", "", "Raw Carbon Fibre", "Raw Carbon Fibre", "", "", "", ""}
  923. craftTables["Raw Circuit Board"] = {"Gold Ingot", "minecraft:clay", "", "Cactus Green", "", "", "", "", ""}
  924. craftTables["Reactor Access Hatch"] = {"Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Trapdoor", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel"}
  925. craftTables["Reactor Chamber"] = {"", "Lead Plate", "", "Lead Plate", "Basic Machine Casing", "Lead Plate", "", "Lead Plate", ""}
  926. craftTables["Reactor Fluid Port"] = {"Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Universal Fluid Cell", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel"}
  927. craftTables["Reactor Heat Exchanger"] = {"Copper Plate", "Copper Plate", "Copper Plate", "Copper Plate", "Heat Exchanger", "Copper Plate", "Copper Plate", "Copper Plate", "Copper Plate"}
  928. craftTables["Reactor Heat Vent"] = {"Copper Plate", "Copper Plate", "Copper Plate", "Copper Plate", "Heat Vent", "Copper Plate", "Copper Plate", "Copper Plate", "Copper Plate"}
  929. craftTables["Reactor Plating"] = {"", "", "", "Lead Plate", "Advanced Alloy", "", "", "", ""}
  930. craftTables["Reactor Pressure Vessel"] = {"Lead Plate", "Stone", "Lead Plate", "Stone", "Lead Plate", "Stone", "Lead Plate", "Stone", "Lead Plate"}
  931. craftTables["Reactor Redstone Port"] = {"Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Redstone", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel", "Reactor Pressure Vessel"}
  932. craftTables["Receiver Circuit"] = {"", "Redstone Repeater", "Green Wool", "Slimeball", "Gold Ingot", "Redstone", "Green Wool", "Redstone", "Lapis Lazuli"}
  933. craftTables["Recycler"] = {"", "Glowstone Dust", "", "Dirt", "Compressor", "Dirt", "Iron Ingot", "Dirt", "Iron Ingot"}
  934. craftTables["Red Balloon"] = {"", "Leather", "", "", "String", "", "", "Rose Red", ""}
  935. craftTables["Red Carpet"] = {"Red Wool", "Red Wool", "", "", "", "", "", "", ""}
  936. craftTables["Red Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Rose Red", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  937. craftTables["Red Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Rose Red", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  938. craftTables["Red Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Rose Red", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  939. craftTables["Red Painter"] = {"", "", "", "Painter", "Rose Red", "", "", "", ""}
  940. craftTables["Red Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Rose Red", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  941. craftTables["Red Plastic Glow Block"] = {"Red Plastic Block", "Red Plastic Block", "", "Red Plastic Block", "Glowstone Dust", "", "", "", ""}
  942. craftTables["Red Plastic Road"] = {"Sand", "Sand", "Sand", "Red Slick Plastic Block", "Red Slick Plastic Block", "Red Slick Plastic Block", "Sand", "Sand", "Sand"}
  943. craftTables["Red Reinforced Plastic Block"] = {"", "Red Plastic Block", "", "Red Plastic Block", "Osmium Dust", "Red Plastic Block", "", "Red Plastic Block", ""}
  944. craftTables["Red Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Rose Red", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  945. craftTables["Red Stained Glass"] = {"Clear Glass", "Rose Red", "", "", "", "", "", "", ""}
  946. craftTables["Red Wool"] = {"", "", "", "Wool", "Rose Red", "", "", "", ""}
  947. craftTables["Redstone"] = {"", "", "", "", "Block of Redstone", "", "", "", ""}
  948. craftTables["Redstone Card (Tier 1)"] = {"", "", "", "Redstone Torch", "Microchip (Tier 1)", "", "", "Card Base", ""}
  949. craftTables["Redstone Card (Tier 2)"] = {"", "", "", "Block of Redstone", "Microchip (Tier 2)", "Ender Pearl", "", "Card Base", ""}
  950. craftTables["Redstone Comparator"] = {"", "Redstone Torch", "", "Redstone Torch", "Nether Quartz", "Redstone Torch", "Stone", "Stone", "Stone"}
  951. craftTables["Redstone Furnace"] = {"Block of Redstone", "Redstos Fruit", "Block of Redstone", "Block of Redstone", "Gold Furnace", "Block of Redstone", "Block of Redstone", "Redstos Fruit", "Block of Redstone"}
  952. craftTables["Redstone I/O"] = {"Iron Ingot", "Microchip (Tier 3)", "Iron Ingot", "Block of Redstone", "Redstone Card (Tier 1)", "Block of Redstone", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  953. craftTables["Redstone Lamp"] = {"", "Redstone", "", "Redstone", "Glowstone", "Redstone", "", "Redstone", ""}
  954. craftTables["Redstone Signal Inverter Upgrade"] = {"Tin Plate", "", "Tin Plate", "", "Lever", "", "Tin Plate", "", "Tin Plate"}
  955. craftTables["Redstone Torch"] = {"", "Redstone", "", "", "Stick", "", "", "", ""}
  956. craftTables["Refined Firestone"] = {"Lava Bucket", "Raw Firestone", "Lava Bucket", "Block of Redstone", "Cracked Firestone", "Block of Redstone", "Lava Bucket", "Block of Redstone", "Lava Bucket"}
  957. craftTables["Refined Glowstone"] = {"Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot", "Glowstone Ingot"}
  958. craftTables["Refined Iron Block"] = {"Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot", "Refined Iron Ingot"}
  959. craftTables["Refined Iron Ingot"] = {"", "", "", "", "Refined Iron Block", "", "", "", ""}
  960. craftTables["Refined Obsidian"] = {"Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot"}
  961. craftTables["Reinforced Booster Track"] = {"Reinforced Rail", "", "Reinforced Rail", "Reinforced Rail", "Stone Railbed", "Reinforced Rail", "Reinforced Rail", "Redstone", "Reinforced Rail"}
  962. craftTables["Reinforced Crowbar"] = {"", "Rose Red", "Steel Ingot", "Rose Red", "Steel Ingot", "Rose Red", "Steel Ingot", "Rose Red", ""}
  963. craftTables["Reinforced Door"] = {"Iron Plate", "Lead Plate", "Iron Plate", "Iron Plate", "Lead Plate", "Iron Plate", "Iron Plate", "Lead Plate", "Iron Plate"}
  964. craftTables["Reinforced Glass"] = {"Glass", "Advanced Alloy", "Glass", "Glass", "Glass", "Glass", "Glass", "Advanced Alloy", "Glass"}
  965. craftTables["Reinforced Junction Track"] = {"Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Stone Railbed", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail"}
  966. craftTables["Reinforced Stone"] = {"Stone", "Stone", "Stone", "Stone", "Advanced Alloy", "Stone", "Stone", "Stone", "Stone"}
  967. craftTables["Reinforced Switch Track"] = {"Reinforced Rail", "Stone Railbed", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail"}
  968. craftTables["Reinforced Track"] = {"Reinforced Rail", "", "Reinforced Rail", "Reinforced Rail", "Stone Railbed", "Reinforced Rail", "Reinforced Rail", "", "Reinforced Rail"}
  969. craftTables["Reinforced Wye Track"] = {"Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail", "Stone Railbed", "Reinforced Rail", "Reinforced Rail", "Reinforced Rail"}
  970. craftTables["Relay"] = {"Iron Ingot", "Cable", "Iron Ingot", "Cable", "Network Card", "Cable", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  971. craftTables["Remote Terminal"] = {"Iron Nugget", "Solar Generator Upgrade", "Iron Nugget", "Microchip (Tier 3)", "Screen (Tier 2)", "Wireless Network Card", "Iron Nugget", "Keyboard", "Iron Nugget"}
  972. craftTables["Renforced Furnace"] = {"Diamond", "Diamond Furnace", "Diamond", "Diamond", "Obsidian Furnace", "Diamond", "Diamond", "Diamond Furnace", "Diamond"}
  973. craftTables["Replicator"] = {"Reinforced Stone", "Reinforced Glass", "Reinforced Stone", "Teleporter", "Teleporter", "Teleporter", "HV-Transformer", "MFE", "HV-Transformer"}
  974. craftTables["Robit"] = {"", "Steel Ingot", "", "Energy Tablet", "Atomic Alloy", "Energy Tablet", "Obsidian Ingot", "Electric Chest", "Obsidian Ingot"}
  975. craftTables["Rock Crusher (block)"] = {"Piston", "Diamond", "Piston", "Diamond", "Block of Steel", "Diamond", "Piston", "Diamond", "Piston"}
  976. craftTables["Rolling Machine"] = {"Iron Ingot", "Piston", "Iron Ingot", "Piston", "Crafting Table", "Piston", "Iron Ingot", "Piston", "Iron Ingot"}
  977. craftTables["Rose Red"] = {"", "Red Tulip Seeds", "", "", "Dirt", "", "", "", ""}
  978. craftTables["Rotary Condensentrator"] = {"Glass", "Basic Control Circuit", "Glass", "Gas Tank", "Energy Tablet", "Dynamic Tank", "Glass", "Steel Casing", "Glass"}
  979. craftTables["Routing Switch Motor"] = {"", "Switch Motor", "", "", "Detector - Routing", "", "", "", ""}
  980. craftTables["Routing Table"] = {"", "", "", "Book and Quill", "Lapis Lazuli", "", "", "", ""}
  981. craftTables["Routing Track"] = {"Standard Rail", "Redstone", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Golden Railway Ticket", "Standard Rail"}
  982. craftTables["Rubber Boots"] = {"Rubber", "", "Rubber", "Rubber", "", "Rubber", "Rubber", "Wool", "Rubber"}
  983. craftTables["Rubber Dinghy"] = {"", "", "", "Rubber", "", "Rubber", "Rubber", "Rubber", "Rubber"}
  984. craftTables["Rubber Sheet"] = {"", "", "", "Rubber", "Rubber", "Rubber", "Rubber", "Rubber", "Rubber"}
  985. craftTables["Salination Block"] = {"Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Dynamic Tank", "Copper Ingot", "Copper Ingot", "Copper Ingot", "Copper Ingot"}
  986. craftTables["Salination Controller"] = {"Basic Control Circuit", "Glass Pane", "Basic Control Circuit", "Steel Casing", "Copper Block", "Steel Casing", "Basic Control Circuit", "Glass Pane", "Basic Control Circuit"}
  987. craftTables["Salination Valve"] = {"Copper Ingot", "Dynamic Valve", "Copper Ingot", "Basic Control Circuit", "Steel Casing", "Basic Control Circuit", "Copper Ingot", "Dynamic Valve", "Copper Ingot"}
  988. craftTables["Salt Block"] = {"Salt", "Salt", "", "Salt", "Salt", "", "", "", ""}
  989. craftTables["Sandstone"] = {"Sand", "Sand", "", "Sand", "Sand", "", "", "", ""}
  990. craftTables["Sandstone Lantern"] = {"", "Sandstone Slab", "", "", "Torch", "", "", "Sandstone Slab", ""}
  991. craftTables["Sandstone Stairs"] = {"Sandstone", "", "", "Sandstone", "Sandstone", "", "Sandstone", "Sandstone", "Sandstone"}
  992. craftTables["Sandy Block"] = {"", "Sandy Block Slab", "", "", "Sandy Block Slab", "", "", "", ""}
  993. craftTables["Sandy Block Stairs"] = {"Sandy Block", "", "", "Sandy Block", "Sandy Block", "", "Sandy Block", "Sandy Block", "Sandy Block"}
  994. craftTables["Sandy Brick"] = {"", "Sandy Brick Slab", "", "", "Sandy Brick Slab", "", "", "", ""}
  995. craftTables["Sandy Brick Stairs"] = {"Sandy Brick", "", "", "Sandy Brick", "Sandy Brick", "", "Sandy Brick", "Sandy Brick", "Sandy Brick"}
  996. craftTables["Sandy Cobble Stairs"] = {"Sandy Cobblestone", "", "", "Sandy Cobblestone", "Sandy Cobblestone", "", "Sandy Cobblestone", "Sandy Cobblestone", "Sandy Cobblestone"}
  997. craftTables["Sandy Cobblestone"] = {"", "Sandy Cobble Slab", "", "", "Sandy Cobble Slab", "", "", "", ""}
  998. craftTables["Sandy Stone Lantern"] = {"", "Sandy Block", "", "", "Torch", "", "", "Sandy Block", ""}
  999. craftTables["Scaffold"] = {"Planks", "Planks", "Planks", "", "Stick", "", "Stick", "", "Stick"}
  1000. craftTables["Scanner"] = {"Iron Plate", "Reinforced Glass", "Iron Plate", "Electric Motor", "Luminator", "Electric Motor", "Advanced Control Circuit", "Advanced Machine Casing", "Advanced Control Circuit"}
  1001. craftTables["Scrap Box"] = {"Scrap", "Scrap", "Scrap", "Scrap", "Scrap", "Scrap", "Scrap", "Scrap", "Scrap"}
  1002. craftTables["Screen (Tier 1)"] = {"Iron Ingot", "Redstone", "Iron Ingot", "Redstone", "Microchip (Tier 1)", "Glass", "Iron Ingot", "Redstone", "Iron Ingot"}
  1003. craftTables["Screen (Tier 2)"] = {"Gold Ingot", "Rose Red", "Gold Ingot", "Cactus Green", "Microchip (Tier 2)", "Glass", "Gold Ingot", "Lapis Lazuli", "Gold Ingot"}
  1004. craftTables["Screen (Tier 3)"] = {"Obsidian", "Glowstone Dust", "Obsidian", "Glowstone Dust", "Microchip (Tier 3)", "Glass", "Obsidian", "Glowstone Dust", "Obsidian"}
  1005. craftTables["Scrench"] = {"Iron Ingot", "", "Iron Ingot", "", "Microchip (Tier 2)", "", "", "Iron Ingot", ""}
  1006. craftTables["Scuba Helmet"] = {"", "Orange Dye", "", "Rubber", "Glass", "Rubber", "Rubber", "Iron Bars", "Rubber"}
  1007. craftTables["Scuba Tank"] = {"", "Basic Control Circuit", "", "Enriched Alloy", "", "Enriched Alloy", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  1008. craftTables["Seeds"] = {"", "", "", "", "Wheat", "", "", "", ""}
  1009. craftTables["Seismic Reader"] = {"Steel Ingot", "Lapis Lazuli", "Steel Ingot", "Steel Ingot", "", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  1010. craftTables["Seismic Vibrator"] = {"Tin Ingot", "Lapis Lazuli", "Tin Ingot", "Basic Control Circuit", "Steel Casing", "Basic Control Circuit", "Tin Ingot", "Tin Ingot", "Tin Ingot"}
  1011. craftTables["Semifluid Generator"] = {"Iron Item Casing", "Universal Fluid Cell", "Iron Item Casing", "Universal Fluid Cell", "Geothermal Generator", "Universal Fluid Cell", "Iron Item Casing", "Universal Fluid Cell", "Iron Item Casing"}
  1012. craftTables["Server (Tier 1)"] = {"Obsidian", "Memory (Tier 2.5)", "Obsidian", "Microchip (Tier 1)", "Microchip (Tier 2)", "Microchip (Tier 1)", "Obsidian", "Printed Circuit Board (PCB)", "Obsidian"}
  1013. craftTables["Server (Tier 2)"] = {"Obsidian", "Memory (Tier 3)", "Obsidian", "Microchip (Tier 2)", "Microchip (Tier 3)", "Microchip (Tier 2)", "Obsidian", "Printed Circuit Board (PCB)", "Obsidian"}
  1014. craftTables["Server (Tier 3)"] = {"Obsidian", "Memory (Tier 3.5)", "Obsidian", "Microchip (Tier 3)", "Microchip (Tier 3)", "Microchip (Tier 3)", "Obsidian", "Printed Circuit Board (PCB)", "Obsidian"}
  1015. craftTables["Server Rack"] = {"Microchip (Tier 2)", "Wireless Network Card", "Microchip (Tier 2)", "Iron Bars", "Chest", "Iron Bars", "Relay", "Printed Circuit Board (PCB)", "Power Distributor"}
  1016. craftTables["Shears"] = {"", "Iron Ingot", "", "Iron Ingot", "", "", "", "", ""}
  1017. craftTables["Sign"] = {"Planks", "Planks", "Planks", "Planks", "Planks", "Planks", "", "Stick", ""}
  1018. craftTables["Sign I/O Upgrade"] = {"Iron Ingot", "Ink Sac", "Iron Ingot", "Microchip (Tier 1)", "Stick", "Microchip (Tier 1)", "Iron Ingot", "Sticky Piston", "Iron Ingot"}
  1019. craftTables["Signal Block Surveyor"] = {"", "Compass", "", "Button (stone)", "Glass Pane", "Button (stone)", "", "Redstone", ""}
  1020. craftTables["Signal Circuit"] = {"", "Redstone Repeater", "Yellow Wool", "Slimeball", "Gold Ingot", "Redstone", "Yellow Wool", "Redstone", "Lapis Lazuli"}
  1021. craftTables["Signal Interlock Box"] = {"", "Receiver Circuit", "", "Iron Ingot", "Controller Circuit", "Iron Ingot", "Iron Ingot", "Redstone", "Iron Ingot"}
  1022. craftTables["Signal Lamp"] = {"Glass Pane", "Lime Dye", "", "Glass Pane", "Dandelion Yellow", "Glowstone Dust", "Glass Pane", "Rose Red", "Redstone"}
  1023. craftTables["Silver Dust"] = {"Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust", "Tiny Pile of Silver Dust"}
  1024. craftTables["Silver Ingot"] = {"Silver Nugget", "Silver Nugget", "Silver Nugget", "Silver Nugget", "Silver Nugget", "Silver Nugget", "Silver Nugget", "Silver Nugget", "Silver Nugget"}
  1025. craftTables["Single-Use Battery"] = {"", "Insulated Copper Cable", "", "", "Redstone", "", "", "Coal Dust", ""}
  1026. craftTables["Small Power Unit"] = {"", "Copper Cable", "Iron Item Casing", "RE-Battery", "Basic Control Circuit", "Electric Motor", "", "Copper Cable", "Iron Item Casing"}
  1027. craftTables["Smooth Sandstone"] = {"Sandstone", "Sandstone", "", "Sandstone", "Sandstone", "", "", "", ""}
  1028. craftTables["Snow (block)"] = {"Snowball", "Snowball", "", "Snowball", "Snowball", "", "", "", ""}
  1029. craftTables["Snow Stairs"] = {"Snow (block)", "", "", "Snow (block)", "Snow (block)", "", "Snow (block)", "Snow (block)", "Snow (block)"}
  1030. craftTables["Solar Distiller"] = {"Glass", "Glass", "Glass", "Glass", "", "Glass", "Universal Fluid Cell", "Basic Machine Casing", "Universal Fluid Cell"}
  1031. craftTables["Solar Generator"] = {"Solar Panel", "Solar Panel", "Solar Panel", "Enriched Alloy", "Iron Ingot", "Enriched Alloy", "Osmium Dust", "Energy Tablet", "Osmium Dust"}
  1032. craftTables["Solar Generator Upgrade"] = {"Glass", "Glass", "Glass", "Microchip (Tier 3)", "Lapis Lazuli Block", "Microchip (Tier 3)", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  1033. craftTables["Solar Helmet"] = {"", "Iron Helmet", "", "", "Solar Panel", "", "Insulated Copper Cable", "Insulated Copper Cable", "Insulated Copper Cable"}
  1034. craftTables["Solar Panel"] = {"Lapis Lazuli", "Glass Pane", "Lapis Lazuli", "Lapis Lazuli", "Lapis Lazuli Block", "Lapis Lazuli", "Iron Ingot", "Iron Ingot", "Iron Ingot"}
  1035. craftTables["Solid Canning Machine"] = {"", "Tin Can", "", "", "Tin Can", "", "Basic Control Circuit", "Basic Machine Casing", "Basic Control Circuit"}
  1036. craftTables["Solid Fueled Boiler Firebox"] = {"Brick", "Brick", "Brick", "Brick", "Fire Charge", "Brick", "Brick", "Furnace", "Brick"}
  1037. craftTables["Solid Heat Generator"] = {"", "Heat Conductor", "", "Iron Plate", "Iron Plate", "Iron Plate", "", "Iron Furnace", ""}
  1038. craftTables["Speed Upgrade"] = {"", "Glass", "", "Enriched Alloy", "Osmium Dust", "Enriched Alloy", "", "Glass", ""}
  1039. craftTables["Standard Rail"] = {"Rail", "", "Rail", "Rail", "Rail", "Rail", "Rail", "Rail", "Rail"}
  1040. craftTables["Static Boots"] = {"", "Iron Boots", "", "", "Wool", "", "Insulated Copper Cable", "Insulated Copper Cable", "Insulated Copper Cable"}
  1041. craftTables["Steam Boiler (High Pressure 1x1x1)"] = {"Solid Fueled Boiler Firebox", "", "", "High Pressure Boiler Tank", "", "", "", "", ""}
  1042. craftTables["Steam Boiler (Low Pressure 1x1x1)"] = {"Solid Fueled Boiler Firebox", "", "", "Low Pressure Boiler Tank", "", "", "", "", ""}
  1043. craftTables["Steam Generator"] = {"Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Copper Boiler", "Iron Item Casing", "Iron Item Casing", "Heat Conductor", "Iron Item Casing"}
  1044. craftTables["Steam Locomotive"] = {"High Pressure Boiler Tank", "High Pressure Boiler Tank", "Solid Fueled Boiler Firebox", "High Pressure Boiler Tank", "High Pressure Boiler Tank", "Solid Fueled Boiler Firebox", "Iron Bars", "Minecart", "Minecart"}
  1045. craftTables["Steam Oven"] = {"Steel Plate", "Steel Plate", "Steel Plate", "Steel Plate", "Furnace", "Steel Plate", "Steel Plate", "Steel Plate", "Steel Plate"}
  1046. craftTables["Steam Turbine"] = {"Plastic Sheets", "Steam Dynamo", "Plastic Sheets", "Piston", "Machine Frame", "Piston", "Silver Gear", "Redstone Transmission Coil", "Silver Gear"}
  1047. craftTables["Steam Turbine Blade"] = {"Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Ingot", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Plate"}
  1048. craftTables["Steam Turbine Housing"] = {"Block of Steel", "Steel Plate", "Block of Steel", "Steel Plate", "", "Steel Plate", "Block of Steel", "Steel Plate", "Block of Steel"}
  1049. craftTables["Steel Anvil"] = {"Block of Steel", "Block of Steel", "Block of Steel", "", "Steel Ingot", "", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  1050. craftTables["Steel Axe"] = {"Steel Ingot", "Steel Ingot", "", "Steel Ingot", "Stick", "", "", "Stick", ""}
  1051. craftTables["Steel Block"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  1052. craftTables["Steel Boots"] = {"", "", "", "Steel Ingot", "", "Steel Ingot", "Steel Ingot", "", "Steel Ingot"}
  1053. craftTables["Steel Bore Head"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Block of Steel", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  1054. craftTables["Steel Casing"] = {"Steel Ingot", "Glass", "Steel Ingot", "Glass", "Osmium Ingot", "Glass", "Steel Ingot", "Glass", "Steel Ingot"}
  1055. craftTables["Steel Chestplate"] = {"Steel Ingot", "", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot"}
  1056. craftTables["Steel Gear"] = {"", "Steel Ingot", "", "Steel Ingot", "Tin Gear Bushing", "Steel Ingot", "", "Steel Ingot", ""}
  1057. craftTables["Steel Hoe"] = {"Steel Ingot", "Steel Ingot", "", "", "Stick", "", "", "Stick", ""}
  1058. craftTables["Steel Ingot"] = {"", "", "", "", "Block of Steel", "", "", "", ""}
  1059. craftTables["Steel Lantern"] = {"", "Steel Slab", "", "", "Torch", "", "", "Steel Slab", ""}
  1060. craftTables["Steel Leggings"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "Steel Ingot", "", "Steel Ingot", "Steel Ingot", "", "Steel Ingot"}
  1061. craftTables["Steel Nugget"] = {"", "", "", "", "Steel Ingot", "", "", "", ""}
  1062. craftTables["Steel Paxel"] = {"Steel Axe", "Steel Pickaxe", "Steel Shovel", "", "Stick", "", "", "Stick", ""}
  1063. craftTables["Steel Pickaxe"] = {"Steel Ingot", "Steel Ingot", "Steel Ingot", "", "Stick", "", "", "Stick", ""}
  1064. craftTables["Steel Rotor Blade"] = {"Refined Iron Plate", "Refined Iron Ingot", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Ingot", "Refined Iron Plate", "Refined Iron Plate", "Refined Iron Ingot", "Refined Iron Plate"}
  1065. craftTables["Steel Shears"] = {"", "Steel Ingot", "", "Steel Ingot", "", "", "", "", ""}
  1066. craftTables["Steel Shovel"] = {"", "Steel Ingot", "", "", "Stick", "", "", "Stick", ""}
  1067. craftTables["Steel Stairs"] = {"Block of Steel", "", "", "Block of Steel", "Block of Steel", "", "Block of Steel", "Block of Steel", "Block of Steel"}
  1068. craftTables["Steel Sword"] = {"", "Steel Ingot", "", "", "Steel Ingot", "", "", "Stick", ""}
  1069. craftTables["Steel Tank Gauge"] = {"Glass Pane", "Steel Plate", "Glass Pane", "Steel Plate", "Glass Pane", "Steel Plate", "Glass Pane", "Steel Plate", "Glass Pane"}
  1070. craftTables["Steel Tank Valve"] = {"Iron Bars", "Steel Plate", "Iron Bars", "Steel Plate", "Lever", "Steel Plate", "Iron Bars", "Steel Plate", "Iron Bars"}
  1071. craftTables["Steel Tank Wall"] = {"Steel Plate", "Steel Plate", "", "Steel Plate", "Steel Plate", "", "", "", ""}
  1072. craftTables["Stick"] = {"Planks", "", "", "Planks", "", "", "", "", ""}
  1073. craftTables["Sticky Dynamite"] = {"Dynamite", "Dynamite", "Dynamite", "Dynamite", "Sticky Resin", "Dynamite", "Dynamite", "Dynamite", "Dynamite"}
  1074. craftTables["Sticky Piston"] = {"Slimeball", "", "", "Piston", "", "", "", "", ""}
  1075. craftTables["Stirling Generator"] = {"Iron Item Casing", "Heat Conductor", "Iron Item Casing", "Iron Item Casing", "Generator", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing", "Iron Item Casing"}
  1076. craftTables["Stone Axe"] = {"Cobblestone", "Cobblestone", "", "Cobblestone", "Stick", "", "", "Stick", ""}
  1077. craftTables["Stone Brick Stairs"] = {"Stone Bricks", "", "", "Stone Bricks", "Stone Bricks", "", "Stone Bricks", "Stone Bricks", "Stone Bricks"}
  1078. craftTables["Stone Bricks"] = {"Stone", "Stone", "", "Stone", "Stone", "", "", "", ""}
  1079. craftTables["Stone Hoe"] = {"Cobblestone", "Cobblestone", "", "", "Stick", "", "", "Stick", ""}
  1080. craftTables["Stone Lantern"] = {"", "Stone Slab", "", "", "Torch", "", "", "Stone Slab", ""}
  1081. craftTables["Stone Mug"] = {"Stone", "Stone", "", "Stone", "Stone", "Stone", "Stone", "Stone", ""}
  1082. craftTables["Stone Paxel"] = {"Stone Axe", "Stone Pickaxe", "Stone Shovel", "", "Stick", "", "", "Stick", ""}
  1083. craftTables["Stone Pickaxe"] = {"Cobblestone", "Cobblestone", "Cobblestone", "", "Stick", "", "", "Stick", ""}
  1084. craftTables["Stone Platform"] = {"", "Concrete Slab", "", "", "Stone Post", "", "", "", ""}
  1085. craftTables["Stone Post"] = {"Stone", "Rebar", "Stone", "Stone", "Rebar", "Stone", "Stone", "Rebar", "Stone"}
  1086. craftTables["Stone Railbed"] = {"Stone Tie", "Stone Tie", "", "Stone Tie", "Stone Tie", "", "", "", ""}
  1087. craftTables["Stone Shovel"] = {"Cobblestone", "Stick", "Stick", "", "", "", "", "", ""}
  1088. craftTables["Stone Stairs"] = {"Cobblestone", "", "", "Cobblestone", "Cobblestone", "", "Cobblestone", "Cobblestone", "Cobblestone"}
  1089. craftTables["Stone Sword"] = {"Cobblestone", "Cobblestone", "Stick", "", "", "", "", "", ""}
  1090. craftTables["Sugar"] = {"Sugar Canes", "", "", "", "", "", "", "", ""}
  1091. craftTables["Sugar Canes"] = {"", "Sugarcane Seeds", "", "", "Sand", "", "", "", ""}
  1092. craftTables["Sulfur Dust"] = {"Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust", "Tiny Pile of Sulfur Dust"}
  1093. craftTables["Suspended Track"] = {"Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Wood", "Standard Rail"}
  1094. craftTables["Switch Track"] = {"Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail"}
  1095. craftTables["TFBP - Chilling"] = {"", "Snowball", "", "Snowball", "TFBP - Empty", "Snowball", "", "Snowball", ""}
  1096. craftTables["TFBP - Cultivation"] = {"", "Seeds", "", "Seeds", "TFBP - Empty", "Seeds", "", "Seeds", ""}
  1097. craftTables["TFBP - Desertification"] = {"", "Sand", "", "Sand", "TFBP - Empty", "Sand", "", "Sand", ""}
  1098. craftTables["TFBP - Empty"] = {"", "Basic Control Circuit", "", "", "Advanced Control Circuit", "", "Redstone", "", "Redstone"}
  1099. craftTables["TFBP - Flatification"] = {"", "Dirt", "", "Dirt", "TFBP - Empty", "Dirt", "", "Dirt", ""}
  1100. craftTables["TFBP - Irrigation"] = {"", "Water Bucket", "", "Water Bucket", "TFBP - Empty", "Water Bucket", "", "Water Bucket", ""}
  1101. craftTables["TFBP - Mushroom"] = {"Mycelium", "Mushroom (brown)", "Mycelium", "Mushroom (brown)", "TFBP - Empty", "Mushroom (brown)", "Mycelium", "Mushroom (brown)", "Mycelium"}
  1102. craftTables["TNT"] = {"Gunpowder", "Sand", "Gunpowder", "Sand", "Gunpowder", "Sand", "Gunpowder", "Sand", "Gunpowder"}
  1103. craftTables["Tablet Case (Tier 1)"] = {"Gold Ingot", "Button (stone)", "Gold Ingot", "Component Bus (Tier 1)", "Screen (Tier 2)", "Microchip (Tier 3)", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  1104. craftTables["Tablet Case (Tier 2)"] = {"Microchip (Tier 2)", "Button", "Gold Ingot", "Component Bus (Tier 3)", "Screen (Tier 2)", "Microchip (Tier 3)", "Microchip (Tier 2)", "Printed Circuit Board (PCB)", "Gold Ingot"}
  1105. craftTables["Tank Cart"] = {"", "Iron Tank Gauge", "", "", "Minecart", "", "", "", ""}
  1106. craftTables["Tank Controller Upgrade"] = {"Gold Ingot", "Glass Bottle", "Gold Ingot", "Dispenser", "Microchip (Tier 2)", "Piston", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  1107. craftTables["Tank Upgrade"] = {"Planks", "Iron Bars", "Planks", "Dispenser", "Cauldron", "Piston", "Planks", "Microchip (Tier 1)", "Planks"}
  1108. craftTables["Teleportation Core"] = {"Lapis Lazuli", "Atomic Alloy", "Lapis Lazuli", "Gold Ingot", "Diamond", "Gold Ingot", "Lapis Lazuli", "Atomic Alloy", "Lapis Lazuli"}
  1109. craftTables["Teleporter"] = {"Advanced Control Circuit", "Frequency Transmitter", "Advanced Control Circuit", "Glass Fibre Cable", "Advanced Machine Casing", "Glass Fibre Cable", "Advanced Control Circuit", "Diamond", "Advanced Control Circuit"}
  1110. craftTables["Teleporter Frame"] = {"Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Glowstone Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot", "Obsidian Ingot"}
  1111. craftTables["Terraformer"] = {"Glowstone Dust", "TFBP - Empty", "Glowstone Dust", "Dirt", "Advanced Machine Casing", "Dirt", "Glowstone Dust", "Dirt", "Glowstone Dust"}
  1112. craftTables["Tesla Coil"] = {"Redstone", "Redstone", "Redstone", "Redstone", "MV-Transformer", "Redstone", "Iron Item Casing", "Basic Control Circuit", "Iron Item Casing"}
  1113. craftTables["Texture Picker"] = {"Ink Sac", "Rose Red", "Cactus Green", "Lapis Lazuli", "Analyzer", "Purple Dye", "Dandelion Yellow", "Magenta Dye", "Bone Meal"}
  1114. craftTables["Thermal Centrifuge"] = {"Coil", "Mining Laser", "Coil", "Iron Ingot", "Advanced Machine Casing", "Iron Ingot", "Iron Ingot", "Electric Motor", "Iron Ingot"}
  1115. craftTables["Thick Neutron Reflector"] = {"Copper Plate", "Neutron Reflector", "Copper Plate", "Neutron Reflector", "Copper Plate", "Neutron Reflector", "Copper Plate", "Neutron Reflector", "Copper Plate"}
  1116. craftTables["Tin Block"] = {"Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot"}
  1117. craftTables["Tin Cable"] = {"", "", "", "", "Cutter", "Tin Plate", "", "", ""}
  1118. craftTables["Tin Can"] = {"", "", "", "Tin Ingot", "", "Tin Ingot", "Tin Ingot", "Tin Ingot", "Tin Ingot"}
  1119. craftTables["Tin Dust"] = {"Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust", "Tiny Pile of Tin Dust"}
  1120. craftTables["Tin Gear Bushing"] = {"Tin Ingot", "Tin Ingot", "", "Tin Ingot", "Tin Ingot", "", "", "", ""}
  1121. craftTables["Tin Ingot"] = {"", "", "", "", "Tin Block", "", "", "", ""}
  1122. craftTables["Tin Item Casing"] = {"", "", "", "", "Tin Plate", "Forge Hammer", "", "", ""}
  1123. craftTables["Tin Lantern"] = {"", "Tin Slab", "", "", "Torch", "", "", "Tin Slab", ""}
  1124. craftTables["Tin Nugget"] = {"", "", "", "", "Tin Ingot", "", "", "", ""}
  1125. craftTables["Tin Plate"] = {"", "", "", "", "Tin Ingot", "Forge Hammer", "", "", ""}
  1126. craftTables["Tin Stairs"] = {"Block of Tin", "", "", "Block of Tin", "Block of Tin", "", "Block of Tin", "Block of Tin", "Block of Tin"}
  1127. craftTables["Tiny Pile of Plutonium"] = {"", "", "", "", "Plutonium", "", "", "", ""}
  1128. craftTables["Tiny Pile of Uranium 235"] = {"", "", "", "", "Uranium 235", "", "", "", ""}
  1129. craftTables["Tool Box"] = {"", "", "", "Bronze Item Casing", "Chest", "Bronze Item Casing", "Bronze Item Casing", "Bronze Item Casing", "Bronze Item Casing"}
  1130. craftTables["Torch"] = {"Coal", "", "", "Stick", "", "", "", "", ""}
  1131. craftTables["Track"] = {"Standard Rail", "", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "", "Standard Rail"}
  1132. craftTables["Track Layer Cart"] = {"Dandelion Yellow", "Redstone Lamp", "Dandelion Yellow", "Anvil", "Block of Steel", "Anvil", "Dispenser", "Minecart", "Dispenser"}
  1133. craftTables["Track Relayer Cart"] = {"Dandelion Yellow", "Redstone Lamp", "Dandelion Yellow", "Blaze Rod", "Block of Steel", "Blaze Rod", "Diamond Pickaxe", "Minecart", "Diamond Pickaxe"}
  1134. craftTables["Track Remover Cart"] = {"Dandelion Yellow", "Redstone Lamp", "Dandelion Yellow", "Sticky Piston", "Block of Steel", "Sticky Piston", "Crowbar", "Minecart", "Crowbar"}
  1135. craftTables["Trackman's Goggles"] = {"Glass Pane", "Receiver Circuit", "Glass Pane", "Steel Ingot", "", "Steel Ingot", "Leather", "Leather", "Leather"}
  1136. craftTables["Tractor Beam Upgrade"] = {"Gold Ingot", "Piston", "Gold Ingot", "Iron Ingot", "Capacitor", "Iron Ingot", "Gold Ingot", "Microchip (Tier 3)", "Gold Ingot"}
  1137. craftTables["Trade Station"] = {"Steel Plate", "Glass Pane", "Steel Plate", "Emerald", "Dispenser", "Emerald", "Steel Plate", "Glass Pane", "Steel Plate"}
  1138. craftTables["Trade-O-Mat"] = {"", "", "", "Redstone", "Redstone", "Redstone", "Chest", "Basic Machine Casing", "Chest"}
  1139. craftTables["Train Dispenser"] = {"Redstone", "Crowbar", "Redstone", "Crowbar", "Cart Dispenser", "Crowbar", "Redstone", "Crowbar", "Redstone"}
  1140. craftTables["Transformer Upgrade"] = {"Glass", "Glass", "Glass", "2x Ins. Gold Cable", "MV-Transformer", "2x Ins. Gold Cable", "Glass", "Basic Control Circuit", "Glass"}
  1141. craftTables["Transistor"] = {"Iron Ingot", "Iron Ingot", "Iron Ingot", "Gold Nugget", "Paper", "Gold Nugget", "", "Redstone", ""}
  1142. craftTables["Transposer"] = {"Iron Ingot", "Inventory Controller Upgrade", "Iron Ingot", "Hopper", "Bucket", "Hopper", "Iron Ingot", "Tank Controller Upgrade", "Iron Ingot"}
  1143. craftTables["Trapped Chest"] = {"Chest", "Tripwire Hook", "", "", "", "", "", "", ""}
  1144. craftTables["Treetap"] = {"", "Planks", "", "Planks", "Planks", "Planks", "Planks", "", ""}
  1145. craftTables["Tripwire Hook"] = {"Iron Ingot", "Stick", "Planks", "", "", "", "", "", ""}
  1146. craftTables["Tunnel Bore"] = {"Block of Steel", "Minecart", "Block of Steel", "Furnace", "Minecart", "Furnace", "", "Minecart with Chest", ""}
  1147. craftTables["Turbine Blade"] = {"", "Steel Ingot", "", "", "Steel Ingot", "", "", "Steel Ingot", ""}
  1148. craftTables["Turbine Disk"] = {"Turbine Blade", "Turbine Blade", "Turbine Blade", "Turbine Blade", "Block of Steel", "Turbine Blade", "Turbine Blade", "Turbine Blade", "Turbine Blade"}
  1149. craftTables["Turning Table"] = {"Iron Item Casing", "", "Iron Item Casing", "Shaft (Iron)", "Basic Machine Casing", "Shaft (Iron)", "Iron Plate", "Iron Plate", "Iron Plate"}
  1150. craftTables["Ultimate Bin"] = {"Cobblestone", "Ultimate Control Circuit", "Cobblestone", "Atomic Alloy", "Elite Bin", "Atomic Alloy", "Cobblestone", "Cobblestone", "Cobblestone"}
  1151. craftTables["Ultimate Control Circuit"] = {"", "", "", "Atomic Alloy", "Elite Control Circuit", "Atomic Alloy", "", "", ""}
  1152. craftTables["Ultimate Energy Cube"] = {"Atomic Alloy", "Energy Tablet", "Atomic Alloy", "Diamond", "Elite Energy Cube", "Diamond", "Atomic Alloy", "Energy Tablet", "Atomic Alloy"}
  1153. craftTables["Ultimate Mechanical Pipe"] = {"Elite Mechanical Pipe", "Elite Mechanical Pipe", "Elite Mechanical Pipe", "Elite Mechanical Pipe", "Atomic Alloy", "Elite Mechanical Pipe", "Elite Mechanical Pipe", "Elite Mechanical Pipe", "Elite Mechanical Pipe"}
  1154. craftTables["Ultimate Universal Cable"] = {"Elite Universal Cable", "Elite Universal Cable", "Elite Universal Cable", "Elite Universal Cable", "Atomic Alloy", "Elite Universal Cable", "Elite Universal Cable", "Elite Universal Cable", "Elite Universal Cable"}
  1155. craftTables["Undercutter Cart"] = {"Dandelion Yellow", "Redstone Lamp", "Dandelion Yellow", "Piston", "Block of Steel", "Piston", "Diamond Shovel", "Minecart", "Diamond Shovel"}
  1156. craftTables["Universal Fluid Cell"] = {"", "Tin Item Casing", "", "Tin Item Casing", "Glass Pane", "Tin Item Casing", "", "Tin Item Casing", ""}
  1157. craftTables["Upgrade Container (Tier 1)"] = {"Iron Ingot", "Microchip (Tier 1)", "Iron Ingot", "Piston", "Chest", "", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  1158. craftTables["Upgrade Container (Tier 2)"] = {"Iron Ingot", "Microchip (Tier 2)", "Iron Ingot", "Piston", "Chest", "", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  1159. craftTables["Upgrade Container (Tier 3)"] = {"Gold Ingot", "Microchip (Tier 2)", "Gold Ingot", "Piston", "Chest", "", "Gold Ingot", "Printed Circuit Board (PCB)", "Gold Ingot"}
  1160. craftTables["Uranium 235"] = {"Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235", "Tiny Pile of Uranium 235"}
  1161. craftTables["Uranium 238"] = {"", "", "", "", "Uranium Block", "", "", "", ""}
  1162. craftTables["Uranium Block"] = {"Uranium 238", "Uranium 238", "Uranium 238", "Uranium 238", "Uranium 238", "Uranium 238", "Uranium 238", "Uranium 238", "Uranium 238"}
  1163. craftTables["Void Chest"] = {"Obsidian", "Obsidian", "Obsidian", "Obsidian", "Ender Pearl", "Obsidian", "Obsidian", "Obsidian", "Obsidian"}
  1164. craftTables["Walkie-Talkie"] = {"", "", "Osmium Ingot", "Steel Ingot", "Basic Control Circuit", "Steel Ingot", "", "Steel Ingot", ""}
  1165. craftTables["Water Mill"] = {"Stick", "Planks", "Stick", "Planks", "Generator", "Planks", "Stick", "Planks", "Stick"}
  1166. craftTables["Water Tank Siding"] = {"Planks", "Planks", "Planks", "Iron Ingot", "Slimeball", "Iron Ingot", "Planks", "Planks", "Planks"}
  1167. craftTables["Waypoint"] = {"Iron Ingot", "Microchip (Tier 1)", "Iron Ingot", "Transistor", "Interweb", "Transistor", "Iron Ingot", "Printed Circuit Board (PCB)", "Iron Ingot"}
  1168. craftTables["Weed-EX"] = {"", "Redstone", "", "", "Grin Powder", "", "", "Universal Fluid Cell", ""}
  1169. craftTables["Weeding Trowel"] = {"Iron Ingot", "", "Iron Ingot", "", "Iron Ingot", "", "Rubber", "Iron Ingot", "Rubber"}
  1170. craftTables["Weighted Pressure Plate (Heavy)"] = {"Iron Ingot", "Iron Ingot", "", "", "", "", "", "", ""}
  1171. craftTables["Weighted Pressure Plate (Light)"] = {"Gold Ingot", "Gold Ingot", "", "", "", "", "", "", ""}
  1172. craftTables["Wheat"] = {"", "Seeds", "", "", "Dirt", "", "", "", ""}
  1173. craftTables["Whistle Track"] = {"Standard Rail", "Dandelion Yellow", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Ink Sac", "Standard Rail"}
  1174. craftTables["Whistle Tuner"] = {"Steel Nugget", "", "Steel Nugget", "Steel Nugget", "Steel Nugget", "Steel Nugget", "", "Steel Nugget", ""}
  1175. craftTables["White Balloon"] = {"", "Leather", "", "", "String", "", "", "Bone Meal", ""}
  1176. craftTables["White Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Bone Meal", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  1177. craftTables["White Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Bone Meal", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  1178. craftTables["White Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Bone Meal", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  1179. craftTables["White Painter"] = {"", "", "", "Painter", "Bone Meal", "", "", "", ""}
  1180. craftTables["White Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Bone Meal", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  1181. craftTables["White Plastic Glow Block"] = {"White Plastic Block", "White Plastic Block", "", "White Plastic Block", "Glowstone Dust", "", "", "", ""}
  1182. craftTables["White Plastic Road"] = {"Sand", "Sand", "Sand", "White Slick Plastic Block", "White Slick Plastic Block", "White Slick Plastic Block", "Sand", "Sand", "Sand"}
  1183. craftTables["White Reinforced Plastic Block"] = {"", "White Plastic Block", "", "White Plastic Block", "Osmium Dust", "White Plastic Block", "", "White Plastic Block", ""}
  1184. craftTables["White Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Bone Meal", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  1185. craftTables["White Stained Glass"] = {"Clear Glass", "Bone Meal", "", "", "", "", "", "", ""}
  1186. craftTables["Wind Turbine"] = {"", "Osmium Ingot", "", "Osmium Ingot", "Enriched Alloy", "Osmium Ingot", "Energy Tablet", "Basic Control Circuit", "Energy Tablet"}
  1187. craftTables["Windmeter"] = {"", "Tin Item Casing", "", "Tin Item Casing", "Bronze Item Casing", "Tin Item Casing", "", "Tin Item Casing", "Small Power Unit"}
  1188. craftTables["Wire Support Frame"] = {"Iron Plate", "Iron Plate", "Iron Plate", "Rebar", "", "Rebar", "Rebar", "Rebar", "Rebar"}
  1189. craftTables["Wireless Network Card (Tier 2)"] = {"", "", "", "Ender Pearl", "Microchip (Tier 2)", "", "", "Card Base", ""}
  1190. craftTables["Wood"] = {"Wood", "Wood", "Wood", "Wood", "Wood", "Wood", "Wood", "Wood", "Wood"}
  1191. craftTables["Wool"] = {"String", "String", "", "String", "String", "", "", "", ""}
  1192. craftTables["Work Cart"] = {"", "Crafting Table", "", "", "Minecart", "", "", "", ""}
  1193. craftTables["World Anchor"] = {"Gold Ingot", "Obsidian", "Gold Ingot", "Diamond", "Ender Pearl", "Diamond", "Gold Ingot", "Obsidian", "Gold Ingot"}
  1194. craftTables["Wrench"] = {"Bronze Ingot", "", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "Bronze Ingot", "", "Bronze Ingot", ""}
  1195. craftTables["Wye Track"] = {"Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail", "Standard Rail", "Wood", "Standard Rail", "Standard Rail", "Standard Rail"}
  1196. craftTables["Yellow Balloon"] = {"", "Leather", "", "", "String", "", "", "Dandelion Yellow", ""}
  1197. craftTables["Yellow Carpet"] = {"Yellow Wool", "Yellow Wool", "", "", "", "", "", "", ""}
  1198. craftTables["Yellow Glow Panel"] = {"Glass Pane", "HDPE Sheet", "Glass Pane", "HDPE Sheet", "Dandelion Yellow", "HDPE Sheet", "Glowstone Dust", "HDPE Sheet", "Glowstone Dust"}
  1199. craftTables["Yellow Metal Platform"] = {"Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform", "Dandelion Yellow", "Metal Platform", "Metal Platform", "Metal Platform", "Metal Platform"}
  1200. craftTables["Yellow Metal Post"] = {"Metal Post", "Metal Post", "Metal Post", "Metal Post", "Dandelion Yellow", "Metal Post", "Metal Post", "Metal Post", "Metal Post"}
  1201. craftTables["Yellow Painter"] = {"", "", "", "Painter", "Dandelion Yellow", "", "", "", ""}
  1202. craftTables["Yellow Plastic Block"] = {"HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "Dandelion Yellow", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet", "HDPE Sheet"}
  1203. craftTables["Yellow Plastic Glow Block"] = {"Yellow Plastic Block", "Yellow Plastic Block", "", "Yellow Plastic Block", "Glowstone Dust", "", "", "", ""}
  1204. craftTables["Yellow Plastic Road"] = {"Sand", "Sand", "Sand", "Yellow Slick Plastic Block", "Yellow Slick Plastic Block", "Yellow Slick Plastic Block", "Sand", "Sand", "Sand"}
  1205. craftTables["Yellow Reinforced Plastic Block"] = {"", "Yellow Plastic Block", "", "Yellow Plastic Block", "Osmium Dust", "Yellow Plastic Block", "", "Yellow Plastic Block", ""}
  1206. craftTables["Yellow Stained Clay"] = {"Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Dandelion Yellow", "Hardened Clay", "Hardened Clay", "Hardened Clay", "Hardened Clay"}
  1207. craftTables["Yellow Stained Glass"] = {"Clear Glass", "Dandelion Yellow", "", "", "", "", "", "", ""}
  1208. craftTables["Yellow Wool"] = {"", "", "", "Wool", "Dandelion Yellow", "", "", "", ""}
  1209. craftTables["minecraft:clay"] = {"", "minecraft:clay_ball", "minecraft:clay_ball", "", "minecraft:clay_ball", "minecraft:clay_ball", "", "", ""}
  1210. craftTables["minecraft:clay_ball"] = {"", "", "", "", "Claya Fruit", "", "", "", ""}
  1211. return craftTables
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement