-
Notifications
You must be signed in to change notification settings - Fork 57
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
Conversation
Goderium
commented
Feb 20, 2025
- 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), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下边进阶大电装用cfg控制了,这里不控制?
There was a problem hiding this 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()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
忘了电装只能用普通能源仓了()
There was a problem hiding this 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.