Added recipe for metal bars
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
f9263e6793
commit
bd3289fbb9
1 changed files with 20 additions and 0 deletions
|
|
@ -1554,6 +1554,26 @@ const registerTFCRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region metal bars
|
||||
|
||||
const METAL_BARS = [
|
||||
"copper",
|
||||
"bronze",
|
||||
"black_bronze",
|
||||
"bismuth_bronze",
|
||||
"wrought_iron",
|
||||
"steel",
|
||||
"black_steel",
|
||||
"red_steel",
|
||||
"blue_steel"
|
||||
];
|
||||
|
||||
METAL_BARS.forEach(metal => {
|
||||
generateCutterRecipe(event, `gtceu:${metal}_plate`, 9, `8x tfc:metal/bars/${metal}`, 100, 16, `${metal}_plate_to_bars`)
|
||||
});
|
||||
|
||||
//#endregion
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Земля
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue