{
	"generators": [
		{
			"name": "Biomass Burner",
			"power": 20,
			"fuel": [
				{
					"item": "leaves",
					"energy": 15
				},
				{
					"item": "wood",
					"energy": 100
				},
				{
					"item": "alienCarapace",
					"energy": 250
				},
				{
					"item": "alienOrgans",
					"energy": 250
				},
				{
					"item": "mycelia",
					"energy": 20
				},
				{
					"item": "fabric",
					"energy": 15
				},
				{
					"item": "biomass",
					"energy": 120
				},
				{
					"item": "biofuel",
					"energy": 300
				}
			]
		},
		{
			"name": "Coal Generator",
			"power": 50,
			"fuel": [
				{
					"item": "coal",
					"energy": 270
				},
				{
					"item": "compactedCoal",
					"energy": 600
				}
			]
		},
		{
			"name": "Fuel Generator",
			"power": 150,
			"fuel": [
				{
					"item": "fuel",
					"energy": 750
				},
				{
					"item": "biofuel",
					"energy": 300
				},
				{
					"item": "turbofuel",
					"energy": 2000
				}
			]
		},
		{
			"name": "Nuclear Power Plant",
			"power": 2500,
			"fuel": [
				{
					"item": "nuclearFuelRod",
					"energy": 750000,
					"waste": {
						"item": "nuclearWaste",
						"amount": 25
					}
				}
			]
		}
	],
	"machines": {
		"miner": {
			"name": "Miner",
			"variants": [
				{
					"name": "Miner MK1 (Impure)",
					"power": 5,
					"productionMultiplier": 0.5,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 1
						},
						{
							"item": "ironRod",
							"amount": 5
						},
						{
							"item": "concrete",
							"amount": 5
						}
					]
				},
				{
					"name": "Miner MK1 (Normal)",
					"power": 5,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 1
						},
						{
							"item": "ironRod",
							"amount": 5
						},
						{
							"item": "concrete",
							"amount": 5
						}
					]
				},
				{
					"name": "Miner MK1 (Pure)",
					"power": 5,
					"productionMultiplier": 2,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 1
						},
						{
							"item": "ironRod",
							"amount": 5
						},
						{
							"item": "concrete",
							"amount": 5
						}
					]
				},
				{
					"name": "Miner MK2 (Impure)",
					"power": 12,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 2
						},
						{
							"item": "encasedIndustrialBeam",
							"amount": 5
						},
						{
							"item": "steelPipe",
							"amount": 10
						},
						{
							"item": "cable",
							"amount": 15
						}
					]
				},
				{
					"name": "Miner MK2 (Normal)",
					"power": 12,
					"productionMultiplier": 2,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 2
						},
						{
							"item": "encasedIndustrialBeam",
							"amount": 5
						},
						{
							"item": "steelPipe",
							"amount": 10
						},
						{
							"item": "cable",
							"amount": 15
						}
					]
				},
				{
					"name": "Miner MK2 (Pure)",
					"power": 12,
					"productionMultiplier": 4,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 2
						},
						{
							"item": "encasedIndustrialBeam",
							"amount": 5
						},
						{
							"item": "steelPipe",
							"amount": 10
						},
						{
							"item": "cable",
							"amount": 15
						}
					]
				},
				{
					"name": "Miner MK3 (Impure)",
					"power": 30,
					"productionMultiplier": 2,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 3
						},
						{
							"item": "heavyModularFrame",
							"amount": 4
						},
						{
							"item": "steelPipe",
							"amount": 20
						},
						{
							"item": "turboMotor",
							"amount": 5
						},
						{
							"item": "computer",
							"amount": 5
						}
					]
				},
				{
					"name": "Miner MK3 (Normal)",
					"power": 30,
					"productionMultiplier": 4,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 3
						},
						{
							"item": "heavyModularFrame",
							"amount": 4
						},
						{
							"item": "steelPipe",
							"amount": 20
						},
						{
							"item": "turboMotor",
							"amount": 5
						},
						{
							"item": "computer",
							"amount": 5
						}
					]
				},
				{
					"name": "Miner MK3 (Pure)",
					"power": 30,
					"productionMultiplier": 8,
					"materials": [
						{
							"item": "portableMiner",
							"amount": 3
						},
						{
							"item": "heavyModularFrame",
							"amount": 4
						},
						{
							"item": "steelPipe",
							"amount": 20
						},
						{
							"item": "turboMotor",
							"amount": 5
						},
						{
							"item": "computer",
							"amount": 5
						}
					]
				}
			]
		},
		"oilPump": {
			"name": "Oil Pump",
			"variants": [
				{
					"name": "Oil Pump (Impure)",
					"power": 40,
					"productionMultiplier": 0.5,
					"materials": [
						{
							"item": "heavyModularFrame",
							"amount": 5
						},
						{
							"item": "motor",
							"amount": 10
						},
						{
							"item": "cable",
							"amount": 30
						}
					]
				},
				{
					"name": "Oil Pump (Normal)",
					"power": 40,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "heavyModularFrame",
							"amount": 5
						},
						{
							"item": "motor",
							"amount": 10
						},
						{
							"item": "cable",
							"amount": 30
						}
					]
				},
				{
					"name": "Oil Pump (Pure)",
					"power": 40,
					"productionMultiplier": 2,
					"materials": [
						{
							"item": "heavyModularFrame",
							"amount": 5
						},
						{
							"item": "motor",
							"amount": 10
						},
						{
							"item": "cable",
							"amount": 30
						}
					]
				}
			]
		},
		"smelter": {
			"name": "Smelter",
			"variants": [
				{
					"name": "Smelter",
					"power": 4,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "ironRod",
							"amount": 5
						},
						{
							"item": "wire",
							"amount": 8
						}
					]
				}
			]
		},
		"foundry": {
			"name": "Foundry",
			"variants": [
				{
					"name": "Foundry",
					"power": 16,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "encasedIndustrialBeam",
							"amount": 5
						},
						{
							"item": "steelPipe",
							"amount": 15
						},
						{
							"item": "concrete",
							"amount": 20
						}
					]
				}
			]
		},
		"constructorBuilding": {
			"name": "Constructor",
			"variants": [
				{
					"name": "Constructor",
					"power": 4,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "reinforcedIronPlate",
							"amount": 3
						},
						{
							"item": "cable",
							"amount": 2
						}
					]
				}
			]
		},
		"assembler": {
			"name": "Assembler",
			"variants": [
				{
					"name": "Assembler",
					"power": 15,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "modularFrame",
							"amount": 2
						},
						{
							"item": "rotor",
							"amount": 3
						},
						{
							"item": "cable",
							"amount": 10
						}
					]
				}
			]
		},
		"manufacturer": {
			"name": "Manufacturer",
			"variants": [
				{
					"name": "Manufacturer",
					"power": 55,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "heavyModularFrame",
							"amount": 5
						},
						{
							"item": "motor",
							"amount": 5
						},
						{
							"item": "cable",
							"amount": 25
						},
						{
							"item": "computer",
							"amount": 5
						}
					]
				}
			]
		},
		"oilRefinery": {
			"name": "Oil Refinery",
			"variants": [
				{
					"name": "Oil Refinery",
					"power": 50,
					"productionMultiplier": 1,
					"materials": [
						{
							"item": "heavyModularFrame",
							"amount": 4
						},
						{
							"item": "motor",
							"amount": 8
						},
						{
							"item": "steelPipe",
							"amount": 20
						},
						{
							"item": "cable",
							"amount": 25
						}
					]
				}
			]
		}
	},
	"recipes": [
		{
			"id": 1,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "ironOre",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 2,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "copperOre",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 3,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "limestone",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 4,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "coal",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 5,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "cateriumOre",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 6,
			"experimental": false,
			"type": "oilPump",
			"time": 1,
			"production": {
				"item": "crudeOil",
				"amount": 2
			},
			"ingredients": []
		},
		{
			"id": 7,
			"experimental": false,
			"type": "smelter",
			"time": 2,
			"production": {
				"item": "ironIngot",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironOre",
					"amount": 1
				}
			]
		},
		{
			"id": 8,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "ironPlate",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironIngot",
					"amount": 2
				}
			]
		},
		{
			"id": 9,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "ironRod",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironIngot",
					"amount": 1
				}
			]
		},
		{
			"id": 10,
			"experimental": false,
			"type": "smelter",
			"time": 2,
			"production": {
				"item": "copperIngot",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "copperOre",
					"amount": 1
				}
			]
		},
		{
			"id": 11,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "wire",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "copperIngot",
					"amount": 1
				}
			]
		},
		{
			"id": 12,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "cable",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "wire",
					"amount": 2
				}
			]
		},
		{
			"id": 13,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "concrete",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "limestone",
					"amount": 3
				}
			]
		},
		{
			"id": 14,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "screw",
				"amount": 6
			},
			"ingredients": [
				{
					"item": "ironRod",
					"amount": 1
				}
			]
		},
		{
			"id": 15,
			"experimental": false,
			"type": "assembler",
			"time": 12,
			"production": {
				"item": "reinforcedIronPlate",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironPlate",
					"amount": 4
				},
				{
					"item": "screw",
					"amount": 24
				}
			]
		},
		{
			"id": 16,
			"experimental": false,
			"type": "assembler",
			"time": 10,
			"production": {
				"item": "rotor",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironRod",
					"amount": 3
				},
				{
					"item": "screw",
					"amount": 22
				}
			]
		},
		{
			"id": 17,
			"experimental": false,
			"type": "assembler",
			"time": 15,
			"production": {
				"item": "modularFrame",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "reinforcedIronPlate",
					"amount": 3
				},
				{
					"item": "ironRod",
					"amount": 6
				}
			]
		},
		{
			"id": 18,
			"experimental": false,
			"type": "foundry",
			"time": 4,
			"production": {
				"item": "steelIngot",
				"amount": 2
			},
			"ingredients": [
				{
					"item": "ironOre",
					"amount": 3
				},
				{
					"item": "coal",
					"amount": 3
				}
			]
		},
		{
			"id": 19,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 6,
			"production": {
				"item": "steelBeam",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "steelIngot",
					"amount": 3
				}
			]
		},
		{
			"id": 20,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "steelPipe",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "steelIngot",
					"amount": 1
				}
			]
		},
		{
			"id": 21,
			"experimental": false,
			"type": "assembler",
			"time": 15,
			"production": {
				"item": "encasedIndustrialBeam",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "steelBeam",
					"amount": 4
				},
				{
					"item": "concrete",
					"amount": 5
				}
			]
		},
		{
			"id": 22,
			"experimental": false,
			"type": "assembler",
			"time": 10,
			"production": {
				"item": "stator",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "steelPipe",
					"amount": 3
				},
				{
					"item": "wire",
					"amount": 10
				}
			]
		},
		{
			"id": 23,
			"experimental": false,
			"type": "assembler",
			"time": 12,
			"production": {
				"item": "motor",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "stator",
					"amount": 2
				},
				{
					"item": "rotor",
					"amount": 2
				}
			]
		},
		{
			"id": 24,
			"experimental": false,
			"type": "manufacturer",
			"time": 30,
			"production": {
				"item": "heavyModularFrame",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "modularFrame",
					"amount": 5
				},
				{
					"item": "steelPipe",
					"amount": 15
				},
				{
					"item": "encasedIndustrialBeam",
					"amount": 5
				},
				{
					"item": "screw",
					"amount": 90
				}
			]
		},
		{
			"id": 25,
			"experimental": false,
			"type": "smelter",
			"time": 4,
			"production": {
				"item": "cateriumIngot",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "cateriumOre",
					"amount": 3
				}
			]
		},
		{
			"id": 26,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "quickwire",
				"amount": 4
			},
			"ingredients": [
				{
					"item": "cateriumIngot",
					"amount": 1
				}
			]
		},
		{
			"id": 27,
			"experimental": false,
			"type": "oilRefinery",
			"time": 8,
			"production": {
				"item": "plastic",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "crudeOil",
					"amount": 4
				}
			]
		},
		{
			"id": 28,
			"experimental": false,
			"type": "oilRefinery",
			"time": 8,
			"production": {
				"item": "fuel",
				"amount": 5
			},
			"ingredients": [
				{
					"item": "crudeOil",
					"amount": 8
				}
			]
		},
		{
			"id": 29,
			"experimental": false,
			"type": "oilRefinery",
			"time": 8,
			"production": {
				"item": "rubber",
				"amount": 4
			},
			"ingredients": [
				{
					"item": "crudeOil",
					"amount": 4
				}
			]
		},
		{
			"id": 30,
			"experimental": false,
			"type": "assembler",
			"time": 12,
			"production": {
				"item": "circuitBoard",
				"amount": 2
			},
			"ingredients": [
				{
					"item": "wire",
					"amount": 12
				},
				{
					"item": "plastic",
					"amount": 6
				}
			]
		},
		{
			"id": 31,
			"experimental": false,
			"type": "manufacturer",
			"time": 32,
			"production": {
				"item": "computer",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "circuitBoard",
					"amount": 10
				},
				{
					"item": "cable",
					"amount": 12
				},
				{
					"item": "plastic",
					"amount": 18
				},
				{
					"item": "screw",
					"amount": 60
				}
			]
		},
		{
			"id": 32,
			"experimental": false,
			"type": "assembler",
			"time": 12,
			"production": {
				"item": "aiLimiter",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "circuitBoard",
					"amount": 2
				},
				{
					"item": "quickwire",
					"amount": 18
				}
			]
		},
		{
			"id": 33,
			"experimental": false,
			"type": "manufacturer",
			"time": 32,
			"production": {
				"item": "supercomputer",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "computer",
					"amount": 2
				},
				{
					"item": "aiLimiter",
					"amount": 2
				},
				{
					"item": "highSpeedConnector",
					"amount": 3
				},
				{
					"item": "plastic",
					"amount": 21
				}
			]
		},
		{
			"id": 34,
			"experimental": false,
			"type": "manufacturer",
			"time": 24,
			"production": {
				"item": "highSpeedConnector",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "quickwire",
					"amount": 40
				},
				{
					"item": "cable",
					"amount": 10
				},
				{
					"item": "plastic",
					"amount": 6
				}
			]
		},
		{
			"id": 35,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "quartzCrystal",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "rawQuartz",
					"amount": 2
				}
			]
		},
		{
			"id": 36,
			"experimental": false,
			"type": "assembler",
			"time": 20,
			"production": {
				"item": "cartridge",
				"amount": 4
			},
			"ingredients": [
				{
					"item": "nobelisk",
					"amount": 1
				},
				{
					"item": "steelPipe",
					"amount": 4
				}
			]
		},
		{
			"id": 37,
			"experimental": false,
			"type": "assembler",
			"time": 8,
			"production": {
				"item": "gunpowder",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "coal",
					"amount": 1
				},
				{
					"item": "sulfur",
					"amount": 2
				}
			]
		},
		{
			"id": 38,
			"experimental": false,
			"type": "manufacturer",
			"time": 32,
			"production": {
				"item": "crystalOscillator",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "quartzCrystal",
					"amount": 10
				},
				{
					"item": "cable",
					"amount": 14
				},
				{
					"item": "reinforcedIronPlate",
					"amount": 4
				}
			]
		},
		{
			"id": 39,
			"experimental": false,
			"type": "manufacturer",
			"time": 20,
			"production": {
				"item": "nobelisk",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "gunpowder",
					"amount": 5
				},
				{
					"item": "steelPipe",
					"amount": 5
				},
				{
					"item": "beacon",
					"amount": 1
				}
			]
		},
		{
			"id": 40,
			"experimental": false,
			"type": "manufacturer",
			"time": 8,
			"production": {
				"item": "beacon",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironPlate",
					"amount": 3
				},
				{
					"item": "ironRod",
					"amount": 1
				},
				{
					"item": "wire",
					"amount": 15
				},
				{
					"item": "cable",
					"amount": 2
				}
			]
		},
		{
			"id": 41,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "rawQuartz",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 42,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "sulfur",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 43,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "spikedRebar",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironRod",
					"amount": 1
				}
			]
		},
		{
			"id": 44,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "bauxite",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 45,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "silica",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "rawQuartz",
					"amount": 2
				}
			]
		},
		{
			"id": 46,
			"experimental": false,
			"type": "assembler",
			"time": 12,
			"production": {
				"item": "heatSink",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "alcadAluminiumSheet",
					"amount": 4
				},
				{
					"item": "rubber",
					"amount": 10
				}
			]
		},
		{
			"id": 47,
			"experimental": false,
			"type": "assembler",
			"time": 30,
			"production": {
				"item": "electromagneticControlRod",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "stator",
					"amount": 3
				},
				{
					"item": "aiLimiter",
					"amount": 2
				}
			]
		},
		{
			"id": 48,
			"experimental": false,
			"type": "assembler",
			"time": 60,
			"production": {
				"item": "uraniumCell",
				"amount": 10
			},
			"ingredients": [
				{
					"item": "uraniumOre",
					"amount": 45
				},
				{
					"item": "concrete",
					"amount": 9
				}
			]
		},
		{
			"id": 49,
			"experimental": false,
			"type": "miner",
			"time": 1,
			"production": {
				"item": "uraniumOre",
				"amount": 1
			},
			"ingredients": []
		},
		{
			"id": 50,
			"experimental": false,
			"type": "assembler",
			"time": 12,
			"production": {
				"item": "alcadAluminiumSheet",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "aluminiumIngot",
					"amount": 3
				},
				{
					"item": "copperIngot",
					"amount": 2
				}
			]
		},
		{
			"id": 51,
			"experimental": false,
			"type": "manufacturer",
			"time": 32,
			"production": {
				"item": "battery",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "alcadAluminiumSheet",
					"amount": 8
				},
				{
					"item": "wire",
					"amount": 24
				},
				{
					"item": "sulfur",
					"amount": 20
				},
				{
					"item": "plastic",
					"amount": 9
				}
			]
		},
		{
			"id": 52,
			"experimental": false,
			"type": "manufacturer",
			"time": 24,
			"production": {
				"item": "radioControlUnit",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "heatSink",
					"amount": 4
				},
				{
					"item": "rubber",
					"amount": 24
				},
				{
					"item": "crystalOscillator",
					"amount": 1
				},
				{
					"item": "computer",
					"amount": 1
				}
			]
		},
		{
			"id": 53,
			"experimental": false,
			"type": "manufacturer",
			"time": 32,
			"production": {
				"item": "turboMotor",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "heatSink",
					"amount": 4
				},
				{
					"item": "radioControlUnit",
					"amount": 2
				},
				{
					"item": "motor",
					"amount": 4
				},
				{
					"item": "rubber",
					"amount": 40
				}
			]
		},
		{
			"id": 54,
			"experimental": false,
			"type": "manufacturer",
			"time": 150,
			"production": {
				"item": "nuclearFuelRod",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "uraniumCell",
					"amount": 25
				},
				{
					"item": "encasedIndustrialBeam",
					"amount": 3
				},
				{
					"item": "electromagneticControlRod",
					"amount": 5
				}
			]
		},
		{
			"id": 55,
			"experimental": false,
			"type": "foundry",
			"time": 4,
			"production": {
				"item": "aluminiumIngot",
				"amount": 2
			},
			"ingredients": [
				{
					"item": "bauxite",
					"amount": 7
				},
				{
					"item": "silica",
					"amount": 6
				}
			]
		},
		{
			"id": 56,
			"experimental": false,
			"type": "assembler",
			"time": 30,
			"production": {
				"item": "seParts1",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "reinforcedIronPlate",
					"amount": 1
				},
				{
					"item": "rotor",
					"amount": 1
				}
			]
		},
		{
			"id": 57,
			"experimental": false,
			"type": "assembler",
			"time": 40,
			"production": {
				"item": "seParts2",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "stator",
					"amount": 2
				},
				{
					"item": "cable",
					"amount": 5
				}
			]
		},
		{
			"id": 58,
			"experimental": false,
			"type": "assembler",
			"time": 45,
			"production": {
				"item": "seParts3",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "modularFrame",
					"amount": 1
				},
				{
					"item": "steelBeam",
					"amount": 3
				}
			]
		},
		{
			"id": 59,
			"experimental": false,
			"type": "assembler",
			"time": 60,
			"production": {
				"item": "seParts4",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "seParts1",
					"amount": 1
				},
				{
					"item": "motor",
					"amount": 3
				}
			]
		},
		{
			"id": 60,
			"experimental": false,
			"type": "manufacturer",
			"time": 60,
			"production": {
				"item": "seParts5",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "seParts3",
					"amount": 1
				},
				{
					"item": "heavyModularFrame",
					"amount": 1
				},
				{
					"item": "concrete",
					"amount": 9
				}
			]
		},
		{
			"id": 61,
			"experimental": false,
			"type": "manufacturer",
			"time": 60,
			"production": {
				"item": "seParts6",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "seParts2",
					"amount": 1
				},
				{
					"item": "circuitBoard",
					"amount": 6
				},
				{
					"item": "computer",
					"amount": 1
				}
			]
		},
		{
			"id": 62,
			"experimental": false,
			"type": "constructorBuilding",
			"time": 8,
			"production": {
				"item": "seParts7",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "ironIngot",
					"amount": 2
				}
			]
		}
	],
	"alternateRecipes": [
		{
			"id": 201,
			"experimental": false,
			"name": "Caterium Wire",
			"type": "constructorBuilding",
			"time": 8,
			"production": {
				"item": "wire",
				"amount": 9
			},
			"ingredients": [
				{
					"item": "cateriumIngot",
					"amount": 1
				}
			]
		},
		{
			"id": 202,
			"experimental": false,
			"name": "Encased Industrial Beam",
			"type": "assembler",
			"time": 30,
			"production": {
				"item": "encasedIndustrialBeam",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "steelPipe",
					"amount": 18
				},
				{
					"item": "concrete",
					"amount": 10
				}
			]
		},
		{
			"id": 203,
			"experimental": false,
			"name": "Heavy Modular Frame",
			"type": "manufacturer",
			"time": 64,
			"production": {
				"item": "heavyModularFrame",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "modularFrame",
					"amount": 8
				},
				{
					"item": "encasedIndustrialBeam",
					"amount": 10
				},
				{
					"item": "steelPipe",
					"amount": 36
				},
				{
					"item": "concrete",
					"amount": 25
				}
			]
		},
		{
			"id": 204,
			"experimental": false,
			"name": "Iron Ingot",
			"type": "foundry",
			"time": 4,
			"production": {
				"item": "ironIngot",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "ironOre",
					"amount": 1
				},
				{
					"item": "copperOre",
					"amount": 1
				}
			]
		},
		{
			"id": 205,
			"experimental": false,
			"name": "Iron Wire",
			"type": "constructorBuilding",
			"time": 8,
			"production": {
				"item": "wire",
				"amount": 9
			},
			"ingredients": [
				{
					"item": "ironIngot",
					"amount": 2
				}
			]
		},
		{
			"id": 206,
			"experimental": false,
			"name": "Modular Frame",
			"type": "assembler",
			"time": 30,
			"production": {
				"item": "modularFrame",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "reinforcedIronPlate",
					"amount": 6
				},
				{
					"item": "steelPipe",
					"amount": 6
				}
			]
		},
		{
			"id": 207,
			"experimental": false,
			"name": "Rotor",
			"type": "assembler",
			"time": 20,
			"production": {
				"item": "rotor",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "steelPipe",
					"amount": 6
				},
				{
					"item": "wire",
					"amount": 20
				}
			]
		},
		{
			"id": 208,
			"experimental": false,
			"name": "Reinforced Iron Plate",
			"type": "assembler",
			"time": 24,
			"production": {
				"item": "reinforcedIronPlate",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "ironPlate",
					"amount": 10
				},
				{
					"item": "screw",
					"amount": 24
				}
			]
		},
		{
			"id": 209,
			"experimental": false,
			"name": "Stator",
			"type": "assembler",
			"time": 20,
			"production": {
				"item": "stator",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "steelPipe",
					"amount": 6
				},
				{
					"item": "quickwire",
					"amount": 20
				}
			]
		},
		{
			"id": 210,
			"experimental": false,
			"name": "Steel Ingot",
			"type": "foundry",
			"time": 8,
			"production": {
				"item": "steelIngot",
				"amount": 6
			},
			"ingredients": [
				{
					"item": "ironIngot",
					"amount": 3
				},
				{
					"item": "coal",
					"amount": 6
				}
			]
		},
		{
			"id": 211,
			"experimental": false,
			"name": "Screw",
			"type": "constructorBuilding",
			"time": 8,
			"production": {
				"item": "screw",
				"amount": 12
			},
			"ingredients": [
				{
					"item": "ironIngot",
					"amount": 2
				}
			]
		},
		{
			"id": 212,
			"experimental": false,
			"name": "Stitched Iron Plate",
			"type": "assembler",
			"time": 24,
			"production": {
				"item": "reinforcedIronPlate",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "ironPlate",
					"amount": 6
				},
				{
					"item": "wire",
					"amount": 30
				}
			]
		},
		{
			"id": 213,
			"experimental": false,
			"name": "Rubber Cable",
			"type": "assembler",
			"time": 8,
			"production": {
				"item": "cable",
				"amount": 10
			},
			"ingredients": [
				{
					"item": "wire",
					"amount": 3
				},
				{
					"item": "rubber",
					"amount": 2
				}
			]
		},
		{
			"id": 214,
			"experimental": false,
			"name": "Circuit Board",
			"type": "assembler",
			"time": 24,
			"production": {
				"item": "circuitBoard",
				"amount": 6
			},
			"ingredients": [
				{
					"item": "rubber",
					"amount": 16
				},
				{
					"item": "wire",
					"amount": 24
				}
			]
		},
		{
			"id": 215,
			"experimental": false,
			"name": "Quickwire Computer",
			"type": "manufacturer",
			"time": 64,
			"production": {
				"item": "computer",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "circuitBoard",
					"amount": 20
				},
				{
					"item": "quickwire",
					"amount": 80
				},
				{
					"item": "rubber",
					"amount": 48
				}
			]
		},
		{
			"id": 216,
			"experimental": false,
			"name": "Quickwire",
			"type": "assembler",
			"time": 8,
			"production": {
				"item": "quickwire",
				"amount": 12
			},
			"ingredients": [
				{
					"item": "cateriumIngot",
					"amount": 1
				},
				{
					"item": "copperIngot",
					"amount": 2
				}
			]
		},
		{
			"id": 217,
			"experimental": false,
			"name": "Quickwire Circuit Board",
			"type": "assembler",
			"time": 24,
			"production": {
				"item": "circuitBoard",
				"amount": 6
			},
			"ingredients": [
				{
					"item": "plastic",
					"amount": 12
				},
				{
					"item": "quickwire",
					"amount": 30
				}
			]
		},
		{
			"id": 218,
			"experimental": false,
			"name": "Biomass Coal",
			"type": "constructorBuilding",
			"time": 8,
			"production": {
				"item": "coal",
				"amount": 6
			},
			"ingredients": [
				{
					"item": "biomass",
					"amount": 5
				}
			]
		},
		{
			"id": 219,
			"experimental": false,
			"name": "Wood Coal",
			"type": "constructorBuilding",
			"time": 4,
			"production": {
				"item": "coal",
				"amount": 10
			},
			"ingredients": [
				{
					"item": "wood",
					"amount": 1
				}
			]
		},
		{
			"id": 220,
			"experimental": false,
			"name": "Steel Screw",
			"type": "constructorBuilding",
			"time": 12,
			"production": {
				"item": "screw",
				"amount": 36
			},
			"ingredients": [
				{
					"item": "steelBeam",
					"amount": 1
				}
			]
		},
		{
			"id": 221,
			"experimental": false,
			"name": "Crystal Computer",
			"type": "assembler",
			"time": 24,
			"production": {
				"item": "computer",
				"amount": 1
			},
			"ingredients": [
				{
					"item": "circuitBoard",
					"amount": 4
				},
				{
					"item": "crystalOscillator",
					"amount": 1
				}
			]
		},
		{
			"id": 222,
			"experimental": false,
			"name": "Enriched Steel Ingot",
			"type": "foundry",
			"time": 8,
			"production": {
				"item": "steelIngot",
				"amount": 6
			},
			"ingredients": [
				{
					"item": "ironOre",
					"amount": 6
				},
				{
					"item": "compactedCoal",
					"amount": 3
				}
			]
		},
		{
			"id": 223,
			"experimental": false,
			"name": "Compacted Coal",
			"type": "assembler",
			"time": 6,
			"production": {
				"item": "compactedCoal",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "coal",
					"amount": 3
				},
				{
					"item": "sulfur",
					"amount": 3
				}
			]
		},
		{
			"id": 224,
			"experimental": false,
			"name": "Concrete",
			"type": "assembler",
			"time": 8,
			"production": {
				"item": "concrete",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "silica",
					"amount": 1
				},
				{
					"item": "limestone",
					"amount": 4
				}
			]
		},
		{
			"id": 225,
			"experimental": false,
			"name": "Plastic",
			"type": "assembler",
			"time": 16,
			"production": {
				"item": "plastic",
				"amount": 9
			},
			"ingredients": [
				{
					"item": "rubber",
					"amount": 8
				},
				{
					"item": "fuel",
					"amount": 5
				}
			]
		},
		{
			"id": 226,
			"experimental": false,
			"name": "Silica",
			"type": "assembler",
			"time": 8,
			"production": {
				"item": "silica",
				"amount": 9
			},
			"ingredients": [
				{
					"item": "rawQuartz",
					"amount": 4
				},
				{
					"item": "limestone",
					"amount": 2
				}
			]
		},
		{
			"id": 227,
			"experimental": false,
			"type": "assembler",
			"name": "Turbofuel",
			"time": 16,
			"production": {
				"item": "turbofuel",
				"amount": 5
			},
			"ingredients": [
				{
					"item": "fuel",
					"amount": 5
				},
				{
					"item": "compactedCoal",
					"amount": 4
				}
			]
		},
		{
			"id": 228,
			"experimental": false,
			"name": "Black Powder",
			"type": "assembler",
			"time": 16,
			"production": {
				"item": "gunpowder",
				"amount": 4
			},
			"ingredients": [
				{
					"item": "sulfur",
					"amount": 2
				},
				{
					"item": "compactedCoal",
					"amount": 1
				}
			]
		},
		{
			"id": 229,
			"experimental": false,
			"name": "Crystal Oscillator",
			"type": "manufacturer",
			"time": 64,
			"production": {
				"item": "crystalOscillator",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "quartzCrystal",
					"amount": 20
				},
				{
					"item": "rubber",
					"amount": 24
				},
				{
					"item": "aiLimiter",
					"amount": 1
				}
			]
		},
		{
			"id": 230,
			"experimental": false,
			"name": "High-Speed Connector",
			"type": "manufacturer",
			"time": 48,
			"production": {
				"item": "highSpeedConnector",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "quickwire",
					"amount": 66
				},
				{
					"item": "silica",
					"amount": 48
				},
				{
					"item": "rubber",
					"amount": 18
				}
			]
		},
		{
			"id": 232,
			"experimental": false,
			"name": "Motor",
			"type": "manufacturer",
			"time": 24,
			"production": {
				"item": "motor",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "rotor",
					"amount": 2
				},
				{
					"item": "stator",
					"amount": 2
				},
				{
					"item": "crystalOscillator",
					"amount": 1
				}
			]
		},
		{
			"id": 233,
			"experimental": false,
			"name": "Beacon",
			"type": "manufacturer",
			"time": 32,
			"production": {
				"item": "beacon",
				"amount": 5
			},
			"ingredients": [
				{
					"item": "steelBeam",
					"amount": 1
				},
				{
					"item": "steelPipe",
					"amount": 4
				},
				{
					"item": "crystalOscillator",
					"amount": 1
				}
			]
		},
		{
			"id": 234,
			"experimental": false,
			"name": "Nobelisk",
			"type": "manufacturer",
			"time": 40,
			"production": {
				"item": "nobelisk",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "gunpowder",
					"amount": 10
				},
				{
					"item": "steelPipe",
					"amount": 10
				},
				{
					"item": "crystalOscillator",
					"amount": 1
				}
			]
		},
		{
			"id": 235,
			"experimental": false,
			"name": "Electromagnetic Control Rod",
			"type": "assembler",
			"time": 60,
			"production": {
				"item": "electromagneticControlRod",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "stator",
					"amount": 6
				},
				{
					"item": "highSpeedConnector",
					"amount": 3
				}
			]
		},
		{
			"id": 236,
			"experimental": false,
			"name": "Heat Sink",
			"type": "assembler",
			"time": 24,
			"production": {
				"item": "heatSink",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "alcadAluminiumSheet",
					"amount": 8
				},
				{
					"item": "wire",
					"amount": 36
				}
			]
		},
		{
			"id": 237,
			"experimental": false,
			"name": "Nuclear Fuel Rod",
			"type": "manufacturer",
			"time": 300,
			"production": {
				"item": "nuclearFuelRod",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "uraniumCell",
					"amount": 50
				},
				{
					"item": "electromagneticControlRod",
					"amount": 10
				},
				{
					"item": "crystalOscillator",
					"amount": 3
				},
				{
					"item": "beacon",
					"amount": 6
				}
			]
		},
		{
			"id": 238,
			"experimental": false,
			"name": "Radio Control Unit",
			"type": "manufacturer",
			"time": 48,
			"production": {
				"item": "radioControlUnit",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "heatSink",
					"amount": 10
				},
				{
					"item": "supercomputer",
					"amount": 1
				},
				{
					"item": "quartzCrystal",
					"amount": 30
				}
			]
		},
		{
			"id": 239,
			"experimental": false,
			"name": "Turbo Motor",
			"type": "manufacturer",
			"time": 64,
			"production": {
				"item": "turboMotor",
				"amount": 3
			},
			"ingredients": [
				{
					"item": "motor",
					"amount": 8
				},
				{
					"item": "radioControlUnit",
					"amount": 4
				},
				{
					"item": "aiLimiter",
					"amount": 8
				},
				{
					"item": "stator",
					"amount": 8
				}
			]
		},
		{
			"id": 240,
			"experimental": false,
			"name": "Uranium Cell",
			"type": "manufacturer",
			"time": 120,
			"production": {
				"item": "uraniumCell",
				"amount": 35
			},
			"ingredients": [
				{
					"item": "uraniumOre",
					"amount": 45
				},
				{
					"item": "sulfur",
					"amount": 45
				},
				{
					"item": "silica",
					"amount": 45
				},
				{
					"item": "quickwire",
					"amount": 60
				}
			]
		}
	],
	"radioactive": [
		{
			"item": "uraniumOre",
			"decay": 15
		},
		{
			"item": "uraniumCell",
			"decay": 7.5
		},
		{
			"item": "nuclearFuelRod",
			"decay": 60
		},
		{
			"item": "nuclearWaste",
			"decay": 20
		}
	],
	"items": {
		"ironOre": {
			"key": "ironOre",
			"order": 1,
			"name": "Iron Ore",
			"image": "assets/images/items/ironOre.png",
			"stackSize": 100
		},
		"copperOre": {
			"key": "copperOre",
			"order": 2,
			"name": "Copper Ore",
			"image": "assets/images/items/copperOre.png",
			"stackSize": 100
		},
		"limestone": {
			"key": "limestone",
			"order": 3,
			"name": "Limestone",
			"image": "assets/images/items/limestone.png",
			"stackSize": 100
		},
		"coal": {
			"key": "coal",
			"order": 4,
			"name": "Coal",
			"image": "assets/images/items/coal.png",
			"stackSize": 100
		},
		"crudeOil": {
			"key": "crudeOil",
			"order": 5,
			"name": "Crude Oil",
			"image": "assets/images/items/crudeOil.png",
			"stackSize": 100
		},
		"cateriumOre": {
			"key": "cateriumOre",
			"order": 6,
			"name": "Caterium Ore",
			"image": "assets/images/items/cateriumOre.png",
			"stackSize": 100
		},
		"leaves": {
			"key": "leaves",
			"order": 1000,
			"name": "Leaves",
			"image": "assets/images/items/leaves.png",
			"stackSize": 500
		},
		"wood": {
			"key": "wood",
			"order": 1001,
			"name": "Wood",
			"image": "assets/images/items/wood.png",
			"stackSize": 100
		},
		"ironIngot": {
			"key": "ironIngot",
			"order": 9,
			"name": "Iron Ingot",
			"image": "assets/images/items/ironIngot.png",
			"stackSize": 100
		},
		"ironPlate": {
			"key": "ironPlate",
			"order": 14,
			"name": "Iron Plate",
			"image": "assets/images/items/ironPlate.png",
			"stackSize": 100
		},
		"ironRod": {
			"key": "ironRod",
			"order": 15,
			"name": "Iron Rod",
			"image": "assets/images/items/ironRod.png",
			"stackSize": 100
		},
		"copperIngot": {
			"key": "copperIngot",
			"order": 10,
			"name": "Copper Ingot",
			"image": "assets/images/items/copperIngot.png",
			"stackSize": 100
		},
		"wire": {
			"key": "wire",
			"order": 16,
			"name": "Wire",
			"image": "assets/images/items/wire.png",
			"stackSize": 500
		},
		"cable": {
			"key": "cable",
			"order": 17,
			"name": "Cable",
			"image": "assets/images/items/cable.png",
			"stackSize": 100
		},
		"biomass": {
			"key": "biomass",
			"order": 1002,
			"name": "Biomass",
			"image": "assets/images/items/biomass.png",
			"stackSize": 100
		},
		"concrete": {
			"key": "concrete",
			"order": 18,
			"name": "Concrete",
			"image": "assets/images/items/concrete.png",
			"stackSize": 100
		},
		"screw": {
			"key": "screw",
			"order": 19,
			"name": "Screw",
			"image": "assets/images/items/screw.png",
			"stackSize": 500
		},
		"reinforcedIronPlate": {
			"key": "reinforcedIronPlate",
			"order": 26,
			"name": "Reinforced Iron Plate",
			"image": "assets/images/items/reinforcedIronPlate.png",
			"stackSize": 100
		},
		"biofuel": {
			"key": "biofuel",
			"order": 1003,
			"name": "Biofuel",
			"image": "assets/images/items/biofuel.png",
			"stackSize": 100
		},
		"rotor": {
			"key": "rotor",
			"order": 23,
			"name": "Rotor",
			"image": "assets/images/items/rotor.png",
			"stackSize": 100
		},
		"modularFrame": {
			"key": "modularFrame",
			"order": 28,
			"name": "Modular Frame",
			"image": "assets/images/items/modularFrame.png",
			"stackSize": 50
		},
		"spikedRebar": {
			"key": "spikedRebar",
			"order": 44,
			"name": "Spiked Rebar",
			"image": "assets/images/items/spikedRebar.png",
			"stackSize": 50
		},
		"steelIngot": {
			"key": "steelIngot",
			"order": 11,
			"name": "Steel Ingot",
			"image": "assets/images/items/steelIngot.png",
			"stackSize": 100
		},
		"steelBeam": {
			"key": "steelBeam",
			"order": 20,
			"name": "Steel Beam",
			"image": "assets/images/items/steelBeam.png",
			"stackSize": 100
		},
		"steelPipe": {
			"key": "steelPipe",
			"order": 21,
			"name": "Steel Pipe",
			"image": "assets/images/items/steelPipe.png",
			"stackSize": 100
		},
		"encasedIndustrialBeam": {
			"key": "encasedIndustrialBeam",
			"order": 27,
			"name": "Encased Industrial Beam",
			"image": "assets/images/items/encasedIndustrialBeam.png",
			"stackSize": 100
		},
		"stator": {
			"key": "stator",
			"order": 24,
			"name": "Stator",
			"image": "assets/images/items/stator.png",
			"stackSize": 100
		},
		"motor": {
			"key": "motor",
			"order": 25,
			"name": "Motor",
			"image": "assets/images/items/motor.png",
			"stackSize": 100
		},
		"heavyModularFrame": {
			"key": "heavyModularFrame",
			"order": 29,
			"name": "Heavy Modular Frame",
			"image": "assets/images/items/heavyModularFrame.png",
			"stackSize": 50
		},
		"plastic": {
			"key": "plastic",
			"order": 30,
			"name": "Plastic",
			"image": "assets/images/items/plastic.png",
			"stackSize": 100
		},
		"fuel": {
			"key": "fuel",
			"order": 31,
			"name": "Fuel",
			"image": "assets/images/items/fuel.png",
			"stackSize": 100
		},
		"rubber": {
			"key": "rubber",
			"order": 32,
			"name": "Rubber",
			"image": "assets/images/items/rubber.png",
			"stackSize": 100
		},
		"circuitBoard": {
			"key": "circuitBoard",
			"order": 33,
			"name": "Circuit Board",
			"image": "assets/images/items/circuitBoard.png",
			"stackSize": 100
		},
		"computer": {
			"key": "computer",
			"order": 36,
			"name": "Computer",
			"image": "assets/images/items/computer.png",
			"stackSize": 50
		},
		"supercomputer": {
			"key": "supercomputer",
			"order": 39,
			"name": "Supercomputer",
			"image": "assets/images/items/supercomputer.png",
			"stackSize": 50
		},
		"aiLimiter": {
			"key": "aiLimiter",
			"order": 38,
			"name": "A.I. limiter",
			"image": "assets/images/items/aiLimiter.png",
			"stackSize": 100
		},
		"highSpeedConnector": {
			"key": "highSpeedConnector",
			"order": 37,
			"name": "High Speed Connector",
			"image": "assets/images/items/highSpeedConnector.png",
			"stackSize": 100
		},
		"cateriumIngot": {
			"key": "cateriumIngot",
			"order": 12,
			"name": "Caterium Ingot",
			"image": "assets/images/items/cateriumIngot.png",
			"stackSize": 100
		},
		"quickwire": {
			"key": "quickwire",
			"order": 22,
			"name": "Quickwire",
			"image": "assets/images/items/quickwire.png",
			"stackSize": 500
		},
		"mycelia": {
			"key": "mycelia",
			"order": 1005,
			"name": "Mycelia",
			"image": "assets/images/items/mycelia.png",
			"stackSize": 200
		},
		"fabric": {
			"key": "fabric",
			"order": 1006,
			"name": "Fabric",
			"image": "assets/images/items/fabric.png",
			"stackSize": 100
		},
		"alienCarapace": {
			"key": "alienCarapace",
			"order": 1007,
			"name": "Alien Carapace",
			"image": "assets/images/items/alienCarapace.png",
			"stackSize": 50
		},
		"alienOrgans": {
			"key": "alienOrgans",
			"order": 1008,
			"name": "Alien Organs",
			"image": "assets/images/items/alienOrgans.png",
			"stackSize": 50
		},
		"portableMiner": {
			"key": "portableMiner",
			"order": 1009,
			"name": "Portable Miner",
			"image": "assets/images/items/portableMiner.png",
			"stackSize": 50
		},
		"rawQuartz": {
			"key": "rawQuartz",
			"order": 8,
			"name": "Raw Quartz",
			"image": "assets/images/items/rawQuartz.png",
			"stackSize": 100
		},
		"quartzCrystal": {
			"key": "quartzCrystal",
			"order": 13,
			"name": "Quartz Crystal",
			"image": "assets/images/items/quartzCrystal.png",
			"stackSize": 100
		},
		"sulfur": {
			"key": "sulfur",
			"order": 7,
			"name": "Sulfur",
			"image": "assets/images/items/sulfur.png",
			"stackSize": 100
		},
		"gunpowder": {
			"key": "gunpowder",
			"order": 42,
			"name": "Black Powder",
			"image": "assets/images/items/gunpowder.png",
			"stackSize": 100
		},
		"cartridge": {
			"key": "cartridge",
			"order": 45,
			"name": "Cartridge",
			"image": "assets/images/items/cartridge.png",
			"stackSize": 50
		},
		"nobelisk": {
			"key": "nobelisk",
			"order": 43,
			"name": "Nobelisk",
			"image": "assets/images/items/nobelisk.png",
			"stackSize": 50
		},
		"crystalOscillator": {
			"key": "crystalOscillator",
			"order": 35,
			"name": "Crystal Oscillator",
			"image": "assets/images/items/crystalOscillator.png",
			"stackSize": 100
		},
		"beacon": {
			"key": "beacon",
			"order": 46,
			"name": "Beacon",
			"image": "assets/images/items/beacon.png",
			"stackSize": 1
		},
		"compactedCoal": {
			"key": "compactedCoal",
			"order": 40,
			"name": "Compacted Coal",
			"image": "assets/images/items/compactedCoal.png",
			"stackSize": 100
		},
		"turbofuel": {
			"key": "turbofuel",
			"order": 41,
			"name": "Turbofuel",
			"image": "assets/images/items/turbofuel.png",
			"stackSize": 100
		},
		"silica": {
			"key": "silica",
			"order": 34,
			"name": "Silica",
			"image": "assets/images/items/silica.png?v=2",
			"stackSize": 50
		},
		"nuclearFuelRod": {
			"key": "nuclearFuelRod",
			"order": 55,
			"name": "Nuclear Fuel Rod",
			"image": "assets/images/items/nuclearFuelRod.png?v=2",
			"stackSize": 50
		},
		"turboMotor": {
			"key": "turboMotor",
			"order": 52,
			"name": "Turbo Motor",
			"image": "assets/images/items/turboMotor.png",
			"stackSize": 50
		},
		"bauxite": {
			"key": "bauxite",
			"order": 46,
			"name": "Bauxite",
			"image": "assets/images/items/bauxite.png",
			"stackSize": 100
		},
		"aluminiumIngot": {
			"key": "aluminiumIngot",
			"order": 45,
			"name": "Aluminium Ingot",
			"image": "assets/images/items/aluminiumIngot.png?v=2",
			"stackSize": 100
		},
		"alcadAluminiumSheet": {
			"key": "alcadAluminiumSheet",
			"order": 47,
			"name": "Alclad Aluminium Sheet",
			"image": "assets/images/items/alcladAluminiumSheet.png",
			"stackSize": 100
		},
		"heatSink": {
			"key": "heatSink",
			"order": 48,
			"name": "Heat Sink",
			"image": "assets/images/items/heatSink.png?v=2",
			"stackSize": 100
		},
		"electromagneticControlRod": {
			"key": "electromagneticControlRod",
			"order": 49,
			"name": "Electromagnetic Control Rod",
			"image": "assets/images/items/electromagneticControlRod.png?v=2",
			"stackSize": 100
		},
		"uraniumCell": {
			"key": "uraniumCell",
			"order": 54,
			"name": "Uranium Cell",
			"image": "assets/images/items/uraniumCell.png?v=2",
			"stackSize": 200
		},
		"battery": {
			"key": "battery",
			"order": 50,
			"name": "Battery",
			"image": "assets/images/items/battery.png",
			"stackSize": 100
		},
		"radioControlUnit": {
			"key": "radioControlUnit",
			"order": 51,
			"name": "Radio Control Unit",
			"image": "assets/images/items/radioControlUnit.png?v=2",
			"stackSize": 100
		},
		"uraniumOre": {
			"key": "uraniumOre",
			"order": 53,
			"name": "Uranium",
			"image": "assets/images/items/uraniumOre.png",
			"stackSize": 100
		},
		"nuclearWaste": {
			"key": "nuclearWaste",
			"order": 56,
			"name": "Nuclear Waste",
			"image": "assets/images/items/nuclearWaste.png?v=2",
			"stackSize": 500
		},
		"seParts1": {
			"key": "seParts1",
			"order": 57,
			"name": "Spelevator Part 1",
			"image": "assets/images/items/seParts1.png",
			"stackSize": 50
		},
		"seParts2": {
			"key": "seParts2",
			"order": 58,
			"name": "Spelevator Part 2",
			"image": "assets/images/items/seParts2.png",
			"stackSize": 50
		},
		"seParts3": {
			"key": "seParts3",
			"order": 59,
			"name": "Spelevator Part 3",
			"image": "assets/images/items/seParts3.png",
			"stackSize": 50
		},
		"seParts4": {
			"key": "seParts4",
			"order": 60,
			"name": "Spelevator Part 4",
			"image": "assets/images/items/seParts4.png",
			"stackSize": 50
		},
		"seParts5": {
			"key": "seParts5",
			"order": 61,
			"name": "Spelevator Part 5",
			"image": "assets/images/items/seParts5.png",
			"stackSize": 50
		},
		"seParts6": {
			"key": "seParts6",
			"order": 62,
			"name": "Spelevator Part 6",
			"image": "assets/images/items/seParts6.png",
			"stackSize": 50
		},
		"seParts7": {
			"key": "seParts7",
			"order": 63,
			"name": "Spelevator Part 7",
			"image": "assets/images/items/seParts7.png",
			"stackSize": 50
		}
	}
}
