Skip to content

Commit 962622d

Browse files
docs: Invar ingot alloy requires 3 iron ingots (#12)
1 parent 0e9e730 commit 962622d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/items/ingots/invar_ingot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Invar Ingot
1515

1616
<Machine recipe="input techreborn:invar_dust output techreborn:invar_ingot tool minecraft:furnace" />
1717

18-
<Machine config={{input: [{id: "minecraft:iron_ingot", qty: 2}, {id: "techreborn:nickel_ingot"}], output: [{id: "techreborn:invar_ingot", qty: 3}], tool: "techreborn:alloy_smelter"}} />
18+
<Machine config={{input: [{id: "minecraft:iron_ingot", qty: 3}, {id: "techreborn:nickel_ingot"}], output: [{id: "techreborn:invar_ingot", qty: 3}], tool: "techreborn:alloy_smelter"}} />
1919

2020
## Usage
2121

0 commit comments

Comments
 (0)