Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
fix missing hatch element (#92)
Browse files Browse the repository at this point in the history
* fix missing hatch element

* spotlessApply (#93)

Co-authored-by: Yang Xizhi <[email protected]>
Co-authored-by: GitHub GTNH Actions <>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GlodBlock and github-actions[bot] authored Oct 16, 2022
1 parent 434c79e commit 153f6ff
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ public IStructureDefinition<NeutronActivator> getStructure_EM() {
'C',
ofChain(
buildHatchAdder(NeutronActivator.class)
.atLeast(GT_HatchElement.InputHatch, GT_HatchElement.InputBus)
.atLeast(
GT_HatchElement.InputHatch,
GT_HatchElement.InputBus,
GT_HatchElement.Maintenance)
.casingIndex(49)
.dot(1)
.build(),
Expand All @@ -230,6 +233,7 @@ public IStructureDefinition<NeutronActivator> getStructure_EM() {
.atLeast(
GT_HatchElement.OutputHatch,
GT_HatchElement.OutputBus,
GT_HatchElement.Maintenance,
NeutronHatchElement.NeutronAccelerator,
NeutronHatchElement.NeutronSensor)
.casingIndex(49)
Expand Down

0 comments on commit 153f6ff

Please sign in to comment.