Added recipe for metal bars

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2024-12-22 17:29:00 +00:00 committed by GitHub
parent f9263e6793
commit bd3289fbb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 Земля