unified processing time of all 3 create mechanisms #1376
This commit is contained in:
parent
df5add25e7
commit
0bf9ceed26
3 changed files with 3 additions and 3 deletions
|
|
@ -1494,7 +1494,7 @@ const registerCreateRecipes = (event) => {
|
|||
event.recipes.gtceu.assembler('tfg:create/precision_mechanism')
|
||||
.itemInputs('#forge:plates/gold', '2x #forge:small_springs/gold', '2x #forge:small_gears/brass', '2x #forge:bolts/wrought_iron')
|
||||
.itemOutputs('create:precision_mechanism')
|
||||
.duration(2000)
|
||||
.duration(20 * 20)
|
||||
.EUt(20)
|
||||
|
||||
//#endregion
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ function registerCreateFactoryLogisticsRecipes(event) {
|
|||
event.recipes.gtceu.assembler('create_factory_logistics:fluid_mechanism')
|
||||
.itemInputs('#forge:plates/copper', '2x #forge:small_springs/copper', '2x #forge:small_gears/brass', '2x #forge:bolts/wrought_iron')
|
||||
.itemOutputs('create_factory_logistics:fluid_mechanism')
|
||||
.duration(2000)
|
||||
.duration(20 * 20)
|
||||
.EUt(20)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ function registerVintageImprovementsRecipes(event) {
|
|||
.itemInputs('#forge:plates/red_alloy', '#forge:small_gears/brass', '#forge:bolts/red_alloy')
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('vintageimprovements:redstone_module')
|
||||
.duration(400)
|
||||
.duration(20 * 20)
|
||||
.EUt(20)
|
||||
|
||||
event.shaped('vintageimprovements:recipe_card', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue