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

Limit multiblock recipe tier by energy hatches #2139

Merged
merged 5 commits into from
Nov 26, 2023

Conversation

serenibyss
Copy link
Member

@serenibyss serenibyss commented Oct 31, 2023

Reworks multiblock energy hatch logic. New rules:

  • The recipe tier of a multiblock is determined by the hatch tier, instead of the hatch's voltage*amperage
  • Using two energy hatches of the same tier will increase the recipe tier by one. If this is undesired for a multiblock, they should just only allow a single energy hatch in the structure
  • The overclock tier of a multiblock is identical to previously: the total EU/t possible with available hatches, so a sum of voltage*amperage

Examples:

  • LV hatch -> LV recipe tier, LV OC tier
  • 2x LV hatch -> MV recipe tier, MV OC tier
  • 16A IV hatch -> IV recipe tier, ZPM OC tier
  • 2x 16A IV hatch -> LuV recipe tier, 2A ZPM OC tier

Also clarifies this information better in multiblock UI. Instead of just Max EU/t in the UI, I will list it as:

  • Max Recipe Tier: XX
  • Max EU/t: ...

and includes hover tooltips for slightly more detail.

@serenibyss serenibyss added the type: feature New feature or request label Oct 31, 2023
@serenibyss serenibyss added this to the 2.8 milestone Oct 31, 2023
@serenibyss serenibyss force-pushed the sb-energy-hatch-logic branch from 520fd5e to 2b73544 Compare November 11, 2023 22:52
@serenibyss serenibyss marked this pull request as ready for review November 11, 2023 23:21
@serenibyss serenibyss requested a review from a team as a code owner November 11, 2023 23:21
@serenibyss serenibyss enabled auto-merge (squash) November 26, 2023 21:34
@serenibyss serenibyss merged commit 91aa525 into master Nov 26, 2023
@serenibyss serenibyss deleted the sb-energy-hatch-logic branch November 26, 2023 21:34
MrKono added a commit to GTModpackTeam/GregTech that referenced this pull request Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants