-
Notifications
You must be signed in to change notification settings - Fork 306
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
Change QFT hatch requirements #3813
base: master
Are you sure you want to change the base?
Conversation
Took the opportunity to also include a changing in the way the multiblock behaves when the plasma runs out. Currently, whenever the multiblock runs out of plasma it will crash to avoid producing extra materials without consuming plasma. The commit change so whenever it runs out of plasma, the recipe will be voided and skipped instantly, starting a new cycle without bonuses. |
+ "Left" | ||
+ "Bottom" | ||
+ EnumChatFormatting.GRAY | ||
+ " side of Controller") | ||
+ " Layer") | ||
.addStructureInfo( | ||
EnumChatFormatting.WHITE + "Fermium Plasma Hatch: " | ||
+ EnumChatFormatting.DARK_GREEN | ||
+ "Right" | ||
+ "Bottom" | ||
+ EnumChatFormatting.GRAY | ||
+ " side of Controller") | ||
+ " Layer") |
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 don't think these need to be separately specified at all anymore, since they are treated as normal input hatches which are also just anywhere in bottom layer
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.
You're right! I'll take care of that.
QFT has some specific hatch requirements that always confuse people on how to insert the special plasmas for focusing. And also limits the construction of the multiblock.
This PR removes the specificity of hatches on the sides of the controller to be on any bottom casing.