---
title: Red Alloy Ingot
id: morered:red_alloy_ingot
type: item
---

Red Alloy Ingots are used to create redwire-related blocks and items. They currently are only useable as crafting ingredients.

<table>
	<thead><tr><th>Contents</th></tr></thead>
	<tbody><tr><td>
		1. [Recipes](#recipes)
		2. [Usage](#usage)
		3. [History](#history)
	</td></tr></tbody>
</table>

## Recipes

If the [Jumbo Furnace](https://www.curseforge.com/minecraft/mc-mods/jumbo-furnace) mod is installed, the following Jumbo Smelting recipe will be used:

<table>
	<thead>
		<tr>
			<th>Recipe Type</th>
			<th>Ingredients</th>
			<th>Output</th>
			<th>Example</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Jumbo Smelting</td>
			<td style={{width: '30%'}}>
				* 4x [<ModAsset width={32} height={32} location='redstone'/> Redstone Dust](https://minecraft.wiki/Redstone_Dust)
				* 1x [<ModAsset width={32} height={32} location='copper_ingot'/> Copper Ingot](https://minecraft.wiki/Copper_Ingot)
			</td>
			<td>
				* 1x Red Alloy Ingot
			</td>
			<td>
				![Red Alloy Ingot Jumbo Smelting Recipe](https://commoble.s3.us-east-1.amazonaws.com/images/morered/recipes/red_alloy_ingot_from_jumbo_smelting.png)
			</td>
		</tr>
	</tbody>
</table>

If jumbo furnace is not installed, the ingots will be craftable at a crafting table instead using the following backup recipe:

<table>
	<thead>
		<tr>
			<th>Recipe Type</th>
			<th>Ingredients</th>
			<th>Output</th>
			<th>Example</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Shapeless Crafting</td>
			<td style={{width: '30%'}}>
				* 4x [<ModAsset width={32} height={32} location='redstone'/> Redstone Dust](https://minecraft.wiki/Redstone_Dust)
				* 1x [<ModAsset width={32} height={32} location='copper_ingot'/> Copper Ingot](https://minecraft.wiki/Copper_Ingot)
			</td>
			<td>
				* 1x Red Alloy Ingot
			</td>
			<td>
				![Shaped Crafting Recipe for Red Alloy Ingots](https://commoble.s3.us-east-1.amazonaws.com/images/morered/recipes/red_alloy_ingot_recipe.png)
			</td>
		</tr>
	</tbody>
</table>

## Usage

Red Alloy Ingots are used to craft:
* [Red Alloy Wire](@morered:red_alloy_wire)
* [Redwire Junctions](@morered:redwire_junction)
* [Redwire Posts](@morered:redwire_post)
* [Redwire Relays](@morered:redwire_relay)

## History
| Version | Changelog
| --- | -
| 1.21.3-7.0.0.0 | Red Alloy Ingots are now only craftable from copper ingots (no longer craftable from iron ingots)
| 1.16.3-2.0.1.0 | Red Alloy Ingots are now part of the "forge:ingots/redstone_alloy" item tag used by several other mods; More Red's recipes have changed to use this tag. The old "forge:ingots/red_alloy" tag remains, but should be considered deprecated in favor of the other tag
| 1.15.2-1.0.1.0 | Added to game
