fix some recipe issues in EV TACZ extended mags (#2065)
* Update materials.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update recipes.attach.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
b9280ab856
commit
dc22ab10bc
2 changed files with 5 additions and 5 deletions
|
|
@ -208,14 +208,14 @@ function registerTACZAttachRecipes(event){
|
|||
.EUt(GTValues.VA[GTValues.HV])
|
||||
.duration(60)
|
||||
event.recipes.gtceu.assembler('tfg_tacz:brass_mag')
|
||||
.itemInputs('8x #forge:ingots/titanium', '8x #forge:plates/brass', '#forge:springs/niobium_titanium')
|
||||
.itemInputs('8x #forge:ingots/titanium', '8x #forge:plates/brass', '#forge:springs/rtm_alloy')
|
||||
.inputFluids(Fluid.of('gtceu:soldering_alloy', 576))
|
||||
.itemOutputs(Item.of('tacz:attachment', '{AttachmentId:"create_armorer:extended_mag_ca_3"}'))
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.duration(60)
|
||||
|
||||
event.recipes.gtceu.assembler('tfg_tacz:fluix_mag_1')
|
||||
.itemInputs('6x #forge:ingots/titanium', '4x #forge:exquisite_gems/fluix', '#forge:springs/niobium_titanium')
|
||||
.itemInputs('6x #forge:ingots/titanium', '4x #forge:exquisite_gems/fluix', '#forge:springs/rtm_alloy')
|
||||
.inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144*6))
|
||||
.itemOutputs(Item.of('tacz:attachment', '{AttachmentId:"applied_armorer:extended_mid_mag_aa_1"}'))
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
|
|
@ -234,7 +234,7 @@ function registerTACZAttachRecipes(event){
|
|||
.duration(60)
|
||||
|
||||
event.recipes.gtceu.assembler('tfg_tacz:certus_mag_1')
|
||||
.itemInputs('4x #forge:ingots/titanium', '2x #forge:exquisite_gems/certus_quartz', '#forge:springs/niobium_titanium')
|
||||
.itemInputs('4x #forge:ingots/titanium', '2x #forge:exquisite_gems/certus_quartz', '#forge:springs/rtm_alloy')
|
||||
.inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144*4))
|
||||
.itemOutputs(Item.of('tacz:attachment', '{AttachmentId:"applied_armorer:extended_mag_aa_1"}'))
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
|
|
@ -251,4 +251,4 @@ function registerTACZAttachRecipes(event){
|
|||
.itemOutputs(Item.of('tacz:attachment', '{AttachmentId:"applied_armorer:extended_mag_aa_3"}'))
|
||||
.EUt(GTValues.VA[GTValues.LuV])
|
||||
.duration(60)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -284,7 +284,7 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
GTMaterials.IronMagnetic.addFlags(GENERATE_PLATE)
|
||||
|
||||
GTMaterials.Silicon.addFlags(GENERATE_DENSE);
|
||||
GTMaterials.RTMAlloy.addFlags(GENERATE_DENSE);
|
||||
GTMaterials.RTMAlloy.addFlags(GENERATE_DENSE, GENERATE_SPRING);
|
||||
GTMaterials.Lead.addFlags(GENERATE_DENSE);
|
||||
|
||||
GTMaterials.Quartzite.addFlags(GENERATE_ROD);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue