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

Advanced Circuit Assembly Line #821

Merged
merged 15 commits into from
Feb 22, 2025
Merged

Advanced Circuit Assembly Line #821

merged 15 commits into from
Feb 22, 2025

Conversation

Goderium
Copy link
Contributor

  • Circuit Assembly Line with 64A energy hatch
  • Imprint Circuit Hatch with 4 and 16 slot, for more recipe support to ACAL

# Conflicts:
#	src/main/java/com/Nxer/TwistSpaceTechnology/common/init/GTCMItemList.java
#	src/main/java/com/Nxer/TwistSpaceTechnology/loader/MachineLoader.java
#	src/main/resources/assets/gtnhcommunitymod/lang/en_US.lang
#	src/main/resources/assets/gtnhcommunitymod/lang/zh_CN.lang
.metadata(RESEARCH_TIME, 2 * HOURS)
.itemInputs(
GTModHandler.getModItem("gregtech", "gt.blockmachines", 64, 12735),
GTCMItemList.AdvCircuitAssemblyLine.get(64),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下边进阶大电装用cfg控制了,这里不控制?

Copy link
Owner

@Nxer Nxer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要小修:

  • 应使用能源仓等级限制可执行配方电压等级。
  • 文本说明需要更细腻一点,以免玩家误判与原版电路装配线有兼容互动。

@Override
@Nonnull
protected CheckRecipeResult validateRecipe(@Nonnull GTRecipe recipe) {
if (recipe.mEUt > TST_AdvCircuitAssemblyLine.this.getMaxInputVoltage()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

忘了电装只能用普通能源仓了()

Copy link
Owner

@Nxer Nxer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this machine should be in GTNH main pack.

@Nxer Nxer merged commit 7b6e192 into Nxer:main Feb 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants