Merge pull request #663 from SverhRazum-Nah/patch-7
precision mech in assembler
This commit is contained in:
commit
705db91ad2
1 changed files with 12 additions and 1 deletions
|
|
@ -1185,4 +1185,15 @@ const registerCreateRecipes = (event) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
//#region Механизм точности
|
||||||
|
|
||||||
|
e.recipes.gtceu.assembler('tfg:create/precision_mechanism')
|
||||||
|
.itemInputs('#forge:sheets/gold','3x create:cogwheel', '3x create:large_cogwheel', '3x #forge:nuggets/iron')
|
||||||
|
.itemOutputs('create:precision_mechanism')
|
||||||
|
.duration(2000)
|
||||||
|
.EUt(20)
|
||||||
|
|
||||||
|
//#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue