added recipes for shields

This commit is contained in:
Pyritie
2025-09-22 20:26:23 +01:00
parent f773171b7e
commit 1e7c921986
2 changed files with 15 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
- Adds EMI pages for Create Blaze Burner Fuels and for in-world block modifications @BlueBoat29
- Added recipes for the rest of Create's windows and window panes @Pyritie
- Halved how quickly the durability decreases on the various hiking/steel toe boots @Pyritie
- Added curving press/extruder recipes for TFC shields @Pyritie
### Bug fixes
- Ice soup now requires a bowl to craft, so it doesn't generate free bowls @Pyritie
- Fixed repairing an iron flask consuming the knife, also added some flask recipes with rubber instead of a bladder (#1826) @Pyritie

View File

@@ -271,6 +271,20 @@ function registerTFCMaterialsRecipes(event) {
.tier(tfcProperty.getTier())
.id(`tfc:anvil/${material.getName()}_shield`)
event.custom({
type: 'vintageimprovements:curving',
ingredients: [doublePlateItem],
itemAsHead: 'gtceu:plate_extruder_mold',
results: [{ item: `tfc:metal/shield/${material.getName()}` }],
processingTime: material.getMass() * 6 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
}).id(`tfg:vi/curving/${material.getName()}_shield`)
event.recipes.gtceu.extruder(`tfg:${material.getName()}_shield`)
.itemInputs(doublePlateItem)
.notConsumable('gtceu:plate_extruder_mold')
.itemOutputs(`tfc:metal/shield/${material.getName()}`)
.duration(material.getMass() * 6)
.EUt(GTValues.VA[GTValues.LV])
//#endregion
//#region Конская броня