Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The hv and ev transformers do not have a recipe in the assembler. #16471

Closed
3 tasks done
Juniorent opened this issue Jun 6, 2024 · 3 comments · Fixed by GTNewHorizons/NewHorizonsCoreMod#1091
Closed
3 tasks done
Labels
Mod: GT GregTech and its (former) addons Status: Ready for Developer Issue ready for a developer to pick up and implement Suggestion Type: Recipe

Comments

@Juniorent
Copy link

Juniorent commented Jun 6, 2024

Your GTNH Discord Username

juniorrent

Your Pack Version

2.6.1

Your Server

private server

Java Version

Java 21

Type of Server

Single Player

Your Expectation

Create an HV and EV transformators in assembler.

The Reality

All other transformators have crafting in assembler that does not require the participation of a vanilla workbench, but HV and EV transformators do not have such crafting. They only have crafting via IC2 transformatiors in assembler, which in turn is created from the same GT transformators.

Your Proposal

It is necessary to add this craft because all other transformators have a craft that allows you to make them without a vanilla workbench.

Final Checklist

  • I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
  • I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
  • I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
@Juniorent Juniorent added Status: Triage Issue awaiting triage. Remove once this issue is processed Bug: Minor labels Jun 6, 2024
@Juniorent Juniorent changed the title The hv and iv transformers do not have a recipe in the assembler. The hv and ev transformers do not have a recipe in the assembler. Jun 6, 2024
@chochem chochem added Type: New Recipe Mod: GT GregTech and its (former) addons labels Jun 16, 2024
Copy link
Contributor

github-actions bot commented Nov 7, 2024

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 3 days

@github-actions github-actions bot added the Status: Stale Automatically close this issue in 2 weeks if there are no new responses label Nov 7, 2024
@StaffiX StaffiX added Suggestion Status: Ready for Developer Issue ready for a developer to pick up and implement and removed Bug: Minor Status: Triage Issue awaiting triage. Remove once this issue is processed labels Nov 8, 2024
@serenibyss serenibyss removed the Status: Stale Automatically close this issue in 2 weeks if there are no new responses label Nov 14, 2024
@Worive
Copy link
Contributor

Worive commented Nov 18, 2024

It may be because of my lack of knowledge about the modpack. Can someone confirm me if I'm right?

The task is to add the equivalent workbench craft but into the assembler for the following blocks:

High Voltage Transformer:

  • Ingredients:
    • 2x Ultra Low Power IC
    • 5x "1x Gold Cable"
    • 1x "HV Machine Hull"
  • Total 153,600 EU
  • Usage: 1,920 EU/t (EV)
  • Time: 4 secs

Extreme Voltage Transformer:

  • Ingredients:
    • 2x Low Power IC
    • 5x "1x Aluminium Cable"
    • 1x "EV Machine Hull"
  • Total 307,200 EU
  • Usage: 7,680 EU/t (IV)
  • Time: 2 secs

Note: I've used the craft of the Medium Voltage Transformer to scale based on the craft using the IC2 transformer. The ingredients are the same as the one used in the workbench craft

@Juniorent
Copy link
Author

It may be because of my lack of knowledge about the modpack. Can someone confirm me if I'm right?

The task is to add the equivalent workbench craft but into the assembler for the following blocks:

High Voltage Transformer:

  • Ingredients:
    • 2x Ultra Low Power IC
    • 5x "1x Gold Cable"
    • 1x "HV Machine Hull"
  • Total 153,600 EU
  • Usage: 1,920 EU/t (EV)
  • Time: 4 secs

Extreme Voltage Transformer:

  • Ingredients:
    • 2x Low Power IC
    • 5x "1x Aluminium Cable"
    • 1x "EV Machine Hull"
  • Total 307,200 EU
  • Usage: 7,680 EU/t (IV)
  • Time: 2 secs

Note: I've used the craft of the Medium Voltage Transformer to scale based on the craft using the IC2 transformer. The ingredients are the same as the one used in the workbench craft

Since this is a transformer, the craft must use two types of cables; for example, let’s take an HV transformer. Since it uses 1 amp EV dash and makes it into 4 amp HV dash, the craft uses 1x aluminum cable and 4 1x gold cables.
then the recipe will look like this:
Ingredients:
2x Ultra Low Power IC
4x "1x Gold Cable"
1x "1x Aluminium Cable"
1x "HV Machine Hull"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mod: GT GregTech and its (former) addons Status: Ready for Developer Issue ready for a developer to pick up and implement Suggestion Type: Recipe
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants