added recipes for shields
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 Конская броня
|
||||
|
||||
Reference in New Issue
Block a user